Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / tests / controls /
2013-08-06  Vadim ZeitlinDon't generate any events from wxSpinCtrl and wxSpinCtr...
2013-08-06  Vadim ZeitlinAdd test for absence of events from wxSpinCtrlDouble...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-16  Vadim ZeitlinUse [DOMRange markupString] to get selection source.
2013-07-11  Vadim ZeitlinReconcile HAVE_VARIADIC_MACROS and wxHAS_VARIADIC_MACRO...
2013-06-23  Vadim ZeitlinAdd wxBookCtrlBase::DoSetSelectionAfterRemoval() and...
2013-06-23  Vadim ZeitlinNo real changes, just simplify wxBookCtrlBase unit...
2013-06-23  Vadim ZeitlinAdd a minimal unit test for wxSimplebook.
2013-06-13  Stefan Csomorreusing existing API
2013-06-13  Vadim ZeitlinCheck wxListCtrl::GetItemRect() origin in the unit...
2013-06-13  Stefan Csomorusing Destroy, as otherwise the remnants get into the...
2013-06-13  Stefan Csomoradding exceptions for OSX
2013-06-12  Stefan Csomorosx needs a refocus
2013-06-12  Stefan Csomornow working on cocoa as well
2013-06-11  Stefan Csomordisable tests depending on a focusable slider control
2013-06-11  Stefan Csomordraghino explicitly
2013-06-11  Stefan Csomormoving click point sightly more inside, #ifndef tests...
2013-06-11  Stefan Csomorfixing typo
2013-05-26  Vadim ZeitlinReset row and columns count in wxRichTextTable::ClearTa...
2013-05-15  Vadim ZeitlinFix typo in a closing "#endif" comment in the test.
2013-05-12  Vadim ZeitlinDisable the rest of Editable() test for wxBitmapComboBox.
2013-05-10  Vadim ZeitlinRevert "Show the name of the actually tested class...
2013-05-10  Vadim ZeitlinShow the name of the actually tested class in text...
2013-05-09  Vadim ZeitlinDisable a sporadically failing check in wxBitmapComboBo...
2013-05-08  Vadim ZeitlinFix wxRichTextCtrl test compilation.
2013-05-06  Julian SmartApplied patches for #15184 (wxRichTextAction fix for...
2013-04-29  Vadim ZeitlinTrying to blindly fix WebTestCase unit test failure.
2013-04-25  Vadim ZeitlinFix compilation-breaking typo in the previous commit.
2013-04-25  Vadim ZeitlinFix wxWebView test setup failure under OS X.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-24  Vadim ZeitlinFix showing back hidden columns and rows in wxGrid.
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-21  Vadim ZeitlinAdd wxCheckListBox::GetCheckedItems() helper.
2013-01-20  Steve LamertonPass wxWANTS_CHARS to the wxRichTextCtrl constructor...
2013-01-20  Vadim ZeitlinFix wxSearchCtrl::HasFocus() in the generic version.
2013-01-20  Vadim ZeitlinFix setting initial wxSpinCtrl value outside 0..100...
2012-11-01  Václav SlavíkTests for wxTEST_DIALOG and wx/testing.h.
2012-08-15  Vadim ZeitlinDon't generate events from wxSpinCtrl::SetRange() in...
2012-07-13  Julian SmartFixed wxRichTextCtrl caret test case
2012-07-11  Vadim ZeitlinRevert "Temporarily disable the failing wxRichTextCtrl...
2012-07-02  Vadim ZeitlinTemporarily disable the failing wxRichTextCtrl case.
2012-06-30  Vadim ZeitlinAdd a unit test verifying that wxSpinCtrl ctor doesn...
2012-06-01  Vadim ZeitlinDisable wxUIActionSimulator wxGrid tests using mouse...
2012-06-01  Vadim ZeitlinAdd IsAutomaticTest() function to the unit tests.
2012-05-09  Vadim ZeitlinCorrect the initial value setting in wxMSW wxSpinCtrl.
2012-04-29  Vadim ZeitlinAdd a hack to prevent the test suite from aborting...
2012-04-28  Vadim ZeitlinRun some wxTextCtrl unit test cases for single and...
2012-04-28  Vadim ZeitlinNo changes, just refactor wxTextCtrl unit test case.
2012-03-12  Steve LamertonAdd new WX_ASSERT_EVENT_OCCURS macro to improve behavio...
2012-03-11  Steve LamertonMove getting the unit test event count from wxTestableF...
2012-01-14  Vadim ZeitlinFix the size of the font returned from wxTextCtrl:...
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-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-18  Steve LamertonEnsure wxWebViewIE::SetPage clears the existing content...
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-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-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
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-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-21  Vadim ZeitlinReplace wxComboBox::IsEmpty() with Is{List,Text}Empty().
2011-08-19  Steve LamertonRename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
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-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-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
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-08  Vadim ZeitlinTweak offset in the RichTextCtrlTestCase::UrlEvent...
next