Add initial config for TBITCWXBUILDBOT buildbot.
[wxWidgets.git] / tests /
2010-04-07  Robin DunnAdd wxVectorSort function for sorting wxVector<T> conta...
2010-04-07  Vadim ZeitlinRename the rest of wxSIZE_CONV_TRADIONAL to wxSIZE_CONV...
2010-04-06  Vadim ZeitlinAttempt to correct mysterious MSVC6 compilation error.
2010-04-06  Vadim ZeitlinFix more harmless warnings.
2010-04-06  Vadim ZeitlinAdd support for IEC and SI size units to wxFileName...
2010-03-30  Francesco MontorsiCommitting modified version of jwiesemann's patch ...
2010-03-29  Vadim ZeitlinAdd wxBitmap unit test.
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-03-28  Václav SlavíkFix UTF-8 string storage in constant: use unsigned...
2010-03-28  Václav SlavíkAdd test wxFileSystem::FileNameToURL,URLToFileName...
2010-03-22  Vadim ZeitlinTemporarily disable wxFileSystemWatcher unit test under...
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2010-03-18  Vadim ZeitlinEnsure that setting wxChoice height to its default...
2010-03-18  Vadim ZeitlinFix box sizer layout algorithm to respect both proporti...
2010-03-18  Vadim ZeitlinEnsure that size in the minor direction of box sizer...
2010-03-18  Vadim ZeitlinEnsure that size in the major direction of box sizer...
2010-03-18  Vadim ZeitlinAdd (a very simple for now) wxBoxSizer unit test.
2010-03-14  Vadim ZeitlinFix test for compilers not supporting \u escapes in...
2010-03-14  Vadim ZeitlinSet correct properties for the new file added in r63660.
2010-03-10  Francesco MontorsiFix function wxControlBase::DoEllipsizeSingleLine to...
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...
next