]> git.saurik.com Git - wxWidgets.git/history - include/wx/filename.h
Reimplemented wxFileName with m_relative field.
[wxWidgets.git] / include / wx / filename.h
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
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-23  Jouk Jansen Committing in .
2001-10-30  Vadim Zeitlinadded and partly implemented the time functions for...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-04-09  Robert Roebling Added wxFileName::GetModificationTime()
2001-03-26  Julian SmartAdded 'full' param to wxFileName::Mkdir to make all...
2001-03-21  Julian SmartAdded long-filename functions & normalisation; patch...
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 wxFileName II. It actually works.
2000-12-29  David Websterinclude "wx/filefn.h" instead of just "filefn.h".
2000-12-28  Robert Roebling Added wxFileName.