Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / mstream.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-14  Vadim Zeitlinadded wxRTTI macros to stream classes (patch 1687073)
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2005-11-30  Michael WetherellMake Eof() consistent with other streams
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2000-11-23  Vadim Zeitlincompilation fixes for wxMemoryStreams
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-01-10  Guillermo Rodrigue... Fixes from Mumit Khan to allow DLL compilation; most...
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-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-19  Guilhem LavauxAdded StreamSize() to wxMemoryOutputStream.
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-09  Patrick AlbertSome minors changes, like adding empty lines at end...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-04  Václav Slavíkfixed input stream
1999-02-10  Guilhem Lavaux* Doc updates
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-28  Guilhem Lavaux* Added Peek() to wxMemoryInputStream.
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-12  Robert Roeblingstream compile fixes
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-12  Guilhem LavauxOoops ! I've forgotten the include files.