Cleanup of functions not taking any parameter.
[wxWidgets.git] / tests /
2009-02-18  Francesco Montorsimake the testcase more readable; add a few checks to...
2009-02-17  Francesco Montorsifixed test failures under wxMSW when using our wxVsnpri...
2009-02-17  Francesco Montorsirevert debugging modifications and build into test...
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-07  Vadim Zeitlinfix other insert() overloads to work when inserting...
2009-02-07  Vadim Zeitlinfix wxList::erase(it, end()) in non-STL build (see...
2009-02-07  Vadim Zeitlinadd semicolons after wxDEFINE_EVENT()
2009-02-06  Vadim Zeitlincompilation fix for wxEVENTS_COMPATIBILITY_2_8 case
2009-02-06  Vadim Zeitlinallow handling events in a function taking the base...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-01  Vadim Zeitlinmove evthandler.cpp to non-GUI test as it doesn't requi...
2009-02-01  Vadim Zeitlintest that the connected event handler is really called...
2009-02-01  Vadim Zeitlindisable warning about using deprecated wxStripExtension...
2009-02-01  Vadim Zeitlinadd a unit test for new events (see #10000)
2009-01-28  Vadim Zeitlincorrect wxDateTime DST begin/end computations for years...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-21  Vadim Zeitlinfix wxURI::GetUser() for URIs without password; added...
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-17  Vadim Zeitlincompilation fix for VC7 which seems to somehow lose...
2009-01-17  Vadim Zeitlinadd wx/app.h for PCH-less compilation
2009-01-16  Vadim Zeitlinadd wx/window.h for MSVC compilation
2009-01-16  Vadim Zeitlincalling wcsnlen(NULL) does crash (under Debian and...
2009-01-16  Vadim Zeitlincompilation fixes for 64 bit platforms
2009-01-16  Vadim Zeitlinforward declare wxEvent before using it
2009-01-16  Vadim Zeitlinadd a unit test checking that events are really propaga...
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-13  Francesco Montorsiprovide our own implementation of wxStrnlen if it's...
2009-01-12  Francesco Montorsiassert when the item index is out of range in wxMSW...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Francesco Montorsifix for the broken VC6 compiler (why do we have to...
2009-01-11  Francesco Montorsiadd the 'GarbageTestCase' which helped me to spot some...
2009-01-10  Francesco Montorsidisable test which asserted when trying to call wxListC...
2009-01-07  Francesco Montorsirewrite wxContractPath as wxFileName::ReplaceEnvVariabl...
2009-01-04  Vadim Zeitlinabstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
2009-01-04  Vadim Zeitlindon't use \u in strings, VC6 doesn't support this
2009-01-04  Vadim Zeitlinuse correct type for file offset
2009-01-04  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
2009-01-03  Vadim Zeitlintrying to fix buildbot VC6 build error
2008-12-30  Vadim Zeitlinfix memory leak in URL test
2008-12-30  Vadim Zeitlinrun wxURL test both with and without the event loop too
2008-12-30  Vadim Zeitlinadded wxURL test
2008-12-27  Vadim Zeitlinmake the test really use the different socket flags...
2008-12-27  Vadim Zeitlinmore CPPUNIT_ASSERT replacements with CPPUNIT_ASSERT_EQUAL
2008-12-27  Vadim Zeitlinalso include wxSocket test in the GUI test as different...
2008-12-27  Vadim Zeitlinmake the test really use the event loop in its second...
2008-12-26  Vadim Zeitlintest sockets both with and without event loop
2008-12-21  Vadim Zeitlinfix wxTimeSpan::Format() for negative spans with 0...
2008-12-21  Vadim Zeitlincorrect wrong #endif position which prevented ListCtrlT...
2008-12-21  Vadim Zeitlindon't show assert message boxes in debug build but...
2008-12-21  Vadim Zeitlinfix Get(Sub)ItemRect() after changes of r54437; added...
2008-12-17  Vadim Zeitlinreplace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs
2008-12-12  Vadim Zeitlindon't test for best size not being 0, this doesn't...
2008-12-12  Vadim Zeitlincompilation fixes for Unix build _with_ PCH
2008-12-12  Vadim Zeitlinadd unit test for column reordering functions
2008-12-11  Vadim Zeitlinfix wxTextCtrl::Replace() under wxGTK; added unit test...
2008-12-11  Vadim Zeitlinadded wxVector::resize()
2008-12-07  Vadim Zeitlinuse wxHeaderColumnSimple instead of wxHeaderColumn
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-03  Vadim Zeitlinforgot to update after renaming wxHeaderCtrlColumn...
2008-12-03  Vadim Zeitlinalso disable the test of the generic version as it...
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...
next