Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / univ / textctrl.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinMore compilation fixes after wxNOEXCEPT introduction.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-04-06  Vadim ZeitlinMove SendTextUpdatedEvent() down to wxTextEntryBase...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-02  Vadim ZeitlinwxUniv compilation fixes after wxTextEntry::DoGetValue...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-16  Vadim Zeitlinfix divide by 0 bug in UpdateScrollbars() (part of...
2007-09-16  Vadim Zeitlindestroy the old clipping region before setting the...
2007-09-16  Vadim Zeitlinremoved apparent off by 1 bug in the end line calculati...
2007-09-15  Vadim Zeitlinfix the bug with not showing all the text in the text...
2007-04-13  Vadim Zeitlinfix wxTextCtrl::SetSelection(-1, -1) to behave as docum...
2007-04-08  Vadim Zeitlinfix a fatal crash due to using wxHSCROLL presence in...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Václav Slavíkdon't use deprecated wxSTRING_MAXLEN
2006-10-28  Vadim Zeitlinremove unneeded WXDLLEXPORTs for the classes only used...
2006-10-23  Václav Slavíkdon't disable caret blinking on non-MSW platforms
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-09-14  Vadim ZeitlinMany changes for wxInputHandler creation mainly related to:
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-05-06  Paul Cornettcall static functions directly
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-01-17  Julian SmartApplied patch [ 1344168 ] wxUniv (on MSW) IM input...
2005-10-18  Vadim Zeitlincompilation fix after wxScrollHelper changes (ctor...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-27  Vadim Zeitlinadded wxTE_BESTWRAP style (which is the default now...
2005-02-10  Włodzimierz SkibawxEmptyString decorations.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2004-11-05  Włodzimierz SkibaSimplify wxRect construction at the wxPoint(0,0) with...
2004-08-10  Włodzimierz SkibaCleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-06-20  Chris Elliottfix bug with univ creating textctrl
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-08-20  Václav Slavíkcompilation fix
2003-08-11  Julian SmartwxCaretSuspender only shows the caret if it was visible...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Julian SmartCall base OnInternalIdle
2003-08-03  Vadim Zeitlinwarnings (and some errors) fixes for wxUniv DLL build
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-27  Robert Roebling wxX11 wants to have the border style flag
2002-03-15  Vadim Zeitlincompilation warning fix
2002-02-11  Julian SmartTypos and other fixes
2001-09-22  Václav SlavíkwxInputConsumer
2001-07-09  Vadim Zeitlinfix for backwards selection in text ctrl (patch 439730)
2001-07-04  Vadim Zeitlinreverted Julians changes to the pragmas
2001-07-04  Julian SmartChanged the pragmas to allow debugging under Linux
2001-07-02  Vadim Zeitlinchanged copyright to SciTech one
2001-06-30  Julian SmartMore fixes for wxUniv
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...