Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / tests / controls /
2011-01-13  Vadim ZeitlinFix MSVC warnings about signed to unsigned conversion...
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
2010-12-25  Vadim ZeitlinDocument wxItemContainer::SetStringSelection() as case...
2010-12-20  Jaakko SalliAdded OwnerDrawnComboBoxTestCase (currently only has...
2010-12-13  Vadim ZeitlinPreserve value when changing range of inverted wxSlider...
2010-11-27  Vadim ZeitlinVerify the return value of wxItemContainer::Insert...
2010-11-27  Vadim ZeitlinAdd wx(Simple)HtmlListBox unit test.
2010-11-23  Vadim ZeitlinDeselect all items in wxMSW wxListBox when selection...
2010-11-16  Vadim ZeitlinAvoid asserts due to not overriding OnGetItemText(...
2010-11-16  Vadim ZeitlinAdd an explicit SetFocus() call to fix wxTreeCtrl unit...
2010-11-13  Vadim ZeitlinAdd a unit test checking selection updating in virtual...
2010-11-05  Vadim ZeitlinAdd another test for the insertion point position after...
2010-10-27  Vadim ZeitlinFix list box unit test under wxGTK.
2010-10-22  Vadim ZeitlinEnable ListBoxTestCase::HitTest() for wxGTK.
2010-10-16  Vadim ZeitlinAdd wxHAS_3STATE_CHECKBOX symbol.
2010-10-16  Vadim ZeitlinImprove validation of wxCheckBox styles.
2010-10-16  Julian SmartDisabled wxRTC tests that don't work in wxGTK
2010-10-15  Vadim ZeitlinAdd "GTK" prefix to wxChoice::{Dis,En}ableEvents()...
2010-10-05  Vadim ZeitlinDestroy the in-place edit control in wxGenericListCtrl...
2010-10-04  Vadim ZeitlinFix tests compilation with wxUSE_TOOLTIPS==0 as in...
2010-10-01  Vadim ZeitlinAdd wxHAS_BITMAPTOGGLEBUTTON and test for it in the...
2010-10-01  Vadim ZeitlinDisable ItemClick() unit test for wxListCtrl under...
2010-09-30  Vadim ZeitlinDisable wxEVT_COMMAND_LIST_ITEM_FOCUSED test for wxMSW.
2010-09-30  Vadim ZeitlinInsert another item in the list control in its unit...
2010-09-23  Steve LamertonRemove an assert that was not backed up by the document...
2010-09-22  Steve LamertonRe-enable disabled wxWindow label tests under wxGTK...
2010-09-22  Steve LamertonSend generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN...
2010-09-19  Steve LamertonIncrease the number of expected events in TreeCtrlTestC...
2010-09-05  Steve LamertonSimplify ButtonTestCase::Bitmap. The old test was not...
2010-09-05  Steve LamertonFix typo from previous commit.
2010-09-05  Steve LamertonMove the second wxListBox sort test back to the ownerdr...
2010-09-05  Steve LamertonWrap BitmapToggleButtonTestCase in a preprocessor check...
2010-08-24  Robert RoeblingReenable sorting tests for GTK
2010-08-23  Vadim ZeitlinCompilation fix: forward declare wxTextEntry in unit...
2010-08-22  Vadim ZeitlinUse "C" locale for locale-dependent part of TextCtrlTes...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-07-17  Vadim ZeitlinReally set svn:eol-style property.
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2010-03-21  Francesco Montorsireorder GetLabel(), GetLabelText(), SetLabel() and...
2010-03-18  Vadim ZeitlinEnsure that setting wxChoice height to its default...
2009-06-06  Vadim Zeitlinfix bug in generic wxTreeCtrl: calling SelectItem(true...
2009-04-21  Vadim Zeitlinadd test checking that switching mode doesn't change...
2009-04-14  Vadim Zeitlinonly run tests using multiline strings with multiline...
2009-03-23  Vadim Zeitlininitialize NUM_COLS correctly in columns order test...
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
2009-03-16  Francesco Montorsifix compilation with gcc 4.3.3 (and libcppunit 1.12...
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2009-01-12  Francesco Montorsiassert when the item index is out of range in wxMSW...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-10  Francesco Montorsidisable test which asserted when trying to call wxListC...
2008-12-21  Vadim Zeitlincorrect wrong #endif position which prevented ListCtrlT...
2008-12-21  Vadim Zeitlindon't show assert message boxes in debug build but...
2008-12-21  Vadim Zeitlinfix Get(Sub)ItemRect() after changes of r54437; added...
2008-12-12  Vadim Zeitlindon't test for best size not being 0, this doesn't...
2008-12-12  Vadim Zeitlincompilation fixes for Unix build _with_ PCH
2008-12-12  Vadim Zeitlinadd unit test for column reordering functions
2008-12-11  Vadim Zeitlinfix wxTextCtrl::Replace() under wxGTK; added unit test...
2008-12-07  Vadim Zeitlinuse wxHeaderColumnSimple instead of wxHeaderColumn
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-03  Vadim Zeitlinforgot to update after renaming wxHeaderCtrlColumn...
2008-12-03  Vadim Zeitlinalso disable the test of the generic version as it...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-09-19  Vadim Zeitlinadd unit test for wxTextEntry methods of wxComboBox
2008-09-19  Vadim Zeitlinextract wxTextEntry unit tests in a reusable base class
2008-07-23  Vadim Zeitlinadd unit test for wxTextCtrl::GetInsertionPoint()
2008-07-23  Vadim Zeitlinadd unit test for wxTextCtrl::SetSelection()
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-05-25  Vadim Zeitlincreate tests/window directory for wxWindow tests
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...