Factor out text measurement from wxDC and wxWindow into wxTextMeasure.
[wxWidgets.git] / src / msw / dc.cpp
2004-05-23  Julian SmartName and version changes
2004-05-06  Vadim Zeitlincompilation fix for older compilers
2004-05-05  Vadim Zeitlinoops, added missing const_cast to make last check in...
2004-05-05  Vadim Zeitlinmade GetClippingBox() work even for clipping region...
2004-04-17  Robert Roebling Since CE cannot do the logical/device origin calculations
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-10  Robin DunnDon't log StretchDIBits failures
2004-03-04  Julian SmartWinCE project and wxDC corrections
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-15  Vadim Zeitlinuse correct way to get a pointer to vector elements...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-09  Dimitri SchoolwerthMinGW warnings fixed; TRUE/FALSE cleanup.
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetBrush() nor SetFo...
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetPen() (slow!...
2004-02-08  Vadim Zeitlindefine WXMICROWIN_CHECK_HDC macro once instead of havin...
2004-02-07  Vadim Zeitlinrespect xsrc, ysrc parameters in DoBlit() (patch 733961)
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-08-17  Julian SmartPeter Lenhard's WinCE DoDraw[Elliptic]Arc additions...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Mattia Barbon wxUSE_STL compilation fixes.
2003-07-08  Vadim Zeitlingot rid of (unused since a long time) wxNO_3D and wxUSE...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-06-02  Vadim Zeitlinfixed calculations in SetMapMode() (use FP division...
2003-05-11  Vadim Zeitlinuse alpha channel in Blit() as well and not only in...
2003-05-09  Vadim Zeitlinfall back to wxAlphaBlend() if ::AlphaBlend() didn...
2003-05-02  Chris Elliottimplement wxHAVE_RAW_BITMAP
2003-05-01  Vadim Zeitlinallow raw access to a part of the image only (faster...
2003-04-28  Vadim Zeitlinnew template-based more flexible and hopefully more...
2003-04-14  Vadim Zeitlinadded debug checks
2003-04-13  Vadim Zeitlinimplemented fallback for AlphaBlend() for the systems...
2003-03-29  Julian SmartCopyright cleanup
2003-03-24  Vadim Zeitlinuse StretchDIBits() if we're drawing a DIB and not...
2003-03-22  Vadim Zeitlinsuppress error messages when loading msimg32.dll
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-06  Mattia Barbon Fix release build.
2003-03-04  Vadim Zeitlinstart of alpha transparency support
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-02  Vadim Zeitlinuse StretchBlt() if available (part of patch 649866)
2002-08-30  Julian SmartMods for Wine compilation
2002-08-20  Julian SmartReordered ClearCache calls as per Roger Chickering...
2002-07-05  Mattia BarbonFix some GCC 3.1 compilation warnings
2002-04-17  Julian SmartAdded wxDF_HTML
2002-02-23  Vadim Zeitlinimplemented wxWindowDC and wxClientDC::GetSize() proper...
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-04  Vadim Zeitlintotal wxBrush cleanup: made private stuff private,...
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...
2002-01-28  Gilles Depeyrotaxis orientation must not be taken into account for...
2001-12-23  Vadim Zeitlincompilation fixes
2001-12-22  Julian SmartMore tweaks to wxMicroWi
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-25  Vadim Zeitlinand now fixes for compilation with wxUSE_PALETTE=1
2001-11-25  Vadim Zeitlinfixes for compilation with wxUSE_PALETTE=0
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-08-30  Julian SmartFixed cache-related bug in DoBlit.
2001-08-23  Vadim Zeitlinfixes for rotated text drawing
2001-07-24  Vadim Zeitlincompilation warning fixed
2001-07-11  Julian SmartCompilo correction
2001-07-11  Julian SmartMade DC cacheing less obstrusive
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-04  Julian SmartDon't complain under MicroWindows if a wxDC's HDC is...
2001-07-04  Julian SmartFixed HRGN leak in DoSetClippingRegion
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-17  Vadim Zeitlinfixed clip rect when logical coords != device ones
2001-06-15  Julian SmartAdded missing settings.h include (sorry)
2001-06-14  Julian SmartAdded SetOption,GetOption[Int] to wxSystemSettings...
2001-06-09  Vadim Zeitlinfixed bug 418496 (wxDC::SetClippingRegion doesn't clear...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-10  Julian SmartRemoved spurious wxCHECK which forgot about the possibi...
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
2001-03-11  Václav SlavíkIMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by...
2001-03-07  Vadim Zeitlinfixed DeviceToLogical[XY]
2001-01-29  Julian SmartCorrected DoBlit code to use offset into mask
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  Julian SmartSetBrushOrgExt broke WIN16 compilation
2000-03-17  Vadim Zeitlinoops, compilation error - fixed
2000-03-17  Vadim ZeitlinwxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda
2000-03-06  Ron Leeset m_clipXX so dc.GetClippingBox returns real bounding box
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-21  Robin Dunnadded typcast needed for VC++ 6
2000-02-21  Robert Roebling Make use of FillRect() when possible.
2000-02-17  Julian SmartReverted change to DrawLine so it doesn't draw the...
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-16  Julian SmartDrawLine normalized; wxStaticBitmap fixed for Dialog...
2000-02-15  Guillermo Rodrigue... Readded fix to adjust size of rectangles with transpare...
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
next