Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / dc.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-25  Stefan Csomoradding ContentScaleFactor support to dc - defaulting...
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  Robin DunnHave wxDCImpl::GetHandle return NULL by default instead...
2012-07-28  Robin DunnAdding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon
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-22  Stefan Csomorexposing wxGraphicsContext through an ordinary wxDC
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-07  Vadim ZeitlinAdd wxDCImpl::MSWApplyGDIPlusTransform() to formalize...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-23  Vadim ZeitlinAdd wxDC::SetTransformMatrix() and related methods...
2011-02-27  Vadim ZeitlinAdd wxDC::GetFontMetrics() and implement it for wxMSW.
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2009-10-12  Vadim ZeitlinAdded wxDCFontChanger ctor not changing font.
2009-10-05  Vadim ZeitlinReplaced GraphicsHDC from src/msw/renderer.cpp with...
2009-05-31  Vadim Zeitlinadded wxDC::CopyAttributes() and use it in wxBufferedDC...
2009-02-25  Francesco Montorsitry to clear the device/logical unit fog; remove unused...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-25  Vadim Zeitlindon't deprecate the entire wxDrawObject class, this...
2009-01-25  Vadim Zeitlindeprecate wxDrawObject (#9860)
2009-01-09  Francesco Montorsiuse #if instead of #ifdef for WX_COMPAT
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-26  Francesco Montorsidocumented the wxDCBrushChanger, wxDCPenChanger, wxDCTe...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-10-08  Vadim Zeitlinadded wxDC::GetHDC() for backwards compatibility with...
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinremove Create{Window,Client,Paint}DC() methods without...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-02-21  Vadim Zeitlinrestore generic DrawEllipticArc() used by CE which...
2007-12-22  Stefan Csomorkeeping the constness
2007-12-16  Chris Elliottfix bug VC6 with returning void function
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-12-01  Vadim Zeitlinadd wxPrintData forward declaration (blind fix for...
2007-11-30  Vadim Zeitlinfree wxDCFactory::m_factory; also renamed SetDCFactory...
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Robert RoeblingCompile with printarch off
2007-11-30  Robert RoeblingDC reorganization
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-13  Robert RoeblingMore DC changes
2007-11-12  Robert Roeblingadd const overload for GetImpl()
2007-11-09  Stefan Csomorforward port from 2.8
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-21  Robert Roeblingmore work on wxDC reorganizing
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-05  Robert Roebling Added wxDEPRECATED() around old wxDC methods taking
2007-05-03  Robert Roebling Put old wxDC methods using long instead of wxCoord
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-12-02  Vadim Zeitlinadded Get(MultiLine)TextEvent() overloads returning...
2006-11-12  Vadim Zeitlinmade GetMultiLineTextExtent() const (part of patch...
2006-10-29  Stefan Csomorextend GetAsBitmap with an optional subrect
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-26  Václav Slavíkadded wxDCTextColourChanger ctor that allows using...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-10  Chris Elliottremove stray ; which broke compilation
2006-10-10  Włodzimierz Skiba#incldue fix.
2006-10-10  Vadim Zeitlinremoved spaces; added WXDLLEXPORTs; make overlay classe...
2006-10-10  Stefan Csomoroverlay implementation
2006-10-10  Vadim Zeitlinadded wxDC::Set/GetLayoutDirection() and implemented...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-28  Stefan Csomoradopting correct implementation virtualization for...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-23  Włodzimierz SkibaImproved wxDCPen/BrushChangers.
2006-05-22  Włodzimierz SkibaIntroduced wxDCPenChanger and wxDCBrushChanger.
2006-04-10  Vadim Zeitlinadded wxDCClipper ctor overload taking a wxRegion and...
2006-03-14  Vadim Zeitlinwe don't need reserved virtual functions on HEAD
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-04-17  Julian SmartAdded some reserved functions
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-12-06  Włodzimierz SkibaUse Get*Box instead Get*Region if you are asking about...
2004-11-25  Vadim Zeitlinadded missing header needed at least by wxMotif under...
next