first phase of transition to unified Unicode build:
[wxWidgets.git] / include / wx / filename.h
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-10-23  Julian SmartAdded GetTempDir
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...
2006-10-05  Robert Roebling[ 1560785 ] wxFileName::IsReadable/Writable/Executable
2006-08-20  Mattia Barbon Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
2006-08-18  Julian SmartwxFileName size patch
2006-05-03  Vadim Zeitlininclude volume in path returned by GetPathWithSep()
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-04  Robert Roebling Changed wxFileName::SetExt() as per the discussion...
2005-03-03  Robert Roebling Adapt SetExt() to new availability of m_hasExt. I...
2005-02-28  Vadim Zeitlintrying to fix dmc warning about potential overload...
2005-02-28  Vadim Zeitlinsupport filenames with empty extension (foo.) (bug...
2005-02-24  Włodzimierz SkibaNext step on bringing PalmOS build to the same filelist...
2005-02-13  Vadim Zeitlinchanged Remove/InsertDir() parameter type to size_t...
2004-11-07  Vadim Zeitlinhandle volume part of the path correctly in wxFileName...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-25  Vadim Zeitlinadded and documented SplitVolume() and GetPathTerminato...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-16  Vadim Zeitlinfixed IsOk() for root directory paths
2004-01-26  Václav Slavíkdon't include GetShortcutTarget if OLE is not available...
2003-12-20  Julian SmartAdded wxPATH_NORM_SHORTCUT
2003-10-08  Vadim Zeitlincheck directories passed to Append/Insert/PrependDir...
2003-09-25  Vadim ZeitlinwxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-27  Vadim ZeitlinGetPath() now has wxPATH_GET_COLUME by default
2003-07-19  Vadim Zeitlinadded GetForbiddenChars() and TRUE -> true (patch 757777)
2003-07-17  Vadim Zeitlinadded format parameter to File/DirName()
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
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.