Some Unicode compilation fixes. This Unicode stuff in file functions is
[wxWidgets.git] / src / common / filefn.cpp
2001-03-29  Ove KaavenSome Unicode compilation fixes. This Unicode stuff...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2001-01-19  David Websterchmod is not available in VisualAge
2001-01-16  Vadim Zeitlinpatch from Roland Scholz to fix the file permissions...
2000-12-31  Vadim Zeitlinimplemented wxFileName::SplitPath(), wxSplitPath()...
2000-12-31  Vadim Zeitlinrewrote wxFileName::Normalize(), added a few methods...
2000-12-29  David Webstershould use array delete on a wxString object (line...
2000-12-26  Vadim Zeitlin1. wxCopyFile() uses buffer (huge copy speed up)
2000-12-23  Vadim Zeitlinadded some error checking to wxCopyFile
2000-10-03  Julian SmartSmall fixes to defs.h; change "windows.h" to <windows...
2000-09-26  Jouk Jansen Committing in .
2000-07-21  David Websterfixes for S_IFMT for OS/2 from WX_2_2_BRANCH
2000-07-19  Ove KaavenMore Unicode compilation fixes.
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-10  David WebsterOS/2 patch
2000-03-03  Vadim Zeitlinfatal bug in wxSplitPath fixed
2000-02-24  Vadim Zeitlinfix for wxSplitPath(foo/.filename)
2000-01-31  David WebsterVA 4.0 fixes
2000-01-28  David WebsterVA 4.0 fixes
2000-01-26  David WebsterVisualage C++ V4.0 duplicate symbol fixes
2000-01-22  Stefan NeisSN: Replace a __WXPM__ by __OS2__ in #if deciding wheth...
2000-01-19  Václav Slavíkadded wxFileModificationTime
2000-01-03  Ove KaavenUnicode compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-13  Ove Kaavenfopen -> wxFopen and such
1999-11-12  Jouk Jansen Committing in .
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-11  David WebsterQuick fix up for __WXPM__
1999-11-09  Stefan Csomormac adaptions
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-03  Ove KaavenHmm, apparently had to add FNSTRINGCAST elsewhere in...
1999-08-03  Ove KaavenChanged my mind and used FNSTRINGCAST instead
1999-08-03  Ove KaavenReplaced (char*)wxFNCONV with (const char*)wxFNCONV
1999-07-29  David Webster*** empty log message ***
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
1999-04-17  Ove KaavenUnicodified wxEndsWithPathSeparator
1999-04-16  Ove KaavenAdded a comment.
1999-04-16  Ove KaavenwxGetUserHome() may return const val.
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-04-11  Vadim ZeitlinwxGetCwd fixed
1999-04-02  Vadim ZeitlinwxMkdir() has 2nd param under Unix
1999-04-02  Julian SmartSwitched wxMkdir code back to old working version.
1999-04-01  Vadim ZeitlinwxMkDir() has 'perm' argument
1999-03-29  Vadim Zeitlinlast fixes to fixes (MSW compilation works now)
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-02-21  Vadim Zeitlinerror msg when there are no files in wxFindFirst()...
1999-02-18  Vadim ZeitlinwxSplitPath() bugs corrected and it's documented
1999-02-10  Vadim Zeitlinbug in wxSplitPath() corrected: the returned file name...
1999-02-09  Vadim ZeitlinwxMSW compilation problem fixed
1999-02-09  Vadim ZeitlinwxFindFirst/NextFile() now return wxString and not...
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-04  Vadim ZeitlinwxSplitPath() handles correctly filenames with '.'...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-13  Julian SmartAdded dnd classes, data object classes, changed clipboa...
1999-01-08  Robert Roebling Compile improvemnts for strict compilers and the...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-03  Robert Roebling Proofed that iostreams break threads
1999-01-01  Stefan Csomormac support as stubs added
1998-12-21  Stefan CsomorCW Win32 support
1998-12-18  Julian SmartPartial Watcom C++ 10.6 support added (doesn't link...
1998-12-17  Julian SmartRe-added corrupt binary files; small change to filefn...
1998-11-26  Robert Roebling Build fix
1998-11-26  Vadim Zeitlinaccidentally removed IMPLEMENT_DYNAMIC_CLASS added...
1998-11-26  Vadim Zeitlinsome sprintf()s replaced with wxString::Printf
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-21  Julian SmartDoc updates (debug stuff); Cygwin corrections
1998-09-20  Karsten BallüderNow dot_special argument in wxMatchWild() is honoured...
1998-09-19  Karsten Ballüderchanged wxMatchWild() 3rd parameter not used under...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Julian Smart2 GnuWin32 compile bugs fixed, incl. printf bug in...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-08  Denis PershinDP:
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-22  Julian SmartAdded wxString version of wxStripExtension; changed...
1998-07-14  Vadim Zeitlinadded wxSplitFile() to decompose a file name into path...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-05-21  Julian SmartMinor changes to make files compile (return values...
1998-05-20  Karsten BallüderInitial revision