2002-08-20 |
Vadim Zeitlin | fixed m_relative initialization in wxFileName default... |
blob | commitdiff | raw |
2002-08-19 |
Stefan Csomor | const char correction for mac |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Robert Roebling | Lots more Unicode fixes. |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Vadim Zeitlin | Fixed size buffers are not a good thing. Period. |
blob | commitdiff | raw | diff to current |
2002-08-10 |
Robert Roebling | (char*)(const char*)xxx.mb_str() is not a good |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Robert Roebling | Changed wxStat, wxAccess and wxOpen to no longer |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | fixedb ug with normalization of UNC paths (patch 558701) |
blob | commitdiff | raw | diff to current |
2002-05-22 |
Vadim Zeitlin | no, we shouldn't inconditionally add the separator... |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Stefan Csomor | filename workaround CW bug in debug builds |
blob | commitdiff | raw | diff to current |
2002-04-27 |
Vadim Zeitlin | fixed wxFileName::GetModificationTime() |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Julian Smart | Fixed my sloppy fix for redundant path separators |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Julian Smart | In GetPath(), don't append separator if there's already... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | fixed 2 bugs which were fixed in GetFullPath() but... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | fixed GetPath() trailing separator bug, rewrote GetFull... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Vadim Zeitlin | added missing WINAPI to GET_LONG_PATH_NAME typedef... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | fixed format parameter in wxGetVolumeString() (closes... |
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-08 |
Julian Smart | Re-enabled dynamic library code in wxFileName so |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | fix for splitting the UNC paths |
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-31 |
Robert Roebling | Compile fix for MinGW32 |
blob | commitdiff | raw | diff to current |
2002-03-28 |
Vadim Zeitlin | basic wxFileName functions seem to work under Windows |
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-03-27 |
Vadim Zeitlin | fixed bug in ConvertWxToFileTime (bug 525868) |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
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-28 |
Stefan Csomor | corrected path splitting for mac relative paths |
blob | commitdiff | raw | diff to current |
2002-01-26 |
Gilles Depeyrot | added missing return values |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Stefan Csomor | added type and creator routines for mac |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Stefan Csomor | switched to proper const scheme for findfolder on mac |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Stefan Csomor | removing dependancy on mac headers from public wx heade... |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Vadim Zeitlin | typo which prevented TMP env var from being used in... |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Vadim Zeitlin | fixed wxIsPathSeparator() to work for Mac |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Stefan Csomor | added correct temp folder path for mac classic |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Ron Lee | removed dependency on windows.h from dynload.h |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Václav Slavík | compilation fix for DJGPP |
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-20 |
Ron Lee | moved dynamic loader option checks to chkconf.h |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Vadim Zeitlin | fix for temp file creation under Windows |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Vadim Zeitlin | compilation fix for Windows |
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-17 |
Robert Roebling | Forgot to unset m_relative in wxFilename::Normalize(). |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Václav Slavík | fixed Unicode compilation (please use wxT()...) |
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-15 |
Václav Slavík | Oops, Watcom doesn't have _mktemp in DOS |
blob | commitdiff | raw | diff to current |
2001-12-14 |
David Webster | OS/2 compile fixes. |
blob | commitdiff | raw | diff to current |
2001-12-07 |
Václav Slavík | MS-DOS fixes |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Vadim Zeitlin | fixed compilation |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Robert Roebling | Temporary fix for wxFileName under Mac - ignore volumes. |
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-03 |
Robert Roebling | Replaced && with $ in bittest. |
blob | commitdiff | raw | diff to current |
2001-12-03 |
Vadim Zeitlin | fixed bug in AssignDir() which didn't always consider... |
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 | fixed Borland C++ compilation |
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-28 |
Julian Smart | Fixing wxMicroWindows compilation |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Vadim Zeitlin | typo: & was used instead of && |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Robert Roebling | Restored wxFileName::GetModificationTime() under Classic. |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-11-05 |
Gilles Depeyrot | corrected path format for wxMac compiled with Apple... |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Vadim Zeitlin | made wxFileName::Set/GetTimes() work under Win32 |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Vadim Zeitlin | added stat.h include |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Vadim Zeitlin | fixed compilation problem in SetTimes |
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-10-03 |
Julian Smart | Made mkdir more UNC path-friendly |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Julian Smart | Fixed GetLongPath bug -- should use GetFullName and... |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Robert Roebling | We use native paths now in wxWindows. On the Mac, too. |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Vadim Zeitlin | compilation fixes for VC++ in release mode |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Robert Roebling | Restored wxFileName::GetFullPath() |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Julian Smart | Various wxUniversal/wxMicroWindows fixes |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Robert Roebling | Applied BMP patch. |
blob | commitdiff | raw | diff to current |
2001-04-21 |
George Tasker | Minor code tweeks to stop BCC compiler warnings |
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 | Bug fix to Mkdirs and GetLongPath |
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-26 |
Julian Smart | Corrections to the GetLongPath code |
blob | commitdiff | raw | diff to current |
2001-03-26 |
Julian Smart | Attempt at improving GetLongPath |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Julian Smart | Changed GetLong/ShortPath to allocate memory dynamically |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Julian Smart | Added long-filename functions & normalisation; patch... |
blob | commitdiff | raw | diff to current |
2001-03-04 |
Stefan Csomor | changed choice to properly inherit from wxChoiceBase... |
blob | commitdiff | raw | diff to current |
2001-01-23 |
Vadim Zeitlin | fixed bug in parsing filenames without paths, added... |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Vadim Zeitlin | fixed wxSplitPath() bug and added tests for it |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Vadim Zeitlin | added wxArrayString::RemoveAt() |
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 | Various fixes for wxFilename. |
blob | commitdiff | raw | diff to current |
2000-12-30 |
Robert Roebling | wxFileName II. It actually works. |
blob | commitdiff | raw | diff to current |
2000-12-28 |
Robert Roebling | Added wxFileName. |
blob | commitdiff | raw | diff to current |
|