Allow more than one line in a wxStaticText on iOS.
[wxWidgets.git] / src / common / textfile.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-05-13  Vadim Zeitlinfix bug introduced by the last change: we could overwri...
2008-05-11  Vadim Zeitlinavoid extra reallocations and memcpy for seekable files...
2007-01-18  Vadim Zeitlincorrected VC warning about possibly uninitialized varia...
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
2006-12-04  Vadim Zeitlingive the file name in the error message about failed...
2006-10-09  Václav Slavíkdon't crash on weird line endings like \r\r\n
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-04-03  Włodzimierz SkibaWarning fix.
2006-03-31  Vadim Zeitlindon't give error when reading empty file in Unicode...
2006-03-31  Vadim Zeitlinrewrote Read() to slurp all the file at once to avoid...
2006-03-30  Vadim Zeitlindon't process previously read characters twice in OnRead()
2006-03-29  Vadim ZeitlinwxUSE_STL==1 compilation fix
2006-03-28  Włodzimierz SkibaWarning fix.
2006-03-28  Vadim Zeitlinproperly NUL-terminate the buffer before converting...
2006-03-27  Vadim Zeitlinmade wxTextFile work in Unicode; also made it possible...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-10-15  Vadim Zeitlinuse wxFileSize_t instead of wxFileOffset or off_t
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
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-03-17  Julian SmartFixed copyrights and licence spelling
2002-02-02  Václav Slavíkchanged wxFileName::Normalize signature to allow or...
2002-01-31  Julian SmartCorrected Normalize invocation by casting
2002-01-31  Julian SmartRemoved wxPATH_NORM_CASE from Normalize or files won...
2002-01-17  Václav Slavíkrewrote wxTextFile::OnRead to handle variable-length...
2002-01-03  Ron LeeUse GetFullPath not GetFullName in OnWrite else we...
2001-12-19  Vadim Zeitlinblind fix for temp file creation problem
2001-12-01  Vadim Zeitlinfixed assert to avoid compilation warnings
2001-11-30  David WebsterCan't just wxASSERT(0). Give "constant in conditional...
2001-11-22  Mattia BarbonConverting uninitialized data is not a Good Idea
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-10-31  Gilles Depeyrotadded comment concerning native line endings under...
2001-08-06  Václav SlavíkUnicodification of wxTextFile
2000-12-20  Václav Slavíkfixed wxTextFile::GuessType assertion
2000-07-15  Bryan Pettymerged 2.2 branch
2000-04-11  Vadim Zeitlinfixed double eol problem
2000-03-07  Michael BedwardAdded Create functions. They return TRUE if the file...
2000-02-20  Guillermo Rodrigue... Don't try to translate empty strings (just a cosmetical...
2000-01-06  Vadim Zeitlinbug fixes for '\r' handling in wxTextFile::Translate()
1999-12-06  Vadim ZeitlinwxThread::GetCPUCount() and SetConcurrency() added...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
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-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-13  Ove KaavenAnother one bites the dust.
1999-03-16  Vadim ZeitlinwxTextFile::Close() implemented
1998-12-22  Vadim ZeitlinwxTextFile::Type changed to ::wxTextFileType (portability)
1998-12-18  Julian SmartPartial Watcom C++ 10.6 support added (doesn't link...
1998-11-25  Julian SmartVarious fixes.
1998-10-28  Vadim ZeitlinMac fixes (thanks to Stefan Csomor)
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-08  Denis PershinDP:
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-17  Vadim Zeitlinlast traces of wxTString removed
1998-07-15  Vadim Zeitlinspeed optimizations: some functions now use wxString...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision