Define __VISUALC__ for ICC under Windows again.
[wxWidgets.git] / include / wx / txtstrm.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-22  Vadim ZeitlinAdd wxText{Input,Output}Stream::Get{Input,Output}Stream...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-21  Ryan NortonwxTextOutputStream::PutChar and text stream test
2004-10-20  Vadim Zeitlinadded wxTextInputStream::operator>>(wchar_t) for compil...
2004-10-05  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-09-12  Vadim Zeitlinonly define operator<<(wchar_t) in Unicode build
2004-09-11  Vadim Zeitlinoverload operator<<() for wchar_t too (if applicable...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-26  Vadim Zeitlinadded wxTextInputStream::ReadChar() (part of patch...
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  Vadim Zeitlinmade wxTextInputStream Unicode safe and general cleanup...
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-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-22  David WebsterEliminate comma's after last element in an enum
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-10-29  Sylvain BougnouxAccept list of separators as a wxString instead of...
1999-10-28  Sylvain Bougnouxoperator >> wxString eat word by default. \n Add wxText...
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-13  Guilhem Lavaux* Changed char to wxChar in operators.
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...