general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays...
[wxWidgets.git] / tests /
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...
2008-07-14  Vadim ZeitlinPCH-less build fix
2008-07-14  Vadim Zeitlinadded a simple IPC unit test
2008-07-13  Vadim Zeitlindefine {first,second}_type in the struct declared by...
2008-07-12  Vadim Zeitlinrun tests several times with different socket flags
2008-07-12  Vadim Zeitlincheck that the stream raises no error other than EOF...
2008-07-12  Vadim Zeitlinenable the rest of wxSocketStream tests now that they...
2008-07-09  Vadim Zeitlinadd some output stream tests
2008-07-09  Vadim Zeitlinskip calls of TellI/TellO() if the stream is not seekab...
2008-07-09  Vadim Zeitlinuse wxSocketBase::Initialize/Shutdown() instead of...
2008-07-08  Vadim ZeitlinMSW compilation fix after last commit
2008-07-08  Vadim Zeitlinadded (for now trivial) socket stream test
2008-06-15  Vadim Zeitlinregenerate the makefiles with correct new test name...
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-09  Vadim Zeitlincorrect some compatibility problems with the existing...
2008-06-06  Vadim Zeitlininitialize wxStringBuffer with the original contents...
2008-06-06  Vadim Zeitlincompilation fixes for ANSI build
2008-06-06  Vadim Zeitlinremoved the test which never works: Lower/Upper() don...
2008-06-02  Vadim Zeitlinsuppress warning about casting int to a pointer of...
2008-06-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2008-06-02  Václav Slavíkregenerated all trunk makefiles with bakefile-0.2.3
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-06-01  Vadim ZeitlinReadBig() should be defined in ANSI build too
2008-06-01  Vadim Zeitlininclude wx/crt.h to get wxUSE_WXVSNPRINTF
2008-06-01  Vadim Zeitlinreally fix the test to work in any time zone and with...
2008-06-01  Vadim Zeitlinfix wxDateTime::ParseRfc822Date() to handle missing...
2008-06-01  Vadim Zeitlinadd a special macro for comparing time_t values to...
2008-06-01  Vadim Zeitlinfix time zone conversion test to work in any time zone...
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-05-31  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2008-05-31  Vadim Zeitlinmake test failure in TestStreamDecoder more informative
2008-05-31  Vadim Zeitlinuse more informative CPPUNIT_ASSERT_EQUAL instead of...
2008-05-30  Vadim Zeitlindisable test using network by default as it's not avail...
2008-05-30  Vadim Zeitlinfix test failures: the expected results were incorrect...
2008-05-30  Vadim Zeitlinmake assertion failure messages more useful by using...
2008-05-30  Vadim Zeitlindon't run vsnprintf() test if we're using the system...
2008-05-30  Vadim Zeitlindon't compile the test in the build configurations...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-05-25  Vadim Zeitlindon't take the min size into account when setting the...
2008-05-25  Vadim Zeitlincreate tests/window directory for wxWindow tests
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-18  Vadim Zeitlinadd tests for wxPATH_NORM_CASE (unsuccessfully trying...
2008-05-18  Vadim Zeitlinwork around VC7 compiler bug resulting in a warning...
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlinadd a test for reading files >4KB
2008-04-13  Vadim Zeitlinadded a simple benchmark for wxDC::DrawLine() performance
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-03-31  Vadim Zeitlinthrow away the now invalid items in wxSelectionStore...
2008-03-30  Václav Slavíkadded wxXmlNode::InsertChildAfter and use it for (much...
2008-03-29  Václav Slavík1. fixed wxXmlNode::InsertChild() documentation to...
2008-03-27  Vadim Zeitlincompilation fix for PCH-less compilation (thanks buildbot)
2008-03-27  Vadim Zeitlinadded convenient wxON_BLOCK_EXIT_SET() macro
2008-03-27  Vadim Zeitlinadded convenient wxON_BLOCK_EXIT_THISn() macros wrappin...
2008-03-23  Francesco Montorsiupdate infos about profiling under linux (callgrind...
2008-02-20  Michael WetherellCompile fixes.
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-10  Vadim Zeitlinfixed wxXLocale(wxLanguage) ctor under Windows, use...
2008-02-10  Vadim Zeitlinfix compilation with VC7
2008-02-10  Vadim Zeitlinadd wxXLocale class and wxIsxxx_l() and wxToxxx_l(...
2008-02-03  Vadim Zeitlinadded wxDateTime::FormatISOCombined() and ParseISODate...
2008-01-27  Václav Slavíkconverting temporary wxString to const wxChar* and...
2008-01-27  Václav Slavíkadded VC7/8 project files for samples
2008-01-23  Václav Slavíkregenerated makefiles with bkl-0.2.3
2008-01-22  Václav Slavíkfixed wxVector<T> to work with non-POD types again...
2008-01-16  Vadim Zeitlindon't write wide string to std::ostream which outputs...
2008-01-16  Vadim Zeitlinremove the test of weak references classes size, it...
2008-01-15  Vadim Zeitlinadded unit tests for decoding invalid base64 strings...
2008-01-13  Vadim Zeitlinrebaked and regenerated everything after the latest...
2008-01-13  Vadim Zeitlincompilation fixes for VC6
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-12  Vadim Zeitlinadded tests for FromAscii/Unicode() (length parameter...
2008-01-07  Vadim Zeitlinmake wxDateTime::ParseXXX() functions char*-friendly
2008-01-06  Vadim Zeitlinadded WX_ASSERT_MESSAGE macro to simply using CPPUNIT_A...
2008-01-02  Michael WetherellMissing header.
2007-12-30  Vadim Zeitlinfix bug with parsing negative time zones in ParseRfc822...
next