fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / graphcmn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-11  Robin DunnEnable access to the native bitmap object wrapped by...
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-06  Stefan Csomorusing higher abstraction to allow for optimized impleme...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-16  Stefan Csomorsupport generic flag for pixel offsetting, see #11853
2011-03-31  Vadim ZeitlinImplement wxGraphicsContext::GetSize() for Cairo.
2011-01-01  Stefan Csomorbracketing msw enhanced metafile usage
2010-11-16  Vadim ZeitlinCorrect checks for wxUSE_PRINTING_ARCHITECTURE and...
2010-05-13  Jaakko SalliAdded wxGraphicsContext::Create(const wxEnhMetaFileDC...
2010-04-06  Vadim ZeitlinCorrect checks for gradient stop position.
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2009-12-05  Paul Cornettremove unused variables, minor cleanup
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-13  Vadim Zeitlinno changes, just deTABbed
2008-08-21  Robert Roebling#9876 (GC: added sanity check to wxGraphicsPathData...
2008-07-31  Stefan Csomorbetter guarding when no printing architecture exists...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingFix linking problem
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2007-12-18  Stefan Csomormoving things to private headers
2007-11-30  Robert RoeblingDC reorganization
2007-11-22  Stefan Csomorcleanup mac
2007-11-10  Vadim Zeitlinfix unused parameters warnings
2007-11-09  Stefan Csomorforward port from 2.8
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-03  Stefan Csomoradding raster op hook to graphics context
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-04  Stefan Csomoradding text with background brush
2006-11-04  Stefan Csomoradding measuring contexts, streamlining printing code
2006-10-29  Robin DunnAdd missing wxNullGraphicsPath
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-28  Robin DunnAdd missing Contains overload
2006-10-27  Robert Roebling Compile fix.
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
2006-10-26  Stefan Csomormoving rounded rect and ellipse to path class
2006-10-26  Stefan Csomormissing common create functions
2006-10-26  Stefan Csomoradapted to new renderer, moved wxGCDC into dcgraph.cpp
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-25  Robin DunnFix the rectangle size when offsetting
2006-10-22  Stefan Csomoradding wxobject and RTTI
2006-10-21  Robert Roebling Fix warning.
2006-10-21  Robin Dunnmore informative FAIL message
2006-10-20  Vadim Zeitlinfix warnings (double to int conversions and unused...
2006-10-20  Stefan Csomorsetting a non valid font is permitted, implemented now
2006-10-20  Stefan Csomormac methodname fixed, so all use the same now
2006-10-20  Stefan Csomorextending implementation
2006-10-15  Paul Cornettnon-pch build fix, cleanup
2006-10-10  Stefan Csomorgetting rid of warnings
2006-10-09  Stefan Csomorcopying as much values from the dc as possible
2006-10-04  Robin DunnAvoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES...
2006-10-03  Robin DunnAvoid ambigous overload errors
2006-10-03  Stefan Csomorfixes for non precompiled headers
2006-09-30  Stefan Csomoradding missing implementations
2006-09-29  Stefan Csomorgraphics context implementation