]> git.saurik.com Git - wxWidgets.git/history - src/common/stream.cpp
* wxSocket fixes
[wxWidgets.git] / src / common / stream.cpp
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.