The rounded corners look really dumb at this size.
[wxWidgets.git] / tests / strings /
2005-04-11  Ryan NortonAdd reverse case too
2005-04-11  Ryan Nortonfix wxString::Replace when new strings are longer than...
2005-04-08  Ryan Nortonyet more wxString tests for null chars
2005-03-19  Mattia Barbon Allow building with GCC 2.95.
2005-01-31  Vadim Zeitlinadded a few more UTF-[78] tests
2005-01-31  Vadim Zeitlinadded small UTF 8 conversion test case
2005-01-05  Mattia Barbon Additional sanity check.
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-11-21  Ryan NortonwxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossibl...
2004-10-29  Ryan Norton[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily...
2004-10-29  Ryan Nortonhave wxbuiltin wxmbconvutf7 return -1 (error) not 0...
2004-10-29  Ryan NortonHandle bad conversions correctly. Add Bad UTF8 test.
2004-10-29  Václav Slavíkcheck if conversion to UTF7 works
2004-10-17  Vadim Zeitlincompilation fix for Borland
2004-10-16  Vadim Zeitlinfixed the just added wxStringTokenizer::GetPosition...
2004-10-16  Vadim Zeitlinuse unsigned chars for UTF8 data (avoids warnings)
2004-10-16  Vadim Zeitlinadded wxStringTokenizer::GetPosition() test
2004-10-12  Włodzimierz SkibaWhitespaces, tabs and fix to the lack of empty line...
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Ryan Norton1. Yet another unit test for new stirng stuff
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-06-28  Vadim Zeitlinadded test for Lower()/Upper() with 8bit chars
2004-06-08  Václav Slavíktest wxString's char<->wchar_t ctors
2004-06-03  Václav Slavíkadded tests for wx's CRT wrappers (so far only wxGetEnv...
2004-05-31  Václav Slavíkadded test for wxString::MakeLower,MakeUpper
2004-05-21  Włodzimierz SkibaPatch #949276: Less agresive strings test.
2004-04-30  Václav Slavíkmoved Unicode tests to testsuite (patch 943945)
2004-04-20  Václav Slavíkadded wxString tests (patch 938082)