]> git.saurik.com Git - wxWidgets.git/history - src/x11/textctrl.cpp
wxTextPos for all GetLastPosition with constants for special cases. Make it virtual...
[wxWidgets.git] / src / x11 / textctrl.cpp
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-11  Mattia Barbon wxX11 STL-ification.
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