Return the old file descriptor/pointer from wx(F)File::Detach().
[wxWidgets.git] / include / wx / file.h
2013-09-12  Vadim ZeitlinReturn the old file descriptor/pointer from wx(F)File...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-07  Václav SlavíkUse wxConvAuto in wxFile::Write().
2012-09-30  Vadim ZeitlinAdded wxFile::ReadAll() for consistency with wxFFile...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-11-14  Vadim ZeitlinAdd wxFile::{Get,Clear}LastError() functions.
2010-02-10  Vadim ZeitlinMove wxPosixPermissions definition from wx/file.h to...
2009-11-05  Vadim ZeitlinNo real changes, just correct "synonim" typo in comments.
2009-05-31  Vadim Zeitlinadded wxTempFile::Flush() (dedicated to Theodore Ts...
2008-09-27  Francesco Montorsiadd wxPosixPermissions enumeration; it provides more...
2008-09-26  Vadim Zeitlintried to make umask comment make more sense
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2007-03-24  Julian SmartTest for encoding conversion success in wxFile::Write...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-08  Włodzimierz Skiba[ 1216436 ] cleanup 'shadow variable' warnings from...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-13  Michael WetherellAdd wxTempFileOutputStream
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-15  Vadim Zeitlinmade Tell/Seek/Length() return wxFileSize_t as well
2004-10-15  Vadim Zeitlinadded wxFileSize_t, changed types of wxFile methods...
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-05-30  Julian SmartInclude filefn.h always (or problems on at least Mac)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-12-11  Julian SmartApplied [ 841609 ] wxFile::m_error not initialised
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
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-02-26  Václav Slavíkunified default values for conv arguments
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-19  Robert Roebling Lots more Unicode fixes.
2001-12-01  Ron LeeAdded wxFile::write_excl and use it from wxTempFile...
2001-08-06  Václav SlavíkUnicodification of wxTempFile
2000-07-15  Bryan Pettymerged 2.2 branch
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-04  Guilhem Lavaux* wxFileInputStream and wxFileOutputStream doesn't...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added (access() isn't ANSI...
1998-07-27  Guilhem Lavaux* Bug fixes
1998-07-27  Karsten Ballüdermake wxS_DEFAULT consistend with standard Unix behaviour
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-24  Vadim Zeitlinadded "access" parameter to wxFile::Create and Open...
1998-07-17  Vadim ZeitlinwxTString removed
1998-07-14  Vadim Zeitlincommon constants (wxSeekMode) and types (off_t) to...
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-05-28  Robert RoeblingGTK wxBitmapButton added
1998-05-26  Vadim Zeitlinadded write_append mode to wxFile, implemented eof...
1998-05-20  Karsten BallüderInitial revision