]> git.saurik.com Git - wxWidgets.git/history - tests
assert if ShowModal() is called after a previous Show() (#1416)
[wxWidgets.git] / tests /
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...
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-12-15  Vadim Zeitlinrebaked everything, fixes problems with OpenGL samples...
2007-11-25  Václav Slavíkremoved ANSI configs from VisualC++ project files
2007-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-10-26  Vadim Zeitlinfix bug with adding entries to a root group containing...
2007-10-09  Vadim Zeitlinadded a trivial test for wxString stream insertion...
2007-10-09  Vadim Zeitlinrenamed a strangely named variable
2007-09-30  Vadim Zeitlinreally fixed the DST test by using explicit country...
2007-09-30  Vadim Zeitlinreturn the beginning/end of DST in local time, not...
2007-09-30  Vadim Zeitlinanother wxCmdLineEntryDesc compilation fix
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...
2007-09-19  Vadim Zeitlinfix bug with deleting and recreating entries in wxFileC...
2007-09-15  Vadim Zeitlinfix wxStringOutputStream to deal with NUL bytes correct...
2007-09-14  Vadim Zeitlinfix a couple of harmless warnings in MSVC build
2007-09-14  Vadim Zeitlinfix wxCmdLineEntryDesc compilation after latest changes
2007-09-10  Václav Slavíkcompilation fix after wxCmdLineEntryDesc changes
2007-09-10  Václav Slavíkadded a test for wxAtomicDec return value
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...
next