]> git.saurik.com Git - wxWidgets.git/history - include/wx/filename.h
allow compilation with wxUSE_DATETIME == 0 (patch 679822)
[wxWidgets.git] / include / wx / filename.h
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-01-25  Vadim ZeitlinFile/DirExists() are const now
2003-01-18  Václav Slavíkadded wxFileName::MakeAbsolute
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-20  Vadim Zeitlinfixed m_relative initialization in wxFileName default...
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-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-03-28  Vadim Zeitlincommitting the file which I forgot to commit yesterday...
2002-03-28  Robert Roebling Compile fix for wxFileName.
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-02-02  Václav Slavíkchanged wxFileName::Normalize signature to allow or...
2002-01-13  Stefan Csomoradded type and creator routines for mac
2001-12-23  Robert Roebling Removed warning for Darwin compilation from datetime.inl
2001-12-18  Vadim Zeitlin1. fixed file descriptors leak in wxFileName::CreateTem...
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.