]> git.saurik.com Git - wxWidgets.git/history - src/x11/textctrl.cpp
added support for gcc precompiled headers
[wxWidgets.git] / src / x11 / textctrl.cpp
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Julian SmartCall base OnInternalIdle
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-04-02  Mattia Barbon Remove deprecated methods use.
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Julian SmartMore casting to make gcc 3.2 behave.
2002-09-02  Julian SmartAnd some more casting
2002-09-02  Julian SmartAdded size_t cast to disambiguate array usage.
2002-04-10  Julian SmartCorrected PositionToXY, XYToPosition code
2002-04-10  Julian SmartFixed single-line text control breakage (sorry). Now...
2002-04-08  Robert Roebling wxTextCtrl::SetValue() sets m_modified to FALSE.
2002-04-08  Robert Roebling A little less flicker when selecting text.
2002-04-07  Julian SmartChanged caret to black and made it go when control...
2002-04-07  Robert Roebling Further work on wxTextCtrl.
2002-04-07  Robert Roebling Make text control send text update events.
2002-04-07  Robert Roebling Further work on wxTextCrl.
2002-04-06  Robert Roebling Added support for variable-width fonts
2002-04-02  Robert Roebling Fix some crashes in new wxTextCtrl.
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until