Changed wxMSW wxGraphicsContext font rendering and extent calculation to take into...
[wxWidgets.git] / src / msw / graphics.cpp
2011-01-17  Jaakko SalliChanged wxMSW wxGraphicsContext font rendering and...
2011-01-04  Dimitri Schoolwerthcompilation fixes for wxMSW compilation with wxUSE_PALE...
2010-12-31  Jaakko SalliRevert unintended commit
2010-12-31  Jaakko SalliTry to better revert to the original string value in...
2010-11-16  Vadim ZeitlinCorrect checks for wxUSE_PRINTING_ARCHITECTURE and...
2010-06-09  Francesco Montorsifix bug in wxGDIPlusMatrixData::Rotate: it must take...
2010-05-13  Jaakko SalliAdded wxGraphicsContext::Create(const wxEnhMetaFileDC...
2010-05-10  Jaakko SalliIn wxGDIPlusContext::GetTextExtent(), return more accur...
2010-05-10  Jaakko SalliSet wxGraphicsContext page scale, which is required...
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-04-05  Vadim ZeitlinUse helper wxColourToColor function in wxMSW wxGraphics...
2009-10-08  Stefan Csomorfixing typo
2009-10-07  Stefan Csomorfixing gdiplus implementation, see #11282
2009-10-05  Vadim ZeitlinReplaced GraphicsHDC from src/msw/renderer.cpp with...
2009-10-02  Stefan Csomoradding construction from native bitmaps
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-03-11  Vadim Zeitlinremove MSVC warnings about DLL-exported class inheritin...
2009-02-17  Vadim Zeitlinsuppress unused parameter warning
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2008-11-22  Vadim Zeitlinfix compilation after r56753 (closes #10218)
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-10-01  Stefan Csomorcopying sizes upon construction, HDC doesn't deliver...
2008-10-01  Stefan Csomorfixing release handling of dc
2008-09-24  Stefan Csomorsupporting GetSize, fixes #9969
2008-08-02  Stefan Csomorguarding all text methods against unset font
2008-07-16  Stefan Csomoradding missing include for non-precomp builds, and...
2008-06-15  Václav Slavíkrevert part of r54233 that was included by accident
2008-06-15  Václav Slavíkif gdiplus.dll cannot be loaded, return NULL from wxGra...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-03-27  Stefan Csomorgraphics bitmap implementation, fix for bitmap scaling
2007-12-18  Stefan Csomormoving things to private headers
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-06  Vadim Zeitlindon't add 0.5 to GetTextExtent() results and do take...
2007-10-23  Robin DunnUse premultiplied alpha pixel format to match what...
2007-09-19  Vadim Zeitlinuse fabs() instead of abs() to fix mingw32 compilation...
2007-09-19  Vadim Zeitlinshut down GDI+ from a module instead of doing it during...
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2007-03-20  Vadim Zeitlinremoved unnecessary WXDLLIMPEXP_CORE from private class...
2007-03-16  Vadim ZeitlinVC6 has problems with std::vector and identifiers names...
2007-03-16  Vadim ZeitlinVC6 compilation fix (don't reuse the same variable...
2007-03-15  Vadim Zeitlinextracted code including gdiplus.h in a separate header
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-11-14  Vadim ZeitlinGdiplusStartup() takes ULONG_PTR, not DWORD (patch...
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan CsomorwxGraphicsContext always is using clipping regions...
2006-11-04  Stefan Csomorstub implementations
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
2006-10-26  Stefan Csomoradding new implementations
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-23  Robin Dunnadded missing default ctor
2006-10-23  Stefan Csomoradding new constructors
2006-10-22  Stefan Csomorusing GetNativePath instead of dynamic_cast
2006-10-20  Stefan Csomorfixing classname
2006-10-20  Stefan Csomordummy implementations for new methods
2006-10-09  Stefan Csomoradding angle conversion
2006-10-09  Stefan Csomormaking pens behave as on other platforms when scaling
2006-10-09  Stefan Csomorset anti-aliasing ON by default
2006-10-04  Vadim Zeitlincorrected date in header; removed extra wx/wxprec.h...
2006-10-03  Robin DunnWrap module in #if wxUSE_GRAPHICS_CONTEXT
2006-10-02  Stefan Csomorworkaround for GDIPlus conversion errors, adding wxMask...
2006-09-30  Stefan Csomorgdiplus implementation