Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / include / wx / stream.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinFix return value of wxCountingOutputStream::LastWrite().
2013-05-20  Vadim ZeitlinAdd wxInputStream::ReadAll() and wxOutputStream::WriteA...
2012-04-16  Vadim ZeitlinAdded wxWrapperInputStream class.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-22  Vadim ZeitlinAllow passing the error value to wxStreamBase::Reset().
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-10-29  Vadim Zeitlinprovide ctors allowing to specify the non-default buffe...
2008-01-02  Vadim Zeitlinremove redundant m_buffer_size member (patch 1861348)
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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)
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-19  Robert Roebling Made wxStreamBase::IsOk() virtual;
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-14  Vadim Zeitlinwe don't need reserved virtual functions on HEAD
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-17  Vadim Zeitlinadded more reserved functions
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
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-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-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-03  Vadim Zeitlinfixed comment and docs for GetSize()
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlincompilation fixes after applying DECLARE_NO_COPY_CLASS...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
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.