Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers...
[wxWidgets.git] / src / common / filefn.cpp
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.
2005-06-19  Vadim Zeitlinreimplemented wxFileModificationTime() for CE without...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Włodzimierz SkibaReuse wxTempFile and wxFile in wxConcatFiles.
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-25  Michael WetherellNo wxGetOSFHandle for Wine
2005-05-17  Julian SmartWine fix
2005-05-17  Julian SmartWinelib fix
2005-05-02  Chris Elliottget the path in windows format for cygwin
2005-04-27  David WebsterUnicode fixes for OS/2 (all inside #ifdef __WXPM__...
2005-04-15  Włodzimierz SkibaBuild fix for wxUSE_FILE=0.
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-03  Michael WetherellOpenWatcom fixed the problem of fileno being missing...
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-03-14  Michael WetherellThe DLL version of Watcom's C runtime doesn't have...
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-05  Michael WetherellFix for problem with wxGetFileKind on WinCE
2005-02-26  Michael WetherellMove wxGetOSFHandle to include/wx/msw/private.h since...
2005-02-24  Włodzimierz SkibaNext step on bringing PalmOS build to the same filelist...
2005-02-15  Julian SmartIgnorant WinCE fixes for compile breakage
2005-02-12  Michael WetherellRename wxGetFileType to wxGetFileKind
2005-02-11  Michael WetherellAdd wxGetFileType and IsSeekable
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2004-12-22  Ron LeeFix wxGTK compilation.
2004-12-21  Włodzimierz SkibawxString and wxChar* access for file functions. Source...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-11-17  Stefan CsomorwxStat call preliminary fix
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-15  Vadim Zeitlinadded wxFileSize_t, changed types of wxFile methods...
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Vadim Zeitlinadded wxUmaskChanger class and wxCHANGE_UMASK macro...
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-08-24  Stefan CsomorFSRef transition
2004-07-30  Włodzimierz SkibaCode and warning cleaning.
2004-07-26  Julian SmartDon't return wxEmptyString for e.g. wxPathOnly("\file...
2004-06-29  Vadim Zeitlinfixed bug in FindAbsoluteValidPath() which returned...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-21  Włodzimierz SkibaReordered condition to make diff of other port smaller.
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-06-08  Stefan Csomorswitched to wxLocale usage for string encoding
2004-06-07  Julian SmartCompile fix
2004-06-05  Stefan Csomorfixing the carbon cfm
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Stefan CsomorMSL support also for MSW
2004-04-15  Vadim Zeitlinunused variable warning fix (patch 923094)
2004-03-27  Stefan Csomorunicode support
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-02-11  Stefan Csomoradded condition for DARWIN (thanks to Steve Hartwell)
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2004-01-31  Stefan NeisFixed compile error with gcc-3.2.
2003-11-28  Dimitri SchoolwerthFixed possible usage of uninitialized variable.
2003-11-23  Stefan NeisFixed & improved file handling on OS/2.
2003-11-02  Mattia Barbon Fix (correct) warning about potentially uninitialized...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-04  David Elliott#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-12  Mattia Barbon Readd wxStringList::Add when wxUSE_STL=1, for compati...
2003-07-11  Julian SmartMore WinCE mods.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-04  Stefan Csomorpc 2 mac conversion for file operations
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-06-11  Gilles Depeyrotapplied SF patch #752538 to implement wxGetOSDirectory...
2003-06-07  Julian SmartApplied patch [ 748638 ] wxDos2UnixFilename for unicode
2003-05-24  Mattia Barbon Compilation/warning fixes.
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-21  Chris Elliottfix memory leak as Dimitri suggested
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-20  David WebsterTRUE not true, FALSE not false
2003-01-14  Julian SmartApplied patch [ 667563 ] Wine: compile fix for using...
next