Define __VISUALC__ for ICC under Windows again.
[wxWidgets.git] / include / wx / textbuf.h
2012-09-17  Vadim ZeitlinNo changes, just fix some typos in the comments in...
2011-01-08  Paul Cornettproper const-ness for GetLine() and operator[]()
2008-03-15  Vadim Zeitlininitialize m_nCurLine in wxTextBuffer ctor (part of...
2007-06-19  Václav Slavíkreturn wxString from wxTextBuffer::GetName()
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-03-27  Vadim Zeitlinreally fixed iteration over wxTextbuffer using GetFirst...
2006-03-27  Vadim Zeitlinfix bug in Eof() which returned true even if we were...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2005-03-23  Vadim Zeitlinclear m_aTypes array in Clear() as well (patch 1165866)
2004-10-13  Włodzimierz SkibaDarwin fixes (OW,BCC,MinGW,DMC tested).
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Vadim Zeitlinmissing or wrong DLLEXPORTs for DLL build
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-05-11  Vadim Zeitlininit m_isOpened in ctor (bug 736208)
2003-03-24  Vadim Zeitlinadded wxTextBuffer::Clear() (patch 706188)
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-26  Václav Slavíkunified default values for conv arguments
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-06  Gilles DepeyrotwxArray<T> macros have been changed to fix runtime...
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...