undefine not working FSWATCHER from OpenVMS compile setup
[wxWidgets.git] / tests /
2010-01-24  Vadim ZeitlinFix bug in wxStringOutputStream unit test.
2010-01-23  Vadim ZeitlinDon't crash when input is empty in wxFileConfig(wxInput...
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2010-01-04  Vadim ZeitlinFix wxConvAuto behaviour when it is used by wxTextInput...
2010-01-04  Vadim ZeitlinCompilation fix for VC6 after r63061.
2010-01-04  Vadim ZeitlinCorrectly parse times without seconds in wxDateTime...
2010-01-04  Kevin OllivierRebake from clean wx tree.
2009-12-30  Michael WetherellAdd another test for sparse file support so that the...
2009-12-30  Michael WetherellRepair the stream tests.
2009-12-22  Michael WetherellAdd support for large stdio files for VC 8+. What versi...
2009-12-17  Vadim ZeitlinCorrect wxDateTime::GetWeekOfMonth() for days in the...
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-12-06  Vadim ZeitlinCorrect two bugs in wxMBConv::FromWChar() with non...
2009-12-05  Vadim ZeitlinAdd support for MSW unique volume names to wxFileName.
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-11-24  Vadim ZeitlinMake the assert in SettingsTestCase::GlobalFonts()...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-11-18  Kevin OllivierRebake after last commit.
2009-11-09  Vadim ZeitlinFix unit test added in r62561 to work under Windows...
2009-11-05  Vadim ZeitlinRecognize UNCs starting with forward slashes too in...
2009-10-31  Kevin OllivierBakefile 0.2.8 rebake.
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-23  Vadim ZeitlinRebaked using post-0.2.7 svn version of bakefile.
2009-10-23  Vadim ZeitlinUse an even more informative error message in wxFSW...
2009-10-22  Vadim ZeitlinGive more informative error in wxFSW test.
2009-10-22  Vadim ZeitlinFix g++ compilation of wxFileSystemWatcher test after...
2009-10-22  Vadim ZeitlinFix wxFSW test compilation with VC6.
2009-10-22  Vadim ZeitlinRebake everything using bakefile 0.2.7.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-22  Vadim ZeitlinExtract operator<<(ostream, wxFileName) from filename...
2009-10-22  Vadim ZeitlinRemove unwanted solution files from the repository.
2009-10-08  Kevin OllivierMake sure all Bakefile formats that use CRLF line feeds...
2009-09-26  Vadim ZeitlinFix another off-by-1 bug in wxMBConv::ToWChar().
2009-09-26  Vadim ZeitlinNo changes, just convert file to UTF-8.
2009-09-21  Vadim ZeitlinAbort on asserts in worker threads.
2009-09-21  Vadim ZeitlinFix harmless unused variable warning.
2009-09-20  Vadim ZeitlinAdd missing header to fix wxAny test compilation under...
2009-09-19  Vadim ZeitlinAdd wxColour::{Set,Get}RGB[A]().
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliFixed wxAny tests for VC6
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)
2009-09-16  Vadim ZeitlinProvide implementation for wxArrayString::resize().
2009-09-13  Vadim ZeitlinFix test compilation under OS X.
2009-09-12  Vadim ZeitlinWrite correct number of bytes in wxFile::Write(wxString).
2009-09-12  Vadim ZeitlinExtract TestFile class in a separate header.
2009-09-12  Vadim ZeitlinRebake all the samples, demos and tests makefiles.
2009-09-12  Vadim Zeitlinregenerated
2009-09-07  Vadim ZeitlinFix bug with parsing concatenated switches in wxCmdLine...
2009-08-30  Vadim ZeitlinCorrect wxImage::Size() again; add unit tests for it.
2009-08-30  Vadim ZeitlinFix buffer overflow in wxURLDataObject.
2009-08-30  Vadim ZeitlinOutput the extracted number from wxString::ToXXX()...
2009-08-24  Vadim ZeitlinDon't append text following CDATA section to its node...
2009-08-23  Vadim ZeitlinNever overflow the output buffer in wxBase64Decode().
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...
next