Fixed copyrights and licence spelling
[wxWidgets.git] / src / common / textcmn.cpp
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-02  Vadim ZeitlinUnicode compilation fixes after wxFFile change
2003-01-02  Vadim Zeitlinmade generic EmulateKeyPress() to work with Delete...
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2001-12-02  Vadim ZeitlinSetDefaultStyle(wxTextAttr()) now resets the default...
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-10-19  Vadim Zeitlinadded wxStreamToTextRedirector
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-06  Julian SmartFixed memory leak in textcmn.cpp
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-02-16  Sylvain BougnouxAdd Shivar's patch for using iostream
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-12  Karsten Ballüdersome compilation fixes atttempts for solaris
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
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...