]> git.saurik.com Git - wxWidgets.git/history - src/common/filename.cpp
Added 'full' param to wxFileName::Mkdir to make all directories in a path,
[wxWidgets.git] / src / common / filename.cpp
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.