Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / tests /
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-25  Vadim ZeitlinReturn valid pointers from wxDateTime::ParseXXX() with...
2012-03-23  Vadim ZeitlinDon't cache incorrect length in wxString::assign(char...
2012-03-23  Vadim ZeitlinFix caching wrong length in wxString(str, len) ctor...
2012-03-12  Steve LamertonAdd new WX_ASSERT_EVENT_OCCURS macro to improve behavio...
2012-03-11  Steve LamertonDelete buttons when we are finished so they do not...
2012-03-11  Steve LamertonMove getting the unit test event count from wxTestableF...
2012-03-09  Vadim ZeitlinCheck for iterator validity when parsing "%%" in wxDate...
2012-03-09  Vadim ZeitlinCheck for end of string when parsing "%z" in wxDateTime...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2012-03-04  Vadim ZeitlinTake disabled windows into account in wxFindWindowAtPoi...
2012-03-04  Vadim ZeitlinNo changes, just cleanup TopLevelWindowTestCase unit...
2012-03-01  Paul CornettFixes to allow running with 64-bit wxGTK
2012-03-01  Vadim ZeitlinAdd wxGCDC benchmarks to graphics benchmark for compari...
2012-02-28  Vadim ZeitlinUse /bin/echo for creation of Mac OS X PkgInfo files.
2012-02-25  Vadim ZeitlinCompare file inodes if possible in wxFileName::SameAs().
2012-02-25  Vadim ZeitlinRemove temporary files created by wxFileName unit test...
2012-02-21  Michael WetherellRemove testing against zip in a pipeline as it no longe...
2012-02-20  Vadim ZeitlinFix unit test French locate checks for glibc >= 2.8.
2012-02-15  Vadim ZeitlinAdded wxFileName::Exists().
2012-02-15  Vadim ZeitlinRefactor wxFileName existence checking code.
2012-02-07  Vadim ZeitlinAvoid CRT deprecation warnings for MSVC build using...
2012-02-07  Vadim ZeitlinRebake all project files to reflect MSVC deprecation...
2012-02-06  Vadim ZeitlinFix handling of positional parameters in wxPrintf(...
2012-01-23  Vadim ZeitlinAdd unit test verifying compilation of various wxFont...
2012-01-23  Vadim ZeitlinFix wxAffineMatrix2D::Translate() to multiply on the...
2012-01-22  Vadim ZeitlinAdded a simple benchmark of wxLogDebug() and wxLogTrace().
2012-01-20  Vadim ZeitlinUpdate the message catalog charset expected by the...
2012-01-20  Vadim ZeitlinEnsure wxCharTypeBuffer data is NUL-terminated after...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2012-01-20  Dimitri SchoolwerthChanged .po files to use UTF-8 charset.
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2012-01-15  Vadim ZeitlinFix unit test build with wxUSE_ZIPSTREAM or wxUSE_TARST...
2012-01-14  Vadim ZeitlinFix the size of the font returned from wxTextCtrl:...
2012-01-05  Vadim ZeitlinFix wxDateTime unit test compilation without PCH.
2012-01-05  Vadim ZeitlinImplement support for "%z" in wxDateTime::Format()...
2011-12-29  Vadim ZeitlinUpdate wxGrid unit tests after r70177.
2011-12-28  Steve LamertonDisable final failing wxWebView test. It fails on the...
2011-12-26  Vadim ZeitlinIncrease the tolerance in wxStopWatch unit test.
2011-12-25  Vadim ZeitlinAlways link with expat in monolithic build.
2011-12-24  Vadim ZeitlinReally fix the use of deprecated methods in wxGrid...
2011-12-24  Vadim ZeitlinDon't use deprecated methods in wxGrid test.
2011-12-24  Steve LamertonDisable some wxWebView tests that fail on the buildbot...
2011-12-23  Steve LamertonAdd some extra yields to wxWebView unit tests to hopefu...
2011-12-21  Vadim ZeitlinIgnore extra modify events after rename in wxFileSystem...
2011-12-18  Vadim ZeitlinUpdate version to 2.9.4 in version.bkl too and rebake...
2011-12-18  Steve LamertonEnsure wxWebViewIE::SetPage clears the existing content...
2011-12-16  Vadim ZeitlinTry to get more information about wxFileSystemWatcher...
2011-12-16  Vadim ZeitlinDon't use wxTE_DONTWRAP style in Lines() wxTextCtrl...
2011-12-16  Vadim ZeitlinKeep the item being updated selected in wxMSW wxChoice...
2011-12-03  Vadim ZeitlinFix bug with wxStopWatch::Start() not resuming paused...
2011-12-01  Paul Cornettadd test for bug fixed in r69878
2011-11-27  Vadim ZeitlinAdded wxStopWatch::TimeInMicro() for better precision...
2011-11-27  Vadim ZeitlinUse shorter sleep times in wxStopWatch unit test.
2011-11-05  Václav SlavíkTest correctness of wxArray::Index() with bFromEnd...
2011-10-30  Vadim ZeitlinLink tests with webview library only if it is actually...
2011-10-18  Vadim ZeitlinDocument and test behaviour of wxRegion methods when...
2011-09-29  Jouk JansenFixes for OpenVMS on IA64
2011-09-14  Steve LamertonOnly build the wxWebView tests if there is an available...
2011-09-13  Steve LamertonCorrect a typo in the wxWebView tests.
2011-09-11  Steve LamertonRebake trunk after wxWebView merge and add missing...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-29  Dimitri SchoolwerthAdded alpha saving support to TIFF image handler.
2011-08-27  Vadim ZeitlinNo changes, just fix the file name in the header commen...
2011-08-27  Vadim ZeitlinAdd new wxTreeListCtrl class.
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-08-22  Václav SlavíkFix typo.
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-22  Vadim ZeitlinNo changes, just use CPPUNIT_ASSERT_EQUAL() instead...
2011-08-22  Steve LamertonRebake
2011-08-21  Vadim ZeitlinReplace wxComboBox::IsEmpty() with Is{List,Text}Empty().
2011-08-19  Dimitri SchoolwerthFixed failing test in ImageTestCase for builds made...
2011-08-19  Steve LamertonRename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua...
2011-08-19  Dimitri SchoolwerthAdded option to TIFF handler for specifying the photome...
2011-08-19  Dimitri SchoolwerthAdded support for saving greyscale TIFF images.
2011-08-19  Dimitri SchoolwerthFixed crash when saving as a monochrome TIFF image...
2011-08-18  Dimitri SchoolwerthFixed saving TIFF images to wxMemoryOutputStream.
2011-08-17  Dimitri SchoolwerthImproved BMP decoding.
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-10  Steve LamertonComplete rebake with web libraries to allow easier...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkAdd some basic tests for wxDataViewCtrl selection handling.
2011-07-30  Vadim ZeitlinImprove wxTextCtrl::GetNumberOfLines() unit test and...
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-21  Vadim ZeitlinFix parsing of negated long options in wxCmdLineParser.
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-15  Steve LamertonAdd ClearSelection for msw ie and gtk webkit, with...
2011-07-14  Steve LamertonFix all the unit tests for gtk, they now all pass on...
2011-07-14  Steve LamertonAdd unit tests for zoom functions
2011-07-14  Steve LamertonYield after control creation to allow it to load the...
2011-07-14  Steve LamertonUpdate web units tests so that they compile after api...
2011-07-12  Steve LamertonUpdate selection unit test to test GetSelectedHTML.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-08  Steve LamertonFactor out url loading logic into a separate function...
2011-07-08  Steve LamertonAdd tests for the back and forward history lists.
2011-07-08  Steve LamertonAdd unit tests for history clearing and enabling /...
2011-07-08  Steve LamertonAdd tests for url and history support
next