Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
[wxWidgets.git] / src / common / textcmn.cpp
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlinfix harmless unused parameter warning
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-04-13  Włodzimierz SkibawxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-10-28  Václav Slavíkfixed wxTextCtrl::EmulateKeyPress to work in Unicode...
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
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-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2003-10-16  Vadim Zeitlinuse correct fallback file name in SaveFile() (patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-23  Václav Slavíkfix warning on watcom
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-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-04-07  Mattia Barbon Fix some GCC 3.2 -O2 warnings.
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...