Use RIAA wrapper for wxSpinCtrl event disabling in wxGTK.
[wxWidgets.git] / include / wx / wfstream.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-09  Vadim ZeitlinAdd GetFile() accessor to wxFileStream classes.
2009-12-27  Vadim ZeitlinOverride some methods in wxF(F)ileStream to resolve...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-09-21  Stefan Csomorfixes #9982
2008-09-18  Stefan Csomorin release builds gcc on osx evaporates these inlines...
2008-06-15  Vadim Zeitlinadded a unit test for input/output file streams and...
2007-07-10  Vadim ZeitlinAlso added wxFFileStream::IsOk() and corrected IsOk...
2007-07-09  Vadim Zeitlinadded wxFileStream::IsOk() (patch 1749587)
2007-06-19  Václav Slavíkchanged wxFFileOutput/InputStream ctor 'mode' argument...
2006-12-19  Stefan Csomorfvisibility-inlines-hidden fix
2006-10-19  Robert Roebling Made wxStreamBase::IsOk() virtual;
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-02-17  Ryan Nortoncompile wxFileXXXStream without wxFFileXXXStream
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2005-01-15  Vadim Zeitlinadded mode parameter to wxFFileStream ctors taking...
2004-11-23  Ryan Norton[ 1070686 ] wxOutputStream::Close()
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
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-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
1999-09-13  Robin DunnAdded WXDLLEXPORT's to the class definitions
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-18  Guilhem LavauxAdded a check for -lresolv in configure.in
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-09  Patrick AlbertSome minors changes, like adding empty lines at end...
1999-06-16  Ove KaavenSomeone probably meant "wx/defs.h" instead of "defs.h"
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1998-11-22  Guilhem Lavaux* Renamed fstream.h in wfstream.h