support filenames with empty extension (foo.) (bug 1078200)
[wxWidgets.git] / src / common / filename.cpp
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...
2005-02-06  Stefan CsomorNULL warning fixes
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2004-11-07  Vadim Zeitlinhandle volume part of the path correctly in wxFileName...
2004-11-07  Vadim Zeitlinmade IsPathSeparator(NUL) work (by returning false)
2004-10-20  Włodzimierz SkibaOups :-( incomplete previous undo.
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-10-14  Włodzimierz SkibaWarning fix for wxDateTime_t <-> MSW data exchange.
2004-10-09  Julian SmartWorkaround for incorrect header in some versions of...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-08-24  Stefan CsomorFSRef transition
2004-08-16  Dimitri Schoolwerthdoc typo
2004-07-25  Vadim Zeitlinadded and documented SplitVolume() and GetPathTerminato...
2004-06-22  Vadim Zeitlindon't treat filenames starting with dot as having empty...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-28  Vadim Zeitlinlet wxFileName::GetModificationTime() work with files...
2004-04-15  Vadim Zeitlinnormalize the case of the volume names too (patch 925887)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-01-26  Václav Slavíkdon't include GetShortcutTarget if OLE is not available...
2004-01-25  Stefan Csomorextensions management unified
2003-12-23  Julian SmartAdded comments for WinCE shortcut suggestion
2003-12-21  Julian SmartCorrection for gcc
2003-12-20  Julian SmartAdded wxPATH_NORM_SHORTCUT
2003-12-11  Julian SmartApplied patch [ 850594 ] wxFileName(_T("/fred")).GetFul...
2003-11-23  Stefan NeisFixed & improved file handling on OS/2.
2003-11-20  Dimitri SchoolwerthFixed gcc compiler warning (size_t was assumed to equal...
2003-10-21  Vadim Zeitlinfix for mistakenly prepending slash to the filenames...
2003-10-08  Vadim ZeitlinwxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
2003-10-08  Vadim Zeitlincheck directories passed to Append/Insert/PrependDir...
2003-08-24  Stefan NeisMinor correction for OS/2.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-19  Vadim Zeitlinadded GetForbiddenChars() and TRUE -> true (patch 757777)
2003-07-17  Vadim Zeitlinadded format parameter to File/DirName()
2003-07-17  Vadim Zeitlintreat the string passed to MakeRelativeTo() as director...
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-11  Julian SmartMore WinCE mods.
2003-07-04  Stefan Csomorpid removed from temp file name
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-01  Stefan Csomorapplied fix to MkDir for mac
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-01-25  Vadim ZeitlinFile/DirExists() are const now
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Julian SmartApplied patch [ 601072 ] wxFileName::GetLongPath error...
2002-08-25  Stefan NeisEMX (OS/2) defines _MAX_PATH only
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-20  Vadim Zeitlinfixed m_relative initialization in wxFileName default...
2002-08-19  Stefan Csomorconst char correction for mac
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-13  Vadim ZeitlinFixed size buffers are not a good thing. Period.
2002-08-10  Robert Roebling (char*)(const char*)xxx.mb_str() is not a good
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-05-23  Vadim Zeitlinfixedb ug with normalization of UNC paths (patch 558701)
2002-05-22  Vadim Zeitlinno, we shouldn't inconditionally add the separator...
2002-05-08  Stefan Csomorfilename workaround CW bug in debug builds
2002-04-27  Vadim Zeitlinfixed wxFileName::GetModificationTime()
2002-04-26  Julian SmartFixed my sloppy fix for redundant path separators
2002-04-25  Julian SmartIn GetPath(), don't append separator if there's already...
2002-04-11  Vadim Zeitlinfixed 2 bugs which were fixed in GetFullPath() but...
2002-04-11  Vadim Zeitlinfixed GetPath() trailing separator bug, rewrote GetFull...
2002-04-11  Vadim Zeitlinadded missing WINAPI to GET_LONG_PATH_NAME typedef...
2002-04-08  Vadim Zeitlinfixed format parameter in wxGetVolumeString() (closes...
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-08  Julian SmartRe-enabled dynamic library code in wxFileName so
2002-04-07  Vadim Zeitlinfix for splitting the UNC paths
2002-04-05  Vadim Zeitlinminor fix to wxFileName::MakeRelativeTo(), removed...
2002-03-31  Robert Roebling Compile fix for MinGW32
2002-03-28  Vadim Zeitlinbasic wxFileName functions seem to work under Windows
2002-03-27  Vadim ZeitlinwxFileName::Get/SetTimes() finally seem to work under...
2002-03-27  Vadim Zeitlinfixed bug in ConvertWxToFileTime (bug 525868)
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-02  Václav Slavíkchanged wxFileName::Normalize signature to allow or...
2002-01-28  Stefan Csomorcorrected path splitting for mac relative paths
2002-01-26  Gilles Depeyrotadded missing return values
2002-01-13  Stefan Csomoradded type and creator routines for mac
2002-01-13  Stefan Csomorswitched to proper const scheme for findfolder on mac
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2002-01-04  Vadim Zeitlintypo which prevented TMP env var from being used in...
2002-01-04  Vadim Zeitlinfixed wxIsPathSeparator() to work for Mac
2002-01-03  Stefan Csomoradded correct temp folder path for mac classic
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-24  Václav Slavíkcompilation fix for DJGPP
2001-12-23  Robert Roebling Removed warning for Darwin compilation from datetime.inl
2001-12-20  Ron Leemoved dynamic loader option checks to chkconf.h
2001-12-20  Vadim Zeitlinfix for temp file creation under Windows
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-19  Vadim Zeitlincompilation fix for Windows
2001-12-18  Vadim Zeitlin1. fixed file descriptors leak in wxFileName::CreateTem...
2001-12-17  Robert RoeblingForgot to unset m_relative in wxFilename::Normalize().
2001-12-17  Václav Slavíkfixed Unicode compilation (please use wxT()...)
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
next