]> git.saurik.com Git - wxWidgets.git/history - include/wx/textctrl.h
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
[wxWidgets.git] / include / wx / textctrl.h
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