]> git.saurik.com Git - wxWidgets.git/history - src/msw/graphics.cpp
Forward port of my recent changes in the 2.8 branch:
[wxWidgets.git] / src / msw / graphics.cpp
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