Added new dynamic loading classes. (which handle proper
[wxWidgets.git] / include / wx / stream.h
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
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-01-22  Robert Roebling Changes for next snapshot.
2000-01-12  Guillermo Rodrigue... Added missing WXDLLEXPORTs
1999-12-21  David Webstercan't support enums that have comma after last element
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-13  Guillermo Rodrigue... Added wxOutputStream::PutC()
1999-12-08  Robert Roebling Further stream tests, doc updates and minor clean...
1999-08-29  Guilhem LavauxRemoved LastError() from wxFilterStream
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-08-06  Guilhem LavauxChanged Ungetch(void *, ...) to Ungetch(const void...
1999-08-01  Robert Roebling Updated testconf,
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
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-29  Robert Roebling wxChoiceDialog fix.
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-02-27  Guilhem Lavaux* Big memory bug fixed in socket/getline fixed.
1998-12-23  Guilhem Lavaux* Fixes
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-11  Guilhem Lavaux* Fixes.
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-14  Julian SmartDLL-related changes
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-09-07  Robert Roebling Suppress warnings
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-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
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* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-14  Vadim Zeitlincommon constants (wxSeekMode) and types (off_t) to...
1998-07-14  Vadim Zeitlinoff_t #define'd as _off_t for VC++ (it's not a standard...
1998-07-14  Guilhem Lavaux* wxMemory*Stream link problem fix.
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-13  Karsten BallüderFixed that stupid stream problem.
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.