Merge in from trunk r68684 - r69046
[wxWidgets.git] / tests /
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
2011-07-08  Steve LamertonAdd tests for the page title
2011-07-08  Steve LamertonAdd scaffolding for wxWebView unit tests.
2011-06-19  Vadim ZeitlinFix bug when setting an out of range date in wxMSW...
2011-06-19  Vadim ZeitlinExtract wxDateTime-related cppunit helpers in a separat...
2011-05-23  Vadim ZeitlinAdd a trivial benchmark for wxDateTime::ParseDate().
2011-05-17  Vadim ZeitlinAllow passing wxLongLong values directly to wx pseudo...
2011-05-16  Vadim ZeitlinEnsure that we never return negative client size.
2011-05-10  Vadim ZeitlinAttempt to work around Mac g++ 4.0 bug in fswatcher...
2011-05-10  Vadim ZeitlinRewrote wxMSW radio menu items code to support not...
2011-05-04  Vadim ZeitlinFix compilation of wxFileSystemWatcher unit test in...
2011-05-03  Vadim ZeitlinFix wxFileSystemWatcher::Remove() in wxMSW.
2011-05-03  Vadim ZeitlinNo changes, just slightly simplify wxFileSystemWatcher...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-05-01  Dimitri SchoolwerthRebaked test GUI projects with toplevel.cpp included.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-27  Vadim ZeitlinDisable numeric_limits<wxLongLong> test for VC6.
2011-04-27  Vadim ZeitlinGet rid of useless temporaries in wxAffineMatrix2D...
2011-04-27  Vadim ZeitlinAdd wxUSE_DC_TRANSFORM_MATRIX checks to the unit test.
2011-04-26  Vadim ZeitlinAdd a unit test for wxAffineMatrix2D class and its...
2011-04-26  Vadim ZeitlinMake it easier to compare wxImages in the unit tests.
2011-04-26  Vadim ZeitlinSpecialize std::numeric_limits<> for wxLongLong and...
2011-04-23  Vadim ZeitlinAdd a simple unit test for wxParseCommonDialogsFilter().
2011-04-17  Vadim ZeitlinFix wxXmlDocument::SetRoot() broken by recent changes.
2011-04-10  Vadim ZeitlinRe-define push_back() in wxSortedArrayString to behave...
2011-04-06  Vadim ZeitlinFix vararg function in wxXml unit test broken by recent...
2011-04-06  Vadim ZeitlinCorrectly restore the old locale in wxXLocale functions.
2011-04-06  Vadim ZeitlinFix incorrect use of setlocale() in wxLocale::IsAvailab...
2011-04-05  Vadim ZeitlinDon't do anything in WX_ASSERT_FAILS_WITH_ASSERT when...
2011-04-05  Vadim ZeitlinFix VarArgTestCase compilation when type traits are...
2011-04-04  Dimitri SchoolwerthChanged licence references to "wxWindows licence".
2011-04-03  Dimitri SchoolwerthFixed failing image test.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-31  Vadim ZeitlinFix alpha handling in CSS syntax in wxColour in non...
2011-03-30  Vadim ZeitlinAdd support for elements preceding the document node...
2011-03-30  Vadim ZeitlinFix memory leaks in wxXml unit test.
2011-03-23  Dimitri SchoolwerthFixed buffer overflow when saving certain images in...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-13  Vadim ZeitlinAdded precision parameter to wxString::From[C]Double().
2011-03-01  Dimitri SchoolwerthImproved palette handling with saving PNG files.
2011-02-27  Vadim ZeitlinUse single quotes in wxMarkupText unit test to work...
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-27  Vadim ZeitlinAdd wxMarkupParser::Strip().
2011-02-27  Vadim ZeitlinAdd a class for parsing simple markup.
2011-02-27  Vadim ZeitlinDisable NumValidatorTestCase::Interactive() for build...
2011-02-09  Václav SlavíkMore wxControl::Ellipsize() tests.
2011-02-08  Vadim ZeitlinTweak offset in the RichTextCtrlTestCase::UrlEvent...
2011-02-08  Vadim ZeitlinUse wxLocale instead of setlocale() to change the local...
2011-02-08  Vadim ZeitlinFix wxWrapSizer minimal size calculation.
2011-02-05  Vadim ZeitlinLink console programs with PNG library in monolithic...
2011-02-03  Vadim ZeitlinRebake everything using bakefile 0.2.9.
2011-02-02  Dimitri SchoolwerthAdded support for reading comments from a GIF image.
2011-01-25  Dimitri SchoolwerthFixed heap corruption when reading a corrupted RLE...
2011-01-20  Vadim ZeitlinExplicitly set "C" locale for the tests using decimal...
2011-01-19  Vadim ZeitlinUse setUp/tearDown() for NumFormatter test case locale...
2011-01-19  Dimitri SchoolwerthAdded GIF and animated GIF saving support.
2011-01-19  Dimitri Schoolwerthremoved some leftover debugging code
2011-01-19  Vadim ZeitlinAdd wxIntegerValidator and wxFloatingPointValidator...
2011-01-19  Vadim ZeitlinAdd support for long long to wxNumberFormatter.
2011-01-19  Vadim ZeitlinAdd wxNumberFormatter class helping to deal with thousa...
2011-01-13  Vadim ZeitlinFixes for parsing invalid HTML without tag ends.
2011-01-13  Vadim ZeitlinFix MSVC warnings about signed to unsigned conversion...
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
next