OSX regrouping
[wxWidgets.git] / src / common / filename.cpp
2002-08-13  Vadim ZeitlinFixed size buffers are not a good thing. Period.
2002-08-10  Robert Roebling (char*)(const char*)xxx.mb_str() is not a good
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-05-23  Vadim Zeitlinfixedb ug with normalization of UNC paths (patch 558701)
2002-05-22  Vadim Zeitlinno, we shouldn't inconditionally add the separator...
2002-05-08  Stefan Csomorfilename workaround CW bug in debug builds
2002-04-27  Vadim Zeitlinfixed wxFileName::GetModificationTime()
2002-04-26  Julian SmartFixed my sloppy fix for redundant path separators
2002-04-25  Julian SmartIn GetPath(), don't append separator if there's already...
2002-04-11  Vadim Zeitlinfixed 2 bugs which were fixed in GetFullPath() but...
2002-04-11  Vadim Zeitlinfixed GetPath() trailing separator bug, rewrote GetFull...
2002-04-11  Vadim Zeitlinadded missing WINAPI to GET_LONG_PATH_NAME typedef...
2002-04-08  Vadim Zeitlinfixed format parameter in wxGetVolumeString() (closes...
2002-04-08  Vadim Zeitlinfixed several bugs in Mkdir() and also modified its...
2002-04-08  Vadim Zeitlinadded GetPath(flags) version to allow retrieving the...
2002-04-08  Julian SmartRe-enabled dynamic library code in wxFileName so
2002-04-07  Vadim Zeitlinfix for splitting the UNC paths
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-03-31  Robert Roebling Compile fix for MinGW32
2002-03-28  Vadim Zeitlinbasic wxFileName functions seem to work under Windows
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-27  Vadim Zeitlinfixed bug in ConvertWxToFileTime (bug 525868)
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-02  Václav Slavíkchanged wxFileName::Normalize signature to allow or...
2002-01-28  Stefan Csomorcorrected path splitting for mac relative paths
2002-01-26  Gilles Depeyrotadded missing return values
2002-01-13  Stefan Csomoradded type and creator routines for mac
2002-01-13  Stefan Csomorswitched to proper const scheme for findfolder on mac
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2002-01-04  Vadim Zeitlintypo which prevented TMP env var from being used in...
2002-01-04  Vadim Zeitlinfixed wxIsPathSeparator() to work for Mac
2002-01-03  Stefan Csomoradded correct temp folder path for mac classic
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-24  Václav Slavíkcompilation fix for DJGPP
2001-12-23  Robert Roebling Removed warning for Darwin compilation from datetime.inl
2001-12-20  Ron Leemoved dynamic loader option checks to chkconf.h
2001-12-20  Vadim Zeitlinfix for temp file creation under Windows
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-19  Vadim Zeitlincompilation fix for Windows
2001-12-18  Vadim Zeitlin1. fixed file descriptors leak in wxFileName::CreateTem...
2001-12-17  Robert RoeblingForgot to unset m_relative in wxFilename::Normalize().
2001-12-17  Václav Slavíkfixed Unicode compilation (please use wxT()...)
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-15  Václav SlavíkOops, Watcom doesn't have _mktemp in DOS
2001-12-14  David WebsterOS/2 compile fixes.
2001-12-07  Václav SlavíkMS-DOS fixes
2001-12-04  Vadim Zeitlinfixed compilation
2001-12-04  Robert RoeblingTemporary fix for wxFileName under Mac - ignore volumes.
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-03  Robert Roebling Replaced && with $ in bittest.
2001-12-03  Vadim Zeitlinfixed bug in AssignDir() which didn't always consider...
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-12-01  Vadim Zeitlinfixed Borland C++ compilation
2001-12-01  Vadim Zeitlin1. GetCwd() now has the volume argument, Normalize...
2001-12-01  Vadim Zeitlinmore fixes for volume names handling
2001-11-30  Vadim Zeitlinadded volume support and support for UNC paths under...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-25  Vadim Zeitlintypo: & was used instead of &&
2001-11-23  Robert RoeblingRestored wxFileName::GetModificationTime() under Classic.
2001-11-23  Jouk Jansen Committing in .
2001-11-05  Gilles Depeyrotcorrected path format for wxMac compiled with Apple...
2001-10-31  Vadim Zeitlinmade wxFileName::Set/GetTimes() work under Win32
2001-10-30  Vadim Zeitlinadded stat.h include
2001-10-30  Vadim Zeitlinfixed compilation problem in SetTimes
2001-10-30  Vadim Zeitlinadded and partly implemented the time functions for...
2001-10-03  Julian SmartMade mkdir more UNC path-friendly
2001-08-20  Julian SmartFixed GetLongPath bug -- should use GetFullName and...
2001-08-19  Robert RoeblingWe use native paths now in wxWindows. On the Mac, too.
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-07-14  Robert RoeblingRestored wxFileName::GetFullPath()
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-22  Robert Roebling Applied BMP patch.
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-04-09  Robert Roebling Added wxFileName::GetModificationTime()
2001-03-26  Julian SmartBug fix to Mkdirs and GetLongPath
2001-03-26  Julian SmartAdded 'full' param to wxFileName::Mkdir to make all...
2001-03-26  Julian SmartCorrections to the GetLongPath code
2001-03-26  Julian SmartAttempt at improving GetLongPath
2001-03-21  Julian SmartChanged GetLong/ShortPath to allocate memory dynamically
2001-03-21  Julian SmartAdded long-filename functions & normalisation; patch...
2001-03-04  Stefan Csomorchanged choice to properly inherit from wxChoiceBase...
2001-01-23  Vadim Zeitlinfixed bug in parsing filenames without paths, added...
2001-01-17  Vadim Zeitlinfixed wxSplitPath() bug and added tests for it
2001-01-04  Vadim Zeitlinadded wxArrayString::RemoveAt()
2000-12-31  Vadim Zeitlinreadded back SetFullName
2000-12-31  Vadim Zeitlinimplemented wxFileName::SplitPath(), wxSplitPath()...
2000-12-31  Vadim Zeitlinrewrote wxFileName::Normalize(), added a few methods...
2000-12-30  Vadim Zeitlinjust added some _T()s
2000-12-30  Robert Roebling Various fixes for wxFilename.
2000-12-30  Robert Roebling wxFileName II. It actually works.
2000-12-28  Robert Roebling Added wxFileName.