XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / common / mstream.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
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-05-03  Włodzimierz SkibaInclude wx/stream.h according to precompiled headers...
2005-11-30  Michael WetherellMake Eof() consistent with other streams
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-05  Włodzimierz SkibaWarning fixes.
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-01-05  Mattia Barbon Check for end of buffer in wxMemoryInputStream::Peek.
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
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-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2000-11-23  Vadim Zeitlincompilation fixes for wxMemoryStreams
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-02-19  Václav Slavíkfixed bug in wxMemoryInput/OutputStream::OnSysRead...
1999-11-06  Guilhem LavauxFixed wxMemoryOutputStream (it wasn't working at all)
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-09-01  Guilhem LavauxWrite 0 to m_lastcount in OnSysRead and OnSysWrite
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-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-04  Václav Slavíkfixed input stream
1998-10-14  Julian SmartFixed VC++ compile error in mstream; formatted window...
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-07-28  Guilhem Lavaux* Added Peek() to wxMemoryInputStream.
1998-07-24  Guilhem Lavaux* Ooops, I didn't copy the files in the right directory...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-14  Guilhem Lavaux* wxMemory*Stream link problem fix.
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.
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.