Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / graphics.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2012-08-03  Vadim ZeitlinMake wxGraphicsContext::GetSize() const.
2012-05-11  Robin DunnEnable access to the native bitmap object wrapped by...
2012-04-03  Vadim ZeitlinAdded wxGraphicsContext::CreateMatrix(wxAffineMatrix2D...
2011-10-20  Robin DunnDelegate wxGraphicsBitmap::ConvertToImage to the render...
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-09  Vadim ZeitlinAdded wxGraphicsBitmap::ConvertToImage().
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Stefan Csomorremoving trailing comma
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-02  Vadim ZeitlinNo real changes, just remove trailing commas from enum.
2011-07-02  Vadim ZeitlinAdd wxCOMPOSITION_INVALID mode and use it to simplify...
2011-06-09  Stefan Csomoradding default interpolation enum
2011-06-09  Stefan Csomorfixing test, adding minimal docs
2011-06-09  Stefan Csomoradding placeholders for interpolation setting
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-14  Stefan Csomorfixing constants to be of the expected parameter type...
2010-04-06  Vadim ZeitlinAdd default constructor to wxGraphicsGradientStop.
2010-04-06  Vadim ZeitlinCorrect checks for gradient stop position.
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2009-11-18  Kevin OllivierForward port of r60190 (wxMSW Cairo support) to trunk.
2009-10-09  Stefan Csomoradding defaults as wxDC did
2009-10-02  Stefan Csomoradding construction from native bitmaps
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-20  Kevin OllivierForward port wxGraphicsBitmap cairo implementation...
2009-02-16  Stefan Csomorfixing typo
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-16  Stefan Csomorfixing infinite recursion for rotated text, introduced...
2009-01-09  Francesco Montorsiuse #if instead of #ifdef for WX_COMPAT
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsifix typo
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
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 RoeblingMade wxCairo graphics code compile again, wxGraphicsBit...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-05  Stefan Csomormerging graphics bitmap additions from Kevin O.
2007-12-18  Stefan Csomormoving things to private headers
2007-12-12  Mart RaudseppInclude defs.h before checking if wxUSE_GRAPHICS_CONTEX...
2007-11-30  Robert RoeblingDC reorganization
2007-11-09  Stefan Csomorforward port from 2.8
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-03-12  Vadim Zeitlinremoved extraneous semicolon (bug 1679080)
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-03  Stefan Csomoradding raster op hook
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-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
2006-10-27  Robin DunnDetabified
2006-10-26  Stefan Csomormoving rounded rect and ellipse to path class
2006-10-26  Stefan Csomormake this available everywhere
2006-10-26  Julian SmartShouldOffset is accessed from a different class (in...
2006-10-26  Stefan Csomorfixing param
2006-10-26  Stefan Csomorrenderer added, creating renderer specific pens etc...
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-25  Robin DunnRefactor the code that decides if the 0.5 offset chousl...
2006-10-22  Stefan Csomoradding path accessors
2006-10-22  Stefan Csomoradding wxobject and RTTI
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-21  Robert Roebling Compilo.
2006-10-21  Robin Dunnuse consistent names (Graphic vs. Graphics)
2006-10-20  Stefan Csomornew method needed for screendc
2006-10-20  Włodzimierz SkibaTypo.
2006-10-20  Stefan Csomorstart using wxGraphicsContext for OS X instead of old...
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-09-29  Stefan Csomorgraphics context implementation