fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / txtstrm.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2010-01-24  Vadim ZeitlinCheck the result of ToWChar() call in wxTextInputStream...
2010-01-04  Vadim ZeitlinFix wxConvAuto behaviour when it is used by wxTextInput...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-01-08  Paul Cornettspeed up ReadWord by using more efficient separator...
2007-11-22  Stefan Csomorcleanup mac
2007-09-15  Vadim Zeitlinundo revision 48162 as it broke unit tests
2007-08-18  Julian SmartDon't hang in ReadLine when there's no input left
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2006-09-06  Michael WetherellFixed ReadLine missing last character from text files...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-04-05  Vadim Zeitlinreally fixed number of bytes written in WriteString...
2006-04-05  Vadim Zeitlinalso fixed WriteString() to work correctly when outputt...
2006-04-05  Vadim Zeitlinfixed NextChar() to read the entire character at once...
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2004-11-21  Ryan NortonwxTextOutputStream::PutChar and text stream test
2004-11-16  Vadim Zeitlinadded operator>>(wchar_t)
2004-11-15  Ryan Nortonfix technical accuracy of statement
2004-11-15  Ryan Nortonfix for [ 1066432 ] wxTextOutputStream: endl doesn...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-12  Vadim Zeitlinonly define operator<<(wchar_t) in Unicode build
2004-09-12  Vadim Zeitlincompilation fix after last commit
2004-09-11  Vadim Zeitlinoverload operator<<() for wchar_t too (if applicable...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlinmade wxTextInputStream Unicode safe and general cleanup...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-12  Vadim Zeitlindon't write the strings to the stream one char at a...
2001-11-05  Gilles Depeyrotuse Unix line ending when compiling with Apple DevTools
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-13  Robert Roebling wxTextStream now interprets 1,1 as 1.1 (European...
1999-11-18  Jouk Jansen Committing in .
1999-10-29  Sylvain BougnouxAccept list of separators as a wxString instead of...
1999-10-28  Sylvain Bougnouxoperator >> wxString eat word by default. \n Add wxText...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-30  David WebsterOS/2 updates
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-13  Guilhem Lavaux* Changed char to wxChar in operators.
1999-07-12  Guilhem Lavaux* Changed behaviour of wxTextStreams::operator(wxUint8...
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...