Use wxString's empty() when checking if the string is (non-)empty throughout wx.
[wxWidgets.git] / src / x11 / textctrl.cpp
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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