OSX regrouping
[wxWidgets.git] / src / common / filename.cpp
2008-07-29  Stefan CsomorOSX regrouping
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-04-03  Vadim Zeitlinreplace wrong wxUSE_DYNAMIC_LOADER test with the correc...
2007-11-22  Stefan Csomorcleanup mac
2007-10-20  Vadim Zeitlinexport wxInvalidSize from DLL builds (patch 1805738)
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_LONGLONG==0
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-03-15  Vadim Zeitlinfix GetSize() for large files (patch 1680876)
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2006-12-17  Vadim Zeitlindon't treat foo in c:\\foo\bar as network share
2006-12-16  Vadim Zeitlinfor for initializing wxFileName with empty string retur...
2006-12-10  Vadim ZeitlinGetLongPath() should just do nothing under CE as there...
2006-11-18  Robert Roebling Restore correct behaviour of GetTimes() wrt to
2006-11-07  Michael WetherellFix for CreateTempFileName with wxFFile for Windows...
2006-11-01  Julian SmartIsDir() test is pretty useless, use DirExists
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-10-23  Julian SmartAdded GetTempDir
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - missing functions.
2006-08-22  Vadim Zeitlinfixed a crash and a leak in GetShortcutTarget() (closes...
2006-08-18  Julian SmartApplied patch [ 1531615 ] size support for wxFileName
2006-05-28  Vadim Zeitlinuse GetPath() instead of GetFullPath() in the directory...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-03-02  Julian SmartUse temp directory and don't prepend two backslashes...
2006-01-18  Julian SmartApplied patch [ 1381016 ] wxFileName should use TMPDIR
2006-01-17  Włodzimierz SkibaMinor cleaning.
2006-01-17  Julian SmartApplied patch [ 1370718 ] WinCE does not support drive...
2006-01-15  Stefan NeisSome OS/2 specific improvements.
2005-12-10  Stefan Csomoradd reasonable default TEMP for __WXMAC__ when running...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-05-30  Julian SmartApplied patch to fix silly filenames in CreateTempFileName
2005-05-06  Włodzimierz SkibaBuild fix (Watcom).
2005-05-04  Vadim Zeitlinfixed GetLongPath(): it never used ::GetLongPath()...
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-02-28  Vadim Zeitlincompilation fix for non-debug build
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.
next