Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them...
[wxWidgets.git] / include / wx / textctrl.h
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-13  Włodzimierz SkibawxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO...
2005-03-27  Vadim Zeitlinadded wxTE_BESTWRAP style (which is the default now...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-09  Włodzimierz SkibaMissing casts to event handling functions.
2005-02-19  Kevin HockwxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
2005-02-15  Vadim Zeitlincorrected EVT_TEXT_URL() definition, its handler takes...
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-11-08  Włodzimierz SkibaUndef GetWindowStyle() after new #include in cmndata...
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-29  Włodzimierz SkibaHardware defines spec.
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-15  Vadim Zeitlinsubdindented paragraphs support (patch 933436)
2004-03-18  Václav SlavíkWXUSINGDLL is defined when building samples on non...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2003-12-11  Julian SmartApplied patch [ 817734 ] fix for cvs head with wxUSE_ST...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-19  Vadim Zeitlinattemps to make wxStreamToTextRedirector work with...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-07-21  Vadim Zeitlinadded (and documented) trivial but useful IsSingleLine...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-25  Vadim Zeitlinfixed wxTE_LINESCROLL definition to not conflict with...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-10-19  Vadim Zeitlinoops, typo fix
2001-10-19  Vadim Zeitlinadded wxStreamToTextRedirector
2001-10-18  Vadim Zeitlinadded and documented wxTE_NOHIDESEL
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-08-24  Vadim Zeitlinadded missing wxSTD
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-07-31  Vadim Zeitlindeclare and define wxEVT_COMMAND_TEXT_UPDATED even...
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-05-27  Vadim Zeitlinadded text style support to wxTextCtrl for MSW
2000-02-17  Sylvain BougnouxWorkaround (?) for using streambuf with wxUSE_IOSTREAMH=0
2000-01-18  Vadim Zeitlin1. small fix in wxDirDialog: SHBrowseForFolder() doesn...
1999-08-12  Karsten Ballüdersome compilation fixes atttempts for solaris
1999-07-28  David Webster*** empty log message ***
1999-07-28  David Webster*** empty log message ***
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-15  Robert Roebling Compile fixes.
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision