Split this out from other changes to keep things sane..
[wxWidgets.git] / src / common / filefn.cpp
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-01  Gilles Depeyrotuse MoreFilesX instead of MoreFiles when building with...
2002-12-10  Julian SmartApplied patch [ 651383 ] Removes 3 warnings when buildi...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-12  Vadim Zeitlinmake wxFile::Exists() use wxFileExists(): this avoids...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-22  Stefan Csomorfix for getting proper fspecs for volumes that are...
2002-08-17  Robert Roebling iconv() doesn't set the trailing zero
2002-08-17  Robert Roebling %s to %ls conversion
2002-08-15  Robert Roebling What did I change here?
2002-08-11  Robert Roebling Corrected dangerous cast.
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-17  Mattia BarbonAllow compiling wxMotif/GTK/X11 for Cygwin/XFree
2002-05-13  Vadim Zeitlincleared the wxFileNameFromPath mess
2002-05-13  David WebsterCompiler bug
2002-05-10  Vadim Zeitlintest for HAVE_FNMATCH, not HAVE_FNMATCH_H
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-04-15  Vadim Zeitlincorrected passing const char * to a function taking...
2002-04-03  Gilles Depeyrotcorrected FSSpec to POSIX file name conversions for...
2002-03-19  Václav Slavíkblind fix to wxGetCwd crash on NT when wxUSE_UNICODE...
2002-03-05  Václav Slavíkfixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0
2002-02-19  Vadim Zeitlinadded an error message to wxCopyFile
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-15  Václav Slavíkmore MSLU fixes
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-01-28  Mattia BarbonFix MinGW compilation.
2002-01-28  Vadim Zeitlindon't call wxLogLastError() in wx{File|Path}Exists
2002-01-26  Vadim Zeitlincompilation fixes after previous check in (sorry)
2002-01-26  Vadim ZeitlinWin16 compilation fixes
2002-01-26  Vadim Zeitlinpatch to fix various filename-related functions for...
2002-01-18  Vadim Zeitlinfix for Sun CC bug with not calling temporary objects...
2002-01-15  Vadim Zeitlinadded a fix for cygwin and cleaned up wxGetWorkingDirec...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2002-01-04  Vadim Zeitlinfixed wxIsPathSeparator() to work for Mac
2001-12-31  Václav Slavíkadded workaround for Unicode functions not working...
2001-12-30  Václav SlavíkEhm... fixed my comment about DJGPP to say what I wante...
2001-12-30  Václav Slavíkfix for DJGPP returning unix/like/paths instead of...
2001-12-16  Václav Slavíkfixes to wxFindFirstFile
2001-12-16  Václav Slavíkremoved platform-specific code for wxFindFirst/NextFile...
2001-12-15  Václav SlavíkDJGPP compilation
2001-12-14  Václav SlavíkwxFindFirstFile and friends for wxMGL
2001-12-05  Václav SlavíkDOS+Watcom fixes
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-12  Gilles Depeyrotcorrected Carbon to/from POSIX path conversions for...
2001-11-02  Stefan Csomorcorrected findfirst/next on mac
2001-10-31  Gilles Depeyrotcorrections for path handling under Mac OS X
2001-10-29  Gilles Depeyrotcorrected wxMacFSSpec2MacFilename and wxMacFilename2FSS...
2001-10-18  Stefan Csomorcorrected wxGetWorkingDirectory for mac (stripping...
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-13  Gilles Depeyrotuse MoreFiles under Mac OS X
2001-09-28  Julian SmartNow uses GetFileAttributes for wxPathExists and wxFileE...
2001-07-23  Vadim Zeitlinfixed bug with wxPathExists('c:\') yet again
2001-07-14  Robert RoeblingwxIsAbsolutePath was correct.
2001-07-14  Robert RoeblingwxIsAbsolutePath is strange under wxMac
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-07  Stefan Csomorremoved duplicate definition
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-05-26  Stefan Csomorcorrected wxIsAbsolutePath for new Mac Path notation
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-19  Václav SlavíkUnicode compilation fixes
2001-05-10  Julian SmartNULL -> 0
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-11  Vadim Zeitlinwarning fix
2001-04-10  Vadim Zeitlincheck that file was closed successfully in wxCopyFile...
2001-04-09  Vadim Zeitlinapplied patch 410892 (wxCopyFile uses ::CopyFile under...
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-03-29  Ove KaavenSome Unicode compilation fixes. This Unicode stuff...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2001-01-19  David Websterchmod is not available in VisualAge
2001-01-16  Vadim Zeitlinpatch from Roland Scholz to fix the file permissions...
2000-12-31  Vadim Zeitlinimplemented wxFileName::SplitPath(), wxSplitPath()...
2000-12-31  Vadim Zeitlinrewrote wxFileName::Normalize(), added a few methods...
2000-12-29  David Webstershould use array delete on a wxString object (line...
2000-12-26  Vadim Zeitlin1. wxCopyFile() uses buffer (huge copy speed up)
2000-12-23  Vadim Zeitlinadded some error checking to wxCopyFile
2000-10-03  Julian SmartSmall fixes to defs.h; change "windows.h" to <windows...
2000-09-26  Jouk Jansen Committing in .
2000-07-21  David Websterfixes for S_IFMT for OS/2 from WX_2_2_BRANCH
2000-07-19  Ove KaavenMore Unicode compilation fixes.
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-10  David WebsterOS/2 patch
2000-03-03  Vadim Zeitlinfatal bug in wxSplitPath fixed
2000-02-24  Vadim Zeitlinfix for wxSplitPath(foo/.filename)
2000-01-31  David WebsterVA 4.0 fixes
2000-01-28  David WebsterVA 4.0 fixes
2000-01-26  David WebsterVisualage C++ V4.0 duplicate symbol fixes
2000-01-22  Stefan NeisSN: Replace a __WXPM__ by __OS2__ in #if deciding wheth...
2000-01-19  Václav Slavíkadded wxFileModificationTime
2000-01-03  Ove KaavenUnicode compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
next