]> git.saurik.com Git - wxWidgets.git/history - include/wx/file.h
added wxSplitterWindow to XRC
[wxWidgets.git] / include / wx / file.h
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-19  Robert Roebling Lots more Unicode fixes.
2001-12-01  Ron LeeAdded wxFile::write_excl and use it from wxTempFile...
2001-08-06  Václav SlavíkUnicodification of wxTempFile
2000-07-15  Bryan Pettymerged 2.2 branch
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-09-04  Guilhem Lavaux* wxFileInputStream and wxFileOutputStream doesn't...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added (access() isn't ANSI...
1998-07-27  Guilhem Lavaux* Bug fixes
1998-07-27  Karsten Ballüdermake wxS_DEFAULT consistend with standard Unix behaviour
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-24  Vadim Zeitlinadded "access" parameter to wxFile::Create and Open...
1998-07-17  Vadim ZeitlinwxTString removed
1998-07-14  Vadim Zeitlincommon constants (wxSeekMode) and types (off_t) to...
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-05-28  Robert RoeblingGTK wxBitmapButton added
1998-05-26  Vadim Zeitlinadded write_append mode to wxFile, implemented eof...
1998-05-20  Karsten BallüderInitial revision