always remember to test IsOk() after using wxFileInputStream
[wxWidgets.git] / src / common / graphcmn.cpp
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