2010-06-09 |
Francesco Montorsi | fix bug in wxGDIPlusMatrixData::Rotate: it must take... |
blob | commitdiff | raw |
2010-05-13 |
Jaakko Salli | Added wxGraphicsContext::Create(const wxEnhMetaFileDC... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Jaakko Salli | In wxGDIPlusContext::GetTextExtent(), return more accur... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Jaakko Salli | Set wxGraphicsContext page scale, which is required... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Vadim Zeitlin | Use helper wxColourToColor function in wxMSW wxGraphics... |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Stefan Csomor | fixing typo |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Stefan Csomor | fixing gdiplus implementation, see #11282 |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Replaced GraphicsHDC from src/msw/renderer.cpp with... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Stefan Csomor | adding construction from native bitmaps |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Vadim Zeitlin | remove MSVC warnings about DLL-exported class inheritin... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Vadim Zeitlin | suppress unused parameter warning |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
blob | commitdiff | raw | diff to current |
2008-11-22 |
Vadim Zeitlin | fix compilation after r56753 (closes #10218) |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Stefan Csomor | copying sizes upon construction, HDC doesn't deliver... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Stefan Csomor | fixing release handling of dc |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Stefan Csomor | supporting GetSize, fixes #9969 |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Stefan Csomor | guarding all text methods against unset font |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Stefan Csomor | adding missing include for non-precomp builds, and... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Václav Slavík | revert part of r54233 that was included by accident |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Václav Slavík | if gdiplus.dll cannot be loaded, return NULL from wxGra... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Stefan Csomor | graphics bitmap implementation, fix for bitmap scaling |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Stefan Csomor | moving things to private headers |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Vadim Zeitlin | don't add 0.5 to GetTextExtent() results and do take... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Robin Dunn | Use premultiplied alpha pixel format to match what... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Vadim Zeitlin | use fabs() instead of abs() to fix mingw32 compilation... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Vadim Zeitlin | shut down GDI+ from a module instead of doing it during... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Vadim Zeitlin | removed unnecessary WXDLLIMPEXP_CORE from private class... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | VC6 has problems with std::vector and identifiers names... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | VC6 compilation fix (don't reuse the same variable... |
blob | commitdiff | raw | diff to current |
2007-03-15 |
Vadim Zeitlin | extracted code including gdiplus.h in a separate header |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2006-12-05 |
Robin Dunn | Add wxGraphicsMatrix::Get |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Vadim Zeitlin | GdiplusStartup() takes ULONG_PTR, not DWORD (patch... |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Stefan Csomor | adapting to new inheritance of wxMemoryDC (under MSW... |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Stefan Csomor | wxGraphicsContext always is using clipping regions... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Stefan Csomor | stub implementations |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Stefan Csomor | moving path and matrix to refcounting as well, switchin... |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Stefan Csomor | changing graphics pen, brushes and fonts to be refcount... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Stefan Csomor | adding new implementations |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Robin Dunn | SetTextColor --> SetTextColour, to be consistent with... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Robin Dunn | added missing default ctor |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Stefan Csomor | adding new constructors |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Stefan Csomor | using GetNativePath instead of dynamic_cast |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Stefan Csomor | fixing classname |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Stefan Csomor | dummy implementations for new methods |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Stefan Csomor | adding angle conversion |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Stefan Csomor | making pens behave as on other platforms when scaling |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Stefan Csomor | set anti-aliasing ON by default |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Vadim Zeitlin | corrected date in header; removed extra wx/wxprec.h... |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robin Dunn | Wrap module in #if wxUSE_GRAPHICS_CONTEXT |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Stefan Csomor | workaround for GDIPlus conversion errors, adding wxMask... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Stefan Csomor | gdiplus implementation |
blob | commitdiff | raw | diff to current |
|