Use the associated document manager, not the global one
[wxWidgets.git] / src / common / dcgraph.cpp
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