.empty() string cleaning.
[wxWidgets.git] / src / common / filefn.cpp
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...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-01  Gilles Depeyrotuse MoreFilesX instead of MoreFiles when building with...
2002-12-10  Julian SmartApplied patch [ 651383 ] Removes 3 warnings when buildi...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-12  Vadim Zeitlinmake wxFile::Exists() use wxFileExists(): this avoids...
2002-08-30  Julian SmartMods for Wine compilation
2002-08-22  Stefan Csomorfix for getting proper fspecs for volumes that are...
2002-08-17  Robert Roebling iconv() doesn't set the trailing zero
2002-08-17  Robert Roebling %s to %ls conversion
2002-08-15  Robert Roebling What did I change here?
2002-08-11  Robert Roebling Corrected dangerous cast.
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
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-07-17  Mattia BarbonAllow compiling wxMotif/GTK/X11 for Cygwin/XFree
2002-05-13  Vadim Zeitlincleared the wxFileNameFromPath mess
2002-05-13  David WebsterCompiler bug
2002-05-10  Vadim Zeitlintest for HAVE_FNMATCH, not HAVE_FNMATCH_H
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-04-15  Vadim Zeitlincorrected passing const char * to a function taking...
2002-04-03  Gilles Depeyrotcorrected FSSpec to POSIX file name conversions for...
2002-03-19  Václav Slavíkblind fix to wxGetCwd crash on NT when wxUSE_UNICODE...
2002-03-05  Václav Slavíkfixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0
2002-02-19  Vadim Zeitlinadded an error message to wxCopyFile
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-15  Václav Slavíkmore MSLU fixes
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-01-28  Mattia BarbonFix MinGW compilation.
2002-01-28  Vadim Zeitlindon't call wxLogLastError() in wx{File|Path}Exists
2002-01-26  Vadim Zeitlincompilation fixes after previous check in (sorry)
2002-01-26  Vadim ZeitlinWin16 compilation fixes
2002-01-26  Vadim Zeitlinpatch to fix various filename-related functions for...
2002-01-18  Vadim Zeitlinfix for Sun CC bug with not calling temporary objects...
2002-01-15  Vadim Zeitlinadded a fix for cygwin and cleaned up wxGetWorkingDirec...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2002-01-04  Vadim Zeitlinfixed wxIsPathSeparator() to work for Mac
2001-12-31  Václav Slavíkadded workaround for Unicode functions not working...
2001-12-30  Václav SlavíkEhm... fixed my comment about DJGPP to say what I wante...
2001-12-30  Václav Slavíkfix for DJGPP returning unix/like/paths instead of...
2001-12-16  Václav Slavíkfixes to wxFindFirstFile
2001-12-16  Václav Slavíkremoved platform-specific code for wxFindFirst/NextFile...
next