fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / stdpbase.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-06  Vadim ZeitlinForbid creation of wxStandardPaths object directly.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-06  Vadim Zeitlinreturn wxStandardPaths, not wxStandardPathsBase, from...
2009-01-21  Vadim Zeitlinadded wxStandardPaths::GetAppDocumentsDir() and use...
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-13  Vadim Zeitlinreplace changes of r49890 by defining more compatibilit...
2007-11-13  Julian SmartResolve '&&' ambiguity
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-10-24  Julian SmartAdded GetTempDir
2006-04-17  Vadim Zeitlinadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
2005-07-29  Vadim Zeitlindon't crash in Get() if there is no wxApp (closes 1236514)
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2004-11-12  David ElliottMoved wxStandardPathsCF into base library when using...
2004-10-29  David ElliottAdded wxStandardPaths for wxMac and wxCocoa.
2004-10-28  Vadim Zeitlintemp compilation fix for wxMac
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-19  Vadim Zeitlinswitched to using a real class instead of a namespace...