further routing into wxApp
[wxWidgets.git] / include / wx / textfile.h
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2001-11-25  Vadim Zeitlincompilation fix for wxUSE_TEXTBUFFER=0
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-08-06  Václav SlavíkUnicodification of wxTextFile
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