added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / tests /
2007-08-30  Vadim Zeitlinuse WX_ASSERT_STR/SIZET_EQUAL instead of CPPUNIT_ASSERT...
2007-08-30  Vadim Zeitlinfix resize() when it's used for truncating a string...
2007-08-22  Václav Slavíkcompilation fix
2007-08-22  Václav SlavíkPCH-less compilation fix
2007-08-21  Václav Slavíkmore wxVector<T> tests
2007-08-21  Václav Slavíkadded test for wxVector<T> iterators (fails miserably)
2007-08-20  Václav Slavíkfixed variadic templates in the case when char value...
2007-08-20  Václav Slavíkadded wxUTF8StringBuffer for writing UTF8 data into...
2007-08-20  Václav SlavíkVadim's new test broke subsequent asserts, fixed
2007-08-20  Vadim Zeitlinadded tests demonstrating a bug in wxString::assign...
2007-08-15  Vadim Zeitlinadded ReadType convenience functions (patch 1764160)
2007-07-28  Vadim Zeitlinno real changes, just cleanup and use CPPUNIT_ASSERT_EQ...
2007-07-23  Vadim Zeitlinharmless warning fix
2007-07-23  Vadim Zeitlincompilation fix
2007-07-21  Vadim Zeitlinupdated after fileconf/fileconftest.cpp to config/filec...
2007-07-21  Vadim Zeitlinmoved wxFileConfig test to config directory together...
2007-07-21  Vadim Zeitlinadded support for user-defined types to wxConfig (patch...
2007-07-21  Vadim Zeitlinadded a macro for comparison size_t variables with...
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-10  Vadim Zeitlinregenerated after adding base64.h/cpp
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-07  Václav Slavíkchanged wxVectorBase and WX_DECLARE_BASE into wxVector...
2007-07-04  Vadim Zeitlinrebaked after adding threads/atomic.cpp
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)
2007-07-04  Vadim Zeitlincompilation fix for ANSI build (added #if wxUSE_UNICODE)
2007-06-30  Vadim Zeitlinchanged ds[pw] files to use CRLF eol style and not...
2007-06-29  Václav Slavíktest wxVsnprintf() printing to both wchar_t* and char...
2007-06-28  Václav Slavík1. added default constructors for wxString iterators
2007-06-28  Václav Slavíkuse same names for test suites as the ones in ./test -l
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-20  Václav Slavíkremove implicit conversion to C strings from wxString...
2007-06-13  Vadim Zeitlinoverload wxStrpbrk() for more types and add tests for it
2007-06-13  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2007-06-13  Vadim ZeitlinstrWC used in the tests was supposed to be a wide strin...
2007-06-13  Vadim ZeitlinUnicode compilation fix: wxStrlocale() doesn't take...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-05-31  Václav Slavíktest if wxString(NULL) ctor creates empty string
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-12  Václav Slavíkadd test for passing c_str() of temporary wxString...
2007-05-10  Václav Slavíktest wxString::Mid() with non-ASCII strings
2007-05-03  Václav Slavíkcompilation fix for 2.8 compat disabled
2007-05-02  Václav Slavíkadded test for passing std::string to vararg functions
2007-04-28  Michael WetherellRegister the test under the name displayed by "./test -l"
2007-04-24  Václav Slavíkadded test for a crash when passing wxCStrData construc...
2007-04-24  Václav Slavíkfixed broken wxCStrData and operator?: check
2007-04-21  Vadim Zeitlinfix bug with not updating the last line correctly when...
2007-04-19  Václav Slavíkadded tests for wxCStrData::operator* and operator[]
2007-04-17  Václav Slavíkadded conversion to and from std::string and std::wstri...
2007-04-10  Václav Slavíkreverted previous commit and added a comment explaining...
2007-04-10  Václav Slavíkfixed typo: _T(), not _()
2007-04-10  Václav Slavíkremoved unused CByteArrayFormat function
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Vadim Zeitlincorrected signed/unsigned comparison warning
2007-04-05  Vadim Zeitlinfix another warning about unused variable in DoCStrData...
2007-04-05  Vadim Zeitlinfix warning about unused variable in DoCStrDataTernaryO...
2007-04-02  Václav Slavíksome more operator?! tests
2007-03-30  Václav Slavíkadded char_str() and wchar_str() methods to wxString...
2007-03-29  Václav Slavíkmore wxString::append() tests
2007-03-28  Václav Slavíkallow passing wx[W]CharBuffer to wx vararg templates
2007-03-28  Václav Slavíkadded test for operator?: and wxCStrData
2007-03-26  Václav Slavíkadded basic test for wxLocale
2007-03-18  Vadim Zeitlinfix the run-time behaviour after the last compilation...
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2007-03-18  Vadim Zeitlinfix VC warning about applying unary minus to unsigned...
2007-03-18  Vadim Zeitlincompilation fixes after c_str() changes
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
2007-03-08  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_24
2007-03-07  Václav Slavíkdeprecated wxString::GetWriteBuf() and friends in favou...
2007-02-20  Václav Slavíkallow creating wxString from char*, assigning to it...
2007-02-20  Václav Slavíkcompilation fix
2007-02-12  Vadim Zeitlinsuppress gcc warnings about invalid format strings
2007-02-12  Vadim Zeitlindon't run WrongFormatStrings test with system printf...
2007-02-11  Vadim Zeitlinwarn if wxVsnprintf() is not being used
2007-02-11  Vadim Zeitlinadded test for %c and other minor changes (patch 1643843)
2007-02-11  Vadim Zeitlincompilation fix for 64 bit platforms (where size_t...
2007-02-07  Robin Dunnrebaked after changing the version number
2007-01-19  Vadim Zeitlindisabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-07  Vadim Zeitlinadded support and enable long long support when wxLong...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2006-12-17  Vadim Zeitlincorrected tests to deal with multiple consecutive ...
2006-12-17  Vadim Zeitlinadded test for parsing c:\\aaa\bbb\ccc paths (aaa shoul...
2006-12-16  Vadim Zeitlinfor for initializing wxFileName with empty string retur...
2006-12-16  Vadim Zeitlintest both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTF...
2006-12-09  Vadim ZeitlinUnicode compilation fixes
2006-12-09  Vadim Zeitlinadded test cases for wxTextInputStream and UTF-xx encod...
2006-11-27  Vadim Zeitlinadded test for Get/UngetWriteBuf()
2006-11-11  Vadim Zeitlinalso check for RenameGroup() calls which don't/shouldn...
2006-11-11  Vadim Zeitlinextend RenameGroup() test to demonstrate the bug 705022
2006-11-11  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL() to be able to see the error...
next