]> git.saurik.com Git - wxWidgets.git/history - src/x11/textctrl.cpp
And some more casting
[wxWidgets.git] / src / x11 / textctrl.cpp
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