fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / rgncmn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-07  Vadim ZeitlinNo real changes, just fix some typos in comments.
2010-10-20  Vadim ZeitlinCorrect the fix that broke wxRegion::ConvertToBitmap().
2010-07-11  Vadim ZeitlinCorrect the size of bitmap returned by wxRegion::Conver...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2006-10-10  Paul Cornettmore inlines called before defined
2006-09-27  Włodzimierz SkibaWinCE build fix: access to protected member.
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-10-17  Włodzimierz SkibaWarning fixes related to various cases of typecasting.
2004-09-21  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2003-08-11  Julian SmartMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-03-28  Robin DunnCompilation fix
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...