The rounded corners look really dumb at this size.
[wxWidgets.git] / src / common / dcgraph.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-27  Stefan Csomoruse correct scale when drawing
2013-06-25  Stefan Csomorformatting
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-10-14  Vadim ZeitlinMake GetClippingBox() work for wxPrinterDC in wxGTK.
2012-08-02  Paul Cornettremove unused OSX includes
2012-08-02  Paul CornettFix wxGCDC::Clear() for Cairo, and possibly MSW.
2012-07-28  Robin DunnAdding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon
2012-07-13  Paul Cornettavoid creating and immediately destroying a wxGraphicsC...
2012-07-11  Paul Cornettremove code in SetFont which modifies font for no appar...
2012-07-11  Paul CornettAvoid creating and immediately destroying a wxGraphicsC...
2012-07-02  Vadim ZeitlinClear larger area in wxGCDC::Clear().
2012-05-19  Stefan Csomorremoving unnecessary - and incorrect - override, fixes...
2012-04-17  Stefan Csomoravoiding potential mismatch between true and expected...
2012-03-29  Vadim ZeitlinRestore the correct brush in wxGCDC::GradientFill(...
2012-03-08  Paul Cornettadjust Blit destination rect if source rect is clipped
2011-12-09  Stefan Csomoravoid accepting an invalid color, ignore it, as other...
2011-09-29  Robin DunnDon't always use the Cairo context for wxGCDC(wxMemoryD...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-27  Robin Dunn* Implement dynamic loading of the Cairo DLL on Windows...
2011-08-16  Paul CornettAvoid creating rect with negative size while clipping...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-19  Vadim ZeitlinAdded wxGCDC(wxEnhMetaFileDC) ctor too.
2011-07-07  Vadim ZeitlinAdd wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
2011-07-07  Vadim ZeitlinMake wxGCDC::GetGraphicsContext() const.
2011-07-02  Vadim ZeitlinAdd wxCOMPOSITION_INVALID mode and use it to simplify...
2011-05-01  Stefan Csomorsupport multiline strings using the same workaround...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-01  Stefan Csomorfixing iterator comparison
2010-12-11  Stefan Csomorchanging compositing mode for Clear, see #12756
2010-04-22  Vadim ZeitlinDon't test possibly uninitialized variable in wxGCDC...
2010-01-03  Kevin OllivierCreate a text measuring context until a real context...
2009-11-18  Kevin OllivierForward port of r60190 (wxMSW Cairo support) to trunk.
2009-10-24  Stefan Csomorswitching to explicit flush mode, otherwise clientdc...
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-10  Stefan Csomorsupporting SetFont(wxNullFont), fixes #10980
2009-03-13  Stefan Csomorsupporting AA font flags on wxGCDC, fixes #10579
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-08-21  Vadim Zeitlinhonour useMask parameter in DrawBitmap() and StretchBli...
2008-07-31  Stefan Csomorbetter guarding when no printing architecture exists...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-05-27  Stefan Csomorfixing arc filling for angles > 180
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2007-12-22  Vadim Zeitlininclude wx/dcclient.h to declare wxWindowDC (blind...
2007-12-22  Stefan Csomorkeep the owning window
2007-12-18  Stefan Csomorstarting a doc must return true in order for printprevi...
2007-12-03  Stefan Csomorfixing warning about missing virt destructor
2007-11-30  Robert Roeblingcompilation
2007-11-30  Stefan Csomorusing common code
2007-11-30  Robert RoeblingDC reorganization
2007-11-09  Stefan Csomorforward port from 2.8
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-01-26  Stefan Csomorfix for drawing in the 'grox box' between two scrollbars
2006-12-07  Robin Dunnclip the bitmap to the size of the source DC in DoBlit...
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-06  Stefan Csomortranslate the wxRegion from device to user coordinates...
2006-11-04  Stefan Csomoradding text with background brush
2006-11-04  Stefan Csomoradding measuring contexts, streamlining printing code
2006-11-04  Stefan Csomorallowing transformation changes even if there is no...
2006-11-02  Stefan Csomorinterpreting DrawBitmap for mono bitmaps according...
2006-10-31  Stefan Csomorcorrect meaning of logical origin
2006-10-30  Vadim Zeitlinmore fixes to double to int conversions
2006-10-30  Vadim Zeitlinhack to fix warnings about wxMAC_USE_CORE_GRAPHICS_BLEN...
2006-10-29  Stefan Csomorguarding against setting of NULL
2006-10-29  Stefan Csomorblit implemented using dc.GetAsBitmap with subrect
2006-10-29  Stefan Csomorapply complete transforms (scroll window PrepareDC...
2006-10-29  Stefan Csomorusing native tranforms for everything
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-26  Stefan Csomoradded the recangle fix
2006-10-26  Stefan Csomormove the graphics context bridge dc into separate file