deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName...
[wxWidgets.git] / include / wx / filefn.h
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...
2004-09-26  Ron LeeEnable the huge files patch to build with mingw-cross.
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-25  Vadim Zeitlinuse Unix path separators under Cygwin
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-20  Mattia Barbon Compilation fixes.
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2003-11-23  Stefan NeisInsure suitable choices of path/drive separator on...
2003-10-16  Vadim Zeitlincompilation fix for Watcom (part of patch 813225)
2003-09-30  Vadim ZeitlinUnicode fixes for Watcom (part of patch 813225)
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-13  Stefan Csomorunicode correction for mac
2003-09-09  Stefan Csomorfix for CW non unicode builds
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
next