Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / msw / dc.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-07-28  Robin DunnwxDC::GetHandle support for wxMSW
2011-04-23  Vadim ZeitlinAdd wxDC::SetTransformMatrix() and related methods...
2011-02-27  Vadim ZeitlinAdd wxDC::GetFontMetrics() and implement it for wxMSW.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-12-06  Paul Cornettmake access for virtuals match base
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Robert RoeblingDC reorganization
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
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)
2006-10-29  Stefan CsomorGetAsBitmap with subrect
2006-10-10  Vadim Zeitlinadded wxDC::Set/GetLayoutDirection() and implemented...
2006-09-26  Vadim Zeitlinallow specifying the size of wxDCTemp and do specify...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-12-25  Vadim Zeitlindisallow creation of wxDC objects and made wxDC an...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Włodzimierz SkibaNative spline drawing.
2004-12-06  Włodzimierz SkibaUse Get*Box instead Get*Region if you are asking about...
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-07-25  Vadim Zeitlindc.h shouldn't include itself (patch 992933)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-05  Vadim Zeitlinmade GetClippingBox() work even for clipping region...
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-02  Vadim Zeitlin1. fixed bug in wxDC::SetMapMode() which broke the...
2002-02-02  Vadim ZeitlinwxDC::SetClippingRegion() in wxMSW works like in wxGTK...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-21  Vadim Zeitlinfix for releasing the HDC in WM_DRAWITEM handler
2001-04-09  Vadim Zeitlinfixed obsolete comment
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2000-03-06  Ron Leeset m_clipXX so dc.GetClippingBox returns real bounding box
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-01-21  Vadim Zeitlin1. fixed (to test) the bug with bitmaps without masks...
1999-12-06  Vadim ZeitlinDrawRotatedText() for MSW
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-07-20  Robert Roebling MingW32 compilation fixes all over
1999-07-19  Harco de HilsterMoved bunch of #defines (LOG2DEV etc) from msw/dc.cpp...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-21  Stefan CsomorCW Win32 support
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-02  Julian SmartAdded wxRegion version of wxWindowDC::SetClippingRegion
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-03  Julian SmartDang, can't remember what I changed now
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-20  Karsten Ballüderadded some wxMSW stuff