extract (and expand and clean up and document) the header window implementation used...
[wxWidgets.git] / tests /
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-23  Vadim Zeitlinfix (harmless) VC7 warnings about auto_ptr assignment
2008-11-22  Vadim Zeitlinuse TCP for this benchmark under Windows too (and not...
2008-11-22  Vadim Zeitlinno need to disable DoTestSwap() for VC6 any more with...
2008-11-19  Vadim Zeitlinfix comparison in Normalize() test
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-18  Vadim Zeitlinfix compilation with cppunit 1.9 (which doesn't have...
2008-11-05  Vadim Zeitlinadd command line options for displaying the test name...
2008-11-04  Vadim Zeitlindisable the test under Windows as it hangs and prevents...
2008-11-03  Vadim Zeitlindefine wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
2008-11-03  Vadim Zeitlinblind fix for yet another VC6 compilation error
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-11-02  Vadim Zeitlinundo the previous change, it's not needed any more...
2008-11-02  Vadim Zeitlinexplicitly cast wxUniCharRef to char inside CPPUNIT_ASS...
2008-11-01  Vadim Zeitlinyet another compilation fix, this time for VC9
2008-10-30  Vadim Zeitlindisable a correct test which VC6 just doesn't want...
2008-10-30  Vadim Zeitlinattempting to fix VC6 compilation error from buildbot...
2008-10-29  Vadim Zeitlinadd WX_CLEAR_ARRAY test
2008-10-29  Vadim Zeitlinno changes, just use CPPUNIT_ASSERT_EQUAL instead of...
2008-10-27  Vadim Zeitlindon't sleep too long to avoid missing the timers; added...
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-23  Vadim Zeitlinuse hex escapes instead of 8 bit characaters (#10105)
2008-10-17  Vadim Zeitlinadd a simple benchmark for wx and iconv converters...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-16  Vadim Zeitlinadd very simple (but already exposing many problems...
2008-10-16  Vadim Zeitlinallow specifying initialization and cleanup functions...
2008-10-15  Václav Slavíkadded a test to check if wxHtmlWindow::SelectionToText...
2008-10-14  Vadim Zeitlinadded -1 (a.k.a. --single) command line option
2008-10-14  Vadim Zeitlinfix the bug in insert(end(), value) and added unit...
2008-10-13  Vadim Zeitlinmake the default value of numeric parameter 0, not...
2008-10-12  Vadim Zeitlincreate local event loop for the operations which need...
2008-10-12  Vadim ZeitlinwxUSE_STL compilation fix
2008-10-12  Vadim Zeitlindon't allocate a too big buffer on stack
2008-10-12  Vadim Zeitlinadd simple (and disabled by default) wxSocket client...
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-10-12  Vadim Zeitlinfix off by one bug in the buffer size (fixes #10039)
2008-10-12  Vadim Zeitlinadd a unit test for reading non existent values (to...
2008-10-10  Vadim Zeitlinfix C strings comparison in LoadSave() test in STL...
2008-10-10  Vadim Zeitlinjust return false instead of crashing if the document...
2008-10-10  Vadim Zeitlinadd a very simple test for Load/Save()
2008-10-09  Vadim Zeitlinfix bug in the test in STL build (where std::vector...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-09-29  Vadim Zeitlinfix After{First,Last}() to work for strings with non...
2008-09-27  Vadim Zeitlinfix VC9 compilation: FileNameInfo identifier conflicts...
2008-09-26  Vadim Zeitlinfix ParseFormat("%d") to set the date it finds (#10002)
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-09-25  Vadim Zeitlinintroduced more convenient and readable URI_ASSERT_XXX_...
2008-09-22  Vadim Zeitlincompilation fix for PCH-less build
2008-09-22  Vadim Zeitlinadded a simple test for wxGetDisplayXXX() functions
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-19  Vadim Zeitlinadd unit test for wxTextEntry methods of wxComboBox
2008-09-19  Vadim Zeitlindo enable PCH for the tests, wx/wx.h was not precompile...
2008-09-19  Vadim Zeitlinextract wxTextEntry unit tests in a reusable base class
2008-09-12  Vadim Zeitlinfix crash under MSW due to constructing a static wxDDEC...
2008-09-11  Vadim Zeitlinadded braces to suppress g++ 4.3 warnings
2008-09-11  Vadim Zeitlinadded swap() for the other arrays too
2008-09-11  Vadim Zeitlinadded wxArrayString::swap()
2008-09-04  Kevin Ollivierrebake
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-29  Vadim Zeitlinmake the length of string proportional to the parameter...
2008-08-28  Vadim Zeitlinadd the possibility to pass numeric parameters to bench...
2008-08-27  Vadim Zeitlinunbuffer cout to work around bug in Debian version...
2008-08-26  Vadim Zeitlinno changes, just a typo
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-08-13  Václav Slavíkadded wxString benchmark using 2.8's HTML parser
2008-08-13  Václav SlavíkHAVE_BOOST_THREAD should be off by default
2008-08-11  Václav Slavíkadded microbenchmark for wxCharBuffer performance
2008-08-09  Vadim Zeitlinadded test for Replace(whatever, "")
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-08  Vadim Zeitlinadded Win32 TLS tests
2008-08-08  Vadim Zeitlinadd TLS access benchmark
2008-08-06  Vadim Zeitlinpass asciistr, not utf8str, to FromAscii
2008-08-06  Vadim Zeitlinshow default values of the options in the usage message
2008-08-02  Vadim Zeitlinmade wxDELETE[A]() template functions instead of macros...
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-07-30  Vadim Zeitlinadded another Replace() test
2008-07-30  Vadim Zeitlinadded some Replace() benchmarks (#9802)
2008-07-29  Václav Slavíkadded a test for passing wxCharBufer to wxprintf functions
2008-07-26  Vadim Zeitlinadded a simple benchmarking suite
2008-07-23  Vadim Zeitlinadd unit test for wxTextCtrl::GetInsertionPoint()
2008-07-23  Vadim Zeitlinadd unit test for wxTextCtrl::SetSelection()
2008-07-23  Vadim Zeitlinfix a bug in the test which was corrupting 1 byte beyon...
2008-07-22  Vadim Zeitlinget rid of base arrays in wxUSE_STL build, we don't...
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-19  Vadim Zeitlinremove the just added assertEquals(time_t, long) overlo...
2008-07-19  Vadim Zeitlinno changes, just removed an unnecessary semicolon at...
2008-07-19  Vadim Zeitlinalready escaped backslash shouldn't escape the followin...
2008-07-19  Vadim Zeitlinfix bug with wxCSConv("ASCII")
2008-07-18  Vadim Zeitlinsimplify the test, don't reuse the same macro for diffe...
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-17  Vadim Zeitlinmake test failures easier to debug by using more inform...
2008-07-17  Vadim Zeitlindon't run the tests which can't succeed in ANSI build...
2008-07-16  Vadim Zeitlinadd GetLo/Hi() test
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-16  Vadim Zeitlinadded wxConvISO8859_1 test
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-07-14  Vadim Zeitlinonly initialize sockets if IPC implementation is socket...
next