]> git.saurik.com Git - wxWidgets.git/history - tests/controls
update bakefile to 0.2.6
[wxWidgets.git] / tests / controls /
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...