fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / ffile.cpp
2013-09-12  Vadim ZeitlinDon't reset m_fp if wxFFile::Open() fails.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2012-12-08  Vadim ZeitlinDon't unnecessarily NUL-terminate wxCharBuffer contents.
2012-09-30  Vadim ZeitlinSmall optimization of wxFFile::ReadAll(): avoid extra...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2009-12-22  Michael WetherellAdd support for large stdio files for VC 8+. What versi...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2005-10-25  Chris Elliottmissing #include (SF bug 1327872)
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-03  Włodzimierz SkibaRecent commits added new variables for length when...
2005-03-03  Vadim Zeitlinfixed bug in ReadAll(): it always returned error when...
2005-02-19  Vadim Zeitlinadded wxMBConv parameter for wxFFile::ReadAll() and...
2005-01-27  Włodzimierz SkibaWarning fix.
2005-01-25  Włodzimierz SkibaWarning fixes.
2004-12-12  Vadim Zeitlinlarge files support for wxFFile (patch 1077980 from...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-07  Vadim Zeitlinmade wxFFile a bit more safe: don't crash when Tell...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-02  Vadim Zeitlinuse wxChar, not char, for the second argument of Open...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-16  Michael BedwardFixed bug in function Flush().
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-15  Vadim Zeitlin1. wxFFile::Close() buglet fixed
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...