]> git.saurik.com Git - wxWidgets.git/history - src/msw/dc.cpp
don't include wx/msw/dc.h from wx/msw/private.h, this results in circular inclusion...
[wxWidgets.git] / src / msw / dc.cpp
2008-02-24  Vadim Zeitlindon't include wx/msw/dc.h from wx/msw/private.h, this...
2008-02-21  Vadim Zeitlinrestore generic DrawEllipticArc() used by CE which...
2008-01-28  Vadim Zeitlinfix compilation error for wxUSE_DC_CACHEING==0; use...
2007-12-20  Paul Cornettremove unused variables, tabs
2007-12-18  Robert RoeblingUse IsOk() instead of Ok()
2007-12-09  Vadim Zeitlindon't use FillRect() in DoDrawRectangle() but always...
2007-11-30  Robert RoeblingDC reorganization
2007-11-26  Vadim Zeitlinunload msimg32.dll earlier (before static cleanup time...
2007-10-22  Robin DunnPatch [ 1816051 ] MSW DrawEllipticArc inconsistent...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
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-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2006-11-19  Benjamin WilliamsGradientFillLinear() on wxMSW now draws on the rectangl...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-10  Vadim Zeitlinadded wxDC::Set/GetLayoutDirection() and implemented...
2006-10-06  Robin DunnApplied second part of patch #1570448, use the device...
2006-10-05  Robin DunnPart of patch# 1570448, use dwRop for StretchBIBits too
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-17  Paul Cornettbuild fixes
2006-06-07  Włodzimierz Skiba[ 1502010 ] Cast to wrong type.
2006-05-08  Włodzimierz SkibaInclude wx/dcprint.h according to precompiled headers...
2006-04-30  Włodzimierz SkibaeVC3 (older WinCE) build fix.
2006-04-19  Vadim Zeitlindon't duplicate wxDCBase::DoDrawCheckMark() code in...
2006-04-15  Vadim Zeitlinmade width computation in GetTextExtent() more precise...
2006-04-11  Vadim Zeitlinremoved spurious if in DoGradientFillLinear()
2006-03-15  Julian SmartCorrected wrong include
2006-03-10  Włodzimierz SkibaWarning fix.
2006-03-02  Julian SmartApplication clipping region can be set to null without...
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2005-12-25  Vadim Zeitlindisallow creation of wxDC objects and made wxDC an...
2005-12-12  Vadim Zeitlinfixed handling of dst offset in wxAlphaBlend()
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Włodzimierz SkibaAssert correction.
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-11  Julian SmartApplied [ 1283696 ] wxDC::GetPartialTextExtents crashes...
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-05-17  Dimitri Schoolwerthapplied patch #1185523: "Replace GetTextExtentPoint...
2005-05-06  Julian SmartTake src x, y into account when blitting with alpha
2005-04-13  Julian SmartThe device origin can be set on WinCE, so use it and...
2005-04-02  Julian SmartWinCE apparently should not have rectangle adjusted...
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Vadim Zeitlinuse AlphaBlt() when blitting to a bitmap with alpha...
2004-08-23  Włodzimierz SkibaWinCE warning fixes.
2004-08-03  Włodzimierz SkibaWinCE warning fixes.
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-06-08  Julian SmartInclude wx/image.h
2004-05-29  Dimitri Schoolwerthapplied patch 961026: "Boundbox problem with rotated...
2004-05-23  Julian SmartUse old licence name
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
next