Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / common / stream.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinFix last count value after ReadAll() and WriteAll().
2013-05-20  Vadim ZeitlinFix return value of wxCountingOutputStream::LastWrite().
2013-05-20  Vadim ZeitlinAdd wxInputStream::ReadAll() and wxOutputStream::WriteA...
2012-05-05  Vadim ZeitlinNo changes, just spelling corrections in the comments.
2012-04-16  Vadim ZeitlinAdded wxWrapperInputStream class.
2009-09-18  Vadim ZeitlinCorrect wxStreamBuffer::Seek() return value.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-01  Francesco Montorsidocument that CanRead() and GetImageCount() functions...
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
2008-10-29  Vadim Zeitlinprovide ctors allowing to specify the non-default buffe...
2008-02-11  Vadim Zeitlinupdate m_lastcount correctly in wxBufferedInputStream...
2008-01-02  Vadim Zeitlinremove redundant m_buffer_size member (patch 1861348)
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-21  Vadim Zeitlinadded wxStreamBuffer::Truncate() (patch 1687081)
2007-04-14  Vadim Zeitlinadded wxRTTI macros to stream classes (patch 1687073)
2007-02-12  Vadim Zeitlinfixed LastRead() after Read(wxOutputStream&) (patch...
2006-10-29  Michael WetherellChange GetC to return an int so that it can return...
2006-10-29  Michael WetherellRename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.
2006-10-27  Michael WetherellFactory some of wxFilterClassFactory into a base class.
2006-10-26  Michael WetherellAdd wxFilterClassFactory::PopExtension().
2006-10-25  Michael WetherellAdd class factories for filter streams. Also filters...
2006-10-15  Mattia Barbon Added wxRTTI macros to buffered DCs.
2006-10-13  Robert RoeblingApplied part of [ 1575767 ] Init/size/check fixes for...
2006-05-03  Włodzimierz SkibaInclude wx/stream.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-07  Vadim Zeitlinfixed a double free bug in SetBufferIO(size_t) (coverit...
2005-10-17  Michael WetherellWarning fixes for win64
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-13  Vadim Zeitlinfixed Sun CC warning about local variable read hiding...
2005-08-28  Vadim Zeitlinfixed bug in wxStreamBuffer::Read(wxStreamBuffer *...
2005-03-03  Włodzimierz SkibaHuge streams checking and warning fixes.
2005-01-07  Włodzimierz SkibaOld API clearly deprecated.
2004-11-23  Ryan Norton[ 1070686 ] wxOutputStream::Close()
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-02  Jouk Jansen Committing in .
2004-10-15  Vadim Zeitlinuse wxFileSize_t instead of wxFileOffset or off_t
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
2004-09-22  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-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
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
2002-09-10  Vadim Zeitlinfixed stream code breakage caused by the previous check in
2002-08-29  Vadim Zeitlinloop in wxInputStream::Read() while there is data to...
2002-07-12  Vadim Zeitlinfixed bug in Ungetch() which was preventing wxExecute...
2002-05-24  Vadim Zeitlinfixed wxStreamBuffer::Tell() to return at least sometim...
2002-02-23  Robert Roebling Minor fixes to buffered stream in connection
2002-01-13  Vadim Zeitlinfixed a huge memory leak in wxStreamBuffer
2002-01-09  Vadim Zeitlinbug fix for wxBufferedInputStream::LastCount() after...
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-08-22  Václav Slavíkfixed yet another bug in wxStream classes
2001-07-07  Vadim Zeitlinuse wxTextFile::Eol() in wxEndL
2001-02-08  Vadim Zeitlinfixed bug in Eof(), finally
2001-01-06  Vadim Zeitlinfixed wxStreamBuffer::SetBufferIO() (thanks to Gilles...
2000-11-26  Vadim ZeitlinwxSetEnv for Win32 (doesn't really work)
2000-11-26  Vadim Zeitlinfix for uninit vars
2000-11-26  Julian SmartAdded m_destroybuf initialisation
2000-11-24  Vadim Zeitlinlinking fix
2000-11-23  Vadim Zeitlinmore fixes to stream code: allow deriving from wxStream...
2000-11-23  Vadim Zeitlincompilation fixes for wxMemoryStreams
2000-11-23  Vadim Zeitlinfixed memory allocation code of wxStreamBuffer to not...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-02-29  Guillermo Rodrigue... Tell is now compatible with the wback buffer
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-14  Sylvain Bougnoux~wxBufferedStream puts back unread bytes
1999-12-13  Guillermo Rodrigue... Added wxOutputStream::PutC()
1999-12-09  Guillermo Rodrigue... Fixed small bug related to m_lastcount in wxInputStream...
1999-12-08  Guillermo Rodrigue... Fixed wxInputStream::Ungetch behaviour so that if you
1999-12-06  Robert Roebling Added tests for buffered streams.
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-11-21  Guilhem LavauxFixed an incorrect behaviour in ResetBuffer()
1999-11-06  Guilhem LavauxFixed wxMemoryOutputStream (it wasn't working at all)
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-10  Guilhem LavauxChanged Ungetch behaviour (FIFO -> LIFO).
1999-10-05  Sylvain Bougnouxafter a seek, reset error if error==EOF
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-08-29  Guilhem LavauxRemoved LastError() from wxFilterStream
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-08-14  Guilhem LavauxRemoved unnecessary branch
1999-08-13  Guilhem LavauxBug fix in wxBufferedInputStream::SeekI
1999-08-06  Guilhem LavauxChanged Ungetch(void *, ...) to Ungetch(const void...
1999-08-05  Guilhem LavauxChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-30  Guilhem Lavaux* Moved ReadLine()/WriteLine() to wxIn/OutputStream
1999-06-28  Guilhem Lavaux* wxStream fixes (integer/line parsing).
1999-06-27  Robert Roebling More tests for streams.
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-04-13  Ove KaavenMore Unicode stuff. Implemented wxFprintf.
1999-02-14  Guilhem Lavaux* Stream: update in doc, fix in code.
1999-02-10  Guilhem Lavaux* Doc updates
next