2010-04-06 |
Francesco Montorsi | fix typos introduced by error in r63870 (see #10673) |
blob | commitdiff | raw |
2010-04-06 |
Vadim Zeitlin | Add support for IEC and SI size units to wxFileName... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName. |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Vadim Zeitlin | Correct wxPATH_NORM_DOTS comment and documentation. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Vadim Zeitlin | no changes, just write a more detailed comment for... |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | rewrite wxContractPath as wxFileName::ReplaceEnvVariabl... |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | check for self assignment in operator= |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Francesco Montorsi | add wxPosixPermissions enumeration; it provides more... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | added wxFileName::GetVolumeString() (#9950) |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | osx regrouping |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | export wxInvalidSize from DLL builds (patch 1805738) |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Vadim Zeitlin | include wx/longlong.h to fix compilation with wxUSE_DAT... |
blob | commitdiff | raw | diff to current |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_LONGLONG==0 |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Julian Smart | Added GetTempDir |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Michael Wetherell | wxFileName::CreateTempFileName changes. Open the tempfi... |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Robert Roebling | [ 1560785 ] wxFileName::IsReadable/Writable/Executable |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Mattia Barbon | Allow building when WXINTL_NO_GETTEXT_MACRO is defined. |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Julian Smart | wxFileName size patch |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Vadim Zeitlin | include volume in path returned by GetPathWithSep() |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Michael Wetherell | Fixes for include guards, patch 1256967 Paul Cornett |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Robert Roebling | Changed wxFileName::SetExt() as per the discussion... |
blob | commitdiff | raw | diff to current |
2005-03-03 |
Robert Roebling | Adapt SetExt() to new availability of m_hasExt. I... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Vadim Zeitlin | trying to fix dmc warning about potential overload... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Vadim Zeitlin | support filenames with empty extension (foo.) (bug... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Włodzimierz Skiba | Next step on bringing PalmOS build to the same filelist... |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Vadim Zeitlin | changed Remove/InsertDir() parameter type to size_t... |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Vadim Zeitlin | handle volume part of the path correctly in wxFileName... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | added and documented SplitVolume() and GetPathTerminato... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Vadim Zeitlin | fixed IsOk() for root directory paths |
blob | commitdiff | raw | diff to current |
2004-01-26 |
Václav Slavík | don't include GetShortcutTarget if OLE is not available... |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Julian Smart | Added wxPATH_NORM_SHORTCUT |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Vadim Zeitlin | check directories passed to Append/Insert/PrependDir... |
blob | commitdiff | raw | diff to current |
2003-09-25 |
Vadim Zeitlin | wxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-27 |
Vadim Zeitlin | GetPath() now has wxPATH_GET_COLUME by default |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | added GetForbiddenChars() and TRUE -> true (patch 757777) |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Vadim Zeitlin | added format parameter to File/DirName() |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Chris Elliott | update to make digitalmars compile |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Vadim Zeitlin | allow compilation with wxUSE_DATETIME == 0 (patch 679822) |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Vadim Zeitlin | File/DirExists() are const now |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Václav Slavík | added wxFileName::MakeAbsolute |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-20 |
Vadim Zeitlin | fixed m_relative initialization in wxFileName default... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the... |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed... |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Vadim Zeitlin | committing the file which I forgot to commit yesterday... |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Robert Roebling | Compile fix for wxFileName. |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Vadim Zeitlin | wxFileName::Get/SetTimes() finally seem to work under... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Václav Slavík | changed wxFileName::Normalize signature to allow or... |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Stefan Csomor | added type and creator routines for mac |
blob | commitdiff | raw | diff to current |
2001-12-23 |
Robert Roebling | Removed warning for Darwin compilation from datetime.inl |
blob | commitdiff | raw | diff to current |
2001-12-18 |
Vadim Zeitlin | 1. fixed file descriptors leak in wxFileName::CreateTem... |
blob | commitdiff | raw | diff to current |
2001-12-16 |
Robert Roebling | Reimplemented wxFileName with m_relative field. |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Vadim Zeitlin | added wxFileName::MakeRelativeTo() and the tests/docs... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Vadim Zeitlin | fixed Assign(fullpath, fullname) |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Vadim Zeitlin | 1. added wxFileName::CreateTempFileName() and implement... |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Vadim Zeitlin | 1. GetCwd() now has the volume argument, Normalize... |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Vadim Zeitlin | more fixes for volume names handling |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Vadim Zeitlin | added volume support and support for UNC paths under... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Vadim Zeitlin | added and partly implemented the time functions for... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Robert Roebling | Added wxFileName::GetModificationTime() |
blob | commitdiff | raw | diff to current |
2001-03-26 |
Julian Smart | Added 'full' param to wxFileName::Mkdir to make all... |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Julian Smart | Added long-filename functions & normalisation; patch... |
blob | commitdiff | raw | diff to current |
2000-12-31 |
Vadim Zeitlin | readded back SetFullName |
blob | commitdiff | raw | diff to current |
2000-12-31 |
Vadim Zeitlin | implemented wxFileName::SplitPath(), wxSplitPath()... |
blob | commitdiff | raw | diff to current |
2000-12-31 |
Vadim Zeitlin | rewrote wxFileName::Normalize(), added a few methods... |
blob | commitdiff | raw | diff to current |
2000-12-30 |
Vadim Zeitlin | just added some _T()s |
blob | commitdiff | raw | diff to current |
2000-12-30 |
Robert Roebling | wxFileName II. It actually works. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
David Webster | include "wx/filefn.h" instead of just "filefn.h". |
blob | commitdiff | raw | diff to current |
2000-12-28 |
Robert Roebling | Added wxFileName. |
blob | commitdiff | raw | diff to current |
|