*** empty log message ***
[wxWidgets.git] / src / common / filefn.cpp
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