Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / tests / controls / textctrltest.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
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-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-16  Vadim ZeitlinDon't use wxTE_DONTWRAP style in Lines() wxTextCtrl...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-30  Vadim ZeitlinImprove wxTextCtrl::GetNumberOfLines() unit test and...
2011-07-29  Vadim ZeitlinAdd wxTextCtrl::PositionToCoords() functions for wxMSW...
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
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.
2009-04-14  Vadim Zeitlinonly run tests using multiline strings with multiline...
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...
2007-09-26  Vadim Zeitlinadded unit test for some of wxTextCtrl methods and...