]> git.saurik.com Git - wxWidgets.git/history - tests/controls/listctrltest.cpp
Destroy the in-place edit control in wxGenericListCtrl dtor.
[wxWidgets.git] / tests / controls / listctrltest.cpp
2010-10-05  Vadim ZeitlinDestroy the in-place edit control in wxGenericListCtrl...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2009-04-21  Vadim Zeitlinadd test checking that switching mode doesn't change...
2009-03-23  Vadim Zeitlininitialize NUM_COLS correctly in columns order test...
2009-01-12  Francesco Montorsiassert when the item index is out of range in wxMSW...
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 Zeitlincompilation fixes for Unix build _with_ PCH
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...