OSX regrouping
[wxWidgets.git] / src / common / filefn.cpp
2008-07-29  Stefan CsomorOSX regrouping
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-02  Vadim Zeitlinworkarounds for Palm compiler errors (pacc-error.diff...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-08  Stefan Csomorunifying CFTypes
2007-11-22  Stefan Csomorcleanup mac
2007-09-21  Paul Cornettfix for HP and IBM compilers, calls to static template...
2007-08-22  Julian SmartCorrected wxAccess arg
2007-08-22  Julian SmartApplied [ 1767537 ] [wxOS2]Watcom build - filefn
2007-07-28  Vadim Zeitlinblind OS/2 compilation fix in wxSetWorkingDirectory()
2007-07-16  Vadim Zeitlininclude wx/dynarray.h to fix compilation with minimal...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-04-07  Vadim Zeitlinadd support for resources forks in wxCopyFile() (modifi...
2007-04-06  Stefan NeisOS/2 specific compilation fix for wxCStrData handling.
2007-03-30  Vadim Zeitlinfix error handling in the generic branch of wxCopyFile()
2007-03-02  Václav Slavíkchanges wxDirExists() to accept wxString instead of...
2007-01-07  Stefan NeisFixed switching to a different drive/volume on OS/2.
2006-12-06  Robert Roebling I blindly believe that WinCE doesn't delete a
2006-11-12  Julian SmartWine fix
2006-11-09  Michael WetherellWorkaround for BCC 5.5/5.5.1 _wopen bug.
2006-11-04  Vadim Zeitlindon't compile in wxCheckWin32Permission() when it's...
2006-10-27  Robert Roebling [ 1585270 ] Further fixes to wxPathList
2006-10-24  Włodzimierz SkibaVerify wx/filefn.h can be placed as first header in...
2006-10-23  Michael WetherellWarning fix for vc8, and move wxGetFileKind out of...
2006-10-22  Stefan NeisExtended #1560785 (wxFileName::IsReadable/Writable...
2006-10-21  Vadim Zeitlindon't use GetFileAttributesEx() which doesn't exist...
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-19  Vadim Zeitlinfixed the problem in 2 last commits
2006-10-19  Robert Roebling Fix mem leak.
2006-10-19  Vadim Zeitlinfix memory leak in wxGetTempFileName(const wxString...
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-09  Włodzimierz SkibaWarning fixes.
2006-10-05  Robert Roebling[ 1560785 ] wxFileName::IsReadable/Writable/Executable
2006-09-17  Robert Roebling [ 1521481 ] wxPathList modernization
2006-08-17  Paul Cornettbuild fixes
2006-07-31  Václav SlavíkwxFileModificationTime() needs wxDateTime, put it insid...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-07-24  Vadim Zeitlinadd default value for the encoding parameter of wxMacCF...
2006-06-30  Stefan Csomormaking sure mac filenames are always decomposed D Unico...
2006-05-28  Michael WetherellUse the posix S_ISREG instead of S_IFREG if it is defin...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-16  Vadim Zeitlinimplement wxFileModificationTime() in terms of wxFileNa...
2006-04-16  Vadim Zeitlinadded overwrite parameter to wxRenameFile (patch 1467041)
2006-03-12  Vadim Zeitlinremove dead code from wxMatchWild (patch 1445809)
2006-02-27  Vadim Zeitlinfix for wxPathList::FindValidPath() for wxUSE_STL
2006-02-08  Vadim Zeitlindon't always find the file if it's in the current direc...
2006-01-16  Włodzimierz SkibaWatcom fix.
2006-01-15  Stefan NeisSome OS/2 specific improvements.
2005-12-11  Stefan NeisFixed wxDirExists implementation for OS/2.
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-11-07  Włodzimierz SkibaFixed #1338966.
2005-11-07  Włodzimierz SkibawxGetWorkingDirectory() deprecated. Fixed #1338966.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Vadim Zeitlinblind compilation fix for cygwin Unicode build (bug...
2005-08-13  Michael WetherellLet wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN...
2005-07-26  Włodzimierz SkibaCorrections for future OW 1.4. Warning fixes.
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-19  Vadim Zeitlinreimplemented wxFileModificationTime() for CE without...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Włodzimierz SkibaReuse wxTempFile and wxFile in wxConcatFiles.
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-25  Michael WetherellNo wxGetOSFHandle for Wine
2005-05-17  Julian SmartWine fix
2005-05-17  Julian SmartWinelib fix
2005-05-02  Chris Elliottget the path in windows format for cygwin
2005-04-27  David WebsterUnicode fixes for OS/2 (all inside #ifdef __WXPM__...
2005-04-15  Włodzimierz SkibaBuild fix for wxUSE_FILE=0.
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-03  Michael WetherellOpenWatcom fixed the problem of fileno being missing...
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-14  Michael WetherellThe DLL version of Watcom's C runtime doesn't have...
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
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 SkibaNext step on bringing PalmOS build to the same filelist...
2005-02-15  Julian SmartIgnorant WinCE fixes for compile breakage
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2004-12-22  Ron LeeFix wxGTK compilation.
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-11-17  Stefan CsomorwxStat call preliminary fix
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-15  Vadim Zeitlinadded wxFileSize_t, changed types of wxFile methods...
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Vadim Zeitlinadded wxUmaskChanger class and wxCHANGE_UMASK macro...
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
next