Remove support for MetroWerks CodeWarrior compiler.
[wxWidgets.git] / include / wx / filefn.h
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-10-17  Vadim ZeitlinExplicitly use _stati64() with MinGW-W64.
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-07-03  Václav SlavíkwxFileOffsetFmtSpec isn't translatable.
2010-02-10  Vadim ZeitlinMove wxPosixPermissions definition from wx/file.h to...
2010-01-18  Vadim ZeitlinOnly disable use of non-ANSI functions in strict ANSI...
2009-12-30  Michael WetherellSupport large files with stdio on mingw.
2009-12-22  Michael WetherellAdd support for large stdio files for VC 8+. What versi...
2009-10-31  Vadim ZeitlinFix wx headers compilation in mingw32 strict ANSI mode.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-30  Vadim Zeitlindefine HAVE_LARGEFILE_SUPPORT in setup.h when large...
2009-05-09  Francesco Montorsiadd a few comments about wxDEPRECATED stuff to ease...
2009-04-25  Vadim Zeitlinmore order in wxCRT_filefunctions: define A and W versi...
2009-04-25  Vadim Zeitlinbuild fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinfix deprecation warnings when building wx with MSVC
2009-01-10  Francesco Montorsifix deprecation warnings when building filefn.cpp
2009-01-07  Francesco Montorsideprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr...
2008-08-30  Vadim Zeitlintest for __MINGW64__ in the huge files support section
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-05-31  Stefan NeisCompilation fixes for mingw-w64.
2008-05-30  Vadim Zeitlinblind fix for Borland ANSI build: define wxStructStat...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-02-13  Vadim Zeitlindon't define HAVE_FSYNC if it's already defined (as...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-10-28  Stefan NeisApplied patch #1821711 (workaround for Watcom inconsist...
2007-08-22  Julian SmartApplied [ 1767537 ] [wxOS2]Watcom build - filefn
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-06  Václav Slavíkmarked WinCE implementations of wxOpen etc. functions...
2007-03-02  Václav Slavíkchanges wxDirExists() to accept wxString instead of...
2006-12-13  Michael WetherellChange wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland...
2006-11-27  Vadim Zeitlinbetter fix for scope resolution operator and Borland...
2006-11-27  Vadim Zeitlindon't use scope resolution operator for Borland in...
2006-11-09  Michael WetherellWorkaround for BCC 5.5/5.5.1 _wopen bug.
2006-10-29  Chris Elliottfix borland header difference
2006-10-29  Julian SmartBorland fix.
2006-10-29  Vadim Zeitlinuse wxPOSIX_IDENT() for consistent handling of undersco...
2006-10-28  Vadim Zeitlinremoved hard TAB
2006-10-27  Robert Roebling [ 1585270 ] Further fixes to wxPathList
2006-10-27  Michael WetherellYes VC5 support large files.
2006-10-27  Vadim Zeitlindon't use _INTEGRAL_MAX_BITS to decide whether a (Windo...
2006-10-26  Vadim Zeitlinmove wxMSLU_xxx redefinitions of xxx() Windows function...
2006-10-25  Vadim Zeitlindeclare wxMSLU_xxx functions in the headers which defin...
2006-10-24  Vadim Zeitlintest that _INTEGRAL_MAX_BITS is defined before comparin...
2006-10-23  Michael WetherellRename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.
2006-10-23  Vadim Zeitlintry to simplify the web of ifdefs; add Borland to the...
2006-10-23  Michael WetherellAdd WXFILE_LARGEFILE/wxFFILE_LARGEFILE to indicate...
2006-10-21  Vadim Zeitlinalso define wxLstat for non-Unix platforms
2006-10-21  Vadim Zeitlinalso define wxLstat in ANSI build
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-05  Robert Roebling[ 1560785 ] wxFileName::IsReadable/Writable/Executable
2006-07-31  Václav SlavíkwxFileModificationTime() needs wxDateTime, put it insid...
2006-07-25  Vadim Zeitlindon't make wxPathList dtor virtual, this is unneeded...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-04-16  Vadim Zeitlinadded overwrite parameter to wxRenameFile (patch 1467041)
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-11-09  Włodzimierz SkibaOW 1.4 preparation.
2005-11-07  Włodzimierz SkibawxGetWorkingDirectory() deprecated. Fixed #1338966.
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlindefine wxFsync() as fsync() under Unix not as (not...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-05-19  Michael WetherellWarning fixes for Cygwin
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-01  Włodzimierz SkibaDo not break checking whether dir exists for given...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-05  Michael WetherellFix for problem with wxGetFileKind on WinCE
2005-02-26  Michael WetherellMove wxGetOSFHandle to include/wx/msw/private.h since...
2005-02-24  Włodzimierz SkibaProvide to Borland the same fix as for Cygwin due to...
2005-02-14  Włodzimierz SkibaBuild fix.
2005-02-14  Dimitri Schoolwerthfixed Cygwin compilation (there's no _get_osfhandle)
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2005-01-07  Robert Roebling Removed useless defines for WinCE which is
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-19  Włodzimierz SkibaWarning fix to avoid typecasting with OW elsewhere.
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-18  Vadim Zeitlinunsigned off_t doesn't exist
2004-10-15  Włodzimierz SkibaDMC fix.
2004-10-15  Vadim Zeitlinfixed wxFileSize_t definition under Unix
2004-10-15  Vadim Zeitlinadded wxFileSize_t, changed types of wxFile methods...
2004-10-08  Vadim Zeitlin(blind) fix for Metrowerks/Win32 compilation
2004-10-08  Vadim Zeitlinrenamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES
2004-10-04  Vadim Zeitlinblind warning fix in wxUmaskChanger
2004-10-03  Vadim Zeitlinadded wxUmaskChanger class and wxCHANGE_UMASK macro...
2004-10-03  Vadim ZeitlinMetrowerks fixes after huge file patch (patch 1037951)
2004-09-28  Julian Smart__WINCE__ -> __WXWINCE__
2004-09-27  Julian SmartDon't try to typedef off_t twice (eVC++)
2004-09-27  Włodzimierz SkibaWatcom fixes after recent wxFile changes.
2004-09-27  Vadim Zeitlindefine wxInvalidOffset properly (as wxFileOffset, not...
2004-09-26  Vadim Zeitlinfix for __HUGEFILES_SUPPORTED definition
2004-09-26  Vadim Zeitlincompilation fix for Unicode mode after huge file patch...
next