Factor out text measurement from wxDC and wxWindow into wxTextMeasure.
[wxWidgets.git] / src / msw / dc.cpp
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-04-05  Vadim ZeitlinReally fix source coordinates handling in wxDC::Blit...
2012-03-27  Vadim ZeitlinHonour source wxDC coordinate system in wxDC::Blit...
2011-11-10  Julian SmartApplied Blit system options optimization to StretchBlit
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-09  Vadim ZeitlinMake coordinates transformations in wxDC really maximal...
2011-06-16  Vadim ZeitlinRound the values in wxDC coordinate calculations.
2011-04-26  Vadim ZeitlinChange VIEWPORT_EXTENT constant in wxMSW wxDC code...
2011-04-26  Vadim ZeitlinAvoid rounding errors in wxMSW wxDC scaling code.
2011-04-23  Vadim ZeitlinAdd wxDC::SetTransformMatrix() and related methods...
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-02-27  Vadim ZeitlinAdd wxDC::GetFontMetrics() and implement it for wxMSW.
2010-10-15  Vadim ZeitlinAdd wx{Pen,Brush}::Is[Non]Transparent() methods and...
2010-07-23  Vadim ZeitlinAllow passing multi-line strings to wxDC::DrawText...
2009-12-18  Vadim ZeitlinOnly call GetTextMetrics() in wxDC::GetTextExtent(...
2009-10-05  Vadim ZeitlinDon't use possibly uninitialized pen in wxMSWDCImpl.
2009-09-18  Vadim ZeitlinDon't query system option in every DrawBitmap() call...
2009-08-05  Vadim ZeitlinSet brush origin for hatch brushes too.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-15  Vadim Zeitlinno real changes, just extract private classes from...
2009-04-06  Vadim Zeitlinno changes, just got rid of many __WXWINCE__ ifdefs
2009-04-05  Vadim Zeitlinuse COLORONCOLOR stretching mode in DrawBitmap() too...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-23  Vadim Zeitlinfix (harmless) warnings in release mingw32 build
2009-02-22  Vadim Zeitlincorrect the coordinates used for DIBs in StretchBlt...
2009-02-22  Vadim Zeitlinavoid integer overflow when computing the radius in...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-12  Vadim Zeitlinfix MSVC warning about possibly unused variable in...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-10-08  Vadim Zeitlinadded wxDC::GetHDC() for backwards compatibility with...
2008-08-21  Vadim Zeitlinmake ellipses drawn by wxDC more consistent with wxGC...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-01  Vadim Zeitlinuse wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-04-13  Vadim Zeitlinremoved a TODO comments, it actually doesn't seem neces...
2008-04-12  Vadim Zeitlinno real changes but replace manual calls to Set{Text...
2008-04-12  Vadim Zeitlintest for pen validity before calling GetStyle() on...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-02-28  Vadim Zeitlinadded DFCS_CHECKED to DrawCheckMark() (part of patch...
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
next