Store HTML "id" parameter value in wxHtmlCell.
[wxWidgets.git] / src / common / filefn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-07-08  Vadim ZeitlinCheck for buffer being big enough in wxPathOnly().
2012-12-29  Vadim ZeitlinIncluding wx/msw/missing.h to define INVALID_FILE_ATTRI...
2012-12-08  Vadim ZeitlinCheck wxDir::GetNext() return value in wxFindNextFile().
2012-09-15  Vadim ZeitlinNo changes, just silence some MSVC 11 static analyzer...
2012-07-02  Stefan Csomorhandling illegal fsrefs by returning an empty string...
2012-07-01  Stefan Csomorusing common code
2012-06-30  Vadim ZeitlinUse wxString::t_str(), not fn_str(), with Windows API...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-12-12  Vadim ZeitlinAlways give error message when file-related functions...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-22  Vadim ZeitlinDon't duplicate INVALID_FILE_ATTRIBUTES definition.
2011-01-02  Vadim ZeitlinSimplify wxFileNameFromPath() implementation to avoid...
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-06-20  Stefan Csomorno trailing slash for OSX_CARBON
2009-12-09  Stefan Csomoravoiding string conversions on 1st param of wxStat...
2009-11-28  Vadim ZeitlinImplement wx{File,Dir}Exists() in terms of wxFileName...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-03  Vadim Zeitlinadd missing fn_str() calls to fix wxUSE_STL=1 wxWinCE...
2009-04-25  Vadim Zeitlinmore order in wxCRT_filefunctions: define A and W versi...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-01-31  Vadim Zeitlinlog error message in wxRmdir() for consistency with...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-19  Vadim Zeitlinfix OS/2 compilation of wxDoGetCwd()
2009-01-07  Francesco MontorsiMYcopystring is not required anymore when compat2.8...
2009-01-07  Francesco Montorsideprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr...
2008-12-17  Vadim ZeitlinVC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do...
2008-12-17  Vadim Zeitlinuse GetFileAttributes() to check for readonly files...
2008-08-06  Vadim Zeitlinreplace wxASSERT in wxFindNextFile() with wxCHECK to...
2008-07-29  Stefan CsomorOSX regrouping
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-02  Vadim Zeitlinworkarounds for Palm compiler errors (pacc-error.diff...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-08  Stefan Csomorunifying CFTypes
2007-11-22  Stefan Csomorcleanup mac
2007-09-21  Paul Cornettfix for HP and IBM compilers, calls to static template...
2007-08-22  Julian SmartCorrected wxAccess arg
2007-08-22  Julian SmartApplied [ 1767537 ] [wxOS2]Watcom build - filefn
2007-07-28  Vadim Zeitlinblind OS/2 compilation fix in wxSetWorkingDirectory()
2007-07-16  Vadim Zeitlininclude wx/dynarray.h to fix compilation with minimal...
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ík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-04-07  Vadim Zeitlinadd support for resources forks in wxCopyFile() (modifi...
2007-04-06  Stefan NeisOS/2 specific compilation fix for wxCStrData handling.
2007-03-30  Vadim Zeitlinfix error handling in the generic branch of wxCopyFile()
2007-03-02  Václav Slavíkchanges wxDirExists() to accept wxString instead of...
2007-01-07  Stefan NeisFixed switching to a different drive/volume on OS/2.
2006-12-06  Robert Roebling I blindly believe that WinCE doesn't delete a
2006-11-12  Julian SmartWine fix
2006-11-09  Michael WetherellWorkaround for BCC 5.5/5.5.1 _wopen bug.
2006-11-04  Vadim Zeitlindon't compile in wxCheckWin32Permission() when it's...
2006-10-27  Robert Roebling [ 1585270 ] Further fixes to wxPathList
2006-10-24  Włodzimierz SkibaVerify wx/filefn.h can be placed as first header in...
2006-10-23  Michael WetherellWarning fix for vc8, and move wxGetFileKind out of...
2006-10-22  Stefan NeisExtended #1560785 (wxFileName::IsReadable/Writable...
2006-10-21  Vadim Zeitlindon't use GetFileAttributesEx() which doesn't exist...
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-19  Vadim Zeitlinfixed the problem in 2 last commits
2006-10-19  Robert Roebling Fix mem leak.
2006-10-19  Vadim Zeitlinfix memory leak in wxGetTempFileName(const wxString...
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-09  Włodzimierz SkibaWarning fixes.
2006-10-05  Robert Roebling[ 1560785 ] wxFileName::IsReadable/Writable/Executable
2006-09-17  Robert Roebling [ 1521481 ] wxPathList modernization
2006-08-17  Paul Cornettbuild fixes
2006-07-31  Václav SlavíkwxFileModificationTime() needs wxDateTime, put it insid...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-07-24  Vadim Zeitlinadd default value for the encoding parameter of wxMacCF...
2006-06-30  Stefan Csomormaking sure mac filenames are always decomposed D Unico...
2006-05-28  Michael WetherellUse the posix S_ISREG instead of S_IFREG if it is defin...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-16  Vadim Zeitlinimplement wxFileModificationTime() in terms of wxFileNa...
2006-04-16  Vadim Zeitlinadded overwrite parameter to wxRenameFile (patch 1467041)
2006-03-12  Vadim Zeitlinremove dead code from wxMatchWild (patch 1445809)
2006-02-27  Vadim Zeitlinfix for wxPathList::FindValidPath() for wxUSE_STL
2006-02-08  Vadim Zeitlindon't always find the file if it's in the current direc...
2006-01-16  Włodzimierz SkibaWatcom fix.
2006-01-15  Stefan NeisSome OS/2 specific improvements.
2005-12-11  Stefan NeisFixed wxDirExists implementation for OS/2.
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-11-07  Włodzimierz SkibaFixed #1338966.
2005-11-07  Włodzimierz SkibawxGetWorkingDirectory() deprecated. Fixed #1338966.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Vadim Zeitlinblind compilation fix for cygwin Unicode build (bug...
2005-08-13  Michael WetherellLet wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN...
2005-07-26  Włodzimierz SkibaCorrections for future OW 1.4. Warning fixes.
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
next