]> git.saurik.com Git - wxWidgets.git/history - src/common/filename.cpp
added and partly implemented the time functions for wxFileName
[wxWidgets.git] / src / common / filename.cpp
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.