]> git.saurik.com Git - wxWidgets.git/history - include/wx/textfile.h
1. fixed typo ('&' instead of '|') in wxNotebook
[wxWidgets.git] / include / wx / textfile.h
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-12-05  Vadim Zeitlinfixed compilation with wxUSE_TEXTFILE=0
2000-12-03  Julian SmartAdded accelerators to Undo/Redo menu items
2000-03-07  Michael BedwardAdded Create functions. They return TRUE if the file...
1999-10-12  Vadim Zeitlin1. DLL compilation fixes (wrong WXDLLEXPORT placement...
1999-07-30  David WebsterOS/2 updates
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-06-30  Robin Dunnadded some WXDLLEXPORT's
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...
1999-03-16  Vadim ZeitlinwxTextFile::Close() implemented
1999-02-06  Vadim ZeitlinwxTextFile::Eof() bug corrected (always returned FALSE...
1998-12-22  Vadim ZeitlinwxTextFile::Type changed to ::wxTextFileType (portability)
1998-11-25  Julian SmartVarious fixes.
1998-10-19  Vadim Zeitlinadded methods for sequential scan of wxTextFile: Get...
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-07-28  Karsten Ballüderfixed compiler warning (newline at last line missing)
1998-05-20  Karsten BallüderInitial revision