put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / file.h
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