* New wxStreams (to be documented), new classes: wxBufferedStreams,
[wxWidgets.git] / src / common / stream.cpp
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
1999-02-07  Guilhem Lavaux* A few updates (stream doc)
1999-01-10  Guilhem Lavaux* Deleted debug messages.
1999-01-08  Robert Roebling minor Configure / makefiles updates
1998-12-26  Guilhem Lavaux* Fixes (AIF works on Linux)
1998-12-25  Guilhem Lavaux* Fixes (WAV works on Linux, AIFF following)
1998-12-23  Guilhem Lavaux* Fixes
1998-11-11  Guilhem Lavaux* Fixes.
1998-11-07  Robert Roebling Fixed 5 bugs in wxImage and Blit
1998-10-28  Guilhem Lavaux* Build IODBC on demand on unix.
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-10  Guilhem Lavaux* Bug fix in wxFilter*Stream
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-24  Guilhem Lavaux* wxStream fixes.
1998-08-23  Guilhem Lavaux* Fixed two memory leaks.
1998-08-05  Guilhem Lavaux* Added source file info in utils/serialize/*
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-07-24  Guilhem Lavaux* Ooops, I didn't copy the files in the right directory...
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-13  Karsten BallüderFixed that stupid stream problem.
1998-07-13  Julian SmartRemoved streams from VC++ makefile for now; corrected...
1998-07-12  Robert Roeblingstream compile fixes
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.