Return after activating already opened document in wxDocManager.
[wxWidgets.git] / src / common / dcgraph.cpp
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