2011-04-16 |
Stefan Csomor | support generic flag for pixel offsetting, see #11853 |
blob | commitdiff | raw |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Stefan Csomor | bracketing msw enhanced metafile usage |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Vadim Zeitlin | Correct checks for wxUSE_PRINTING_ARCHITECTURE and... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Jaakko Salli | Added wxGraphicsContext::Create(const wxEnhMetaFileDC... |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Stefan Csomor | fixing constants to be of the expected parameter type... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Vadim Zeitlin | Add default constructor to wxGraphicsGradientStop. |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Vadim Zeitlin | Correct checks for gradient stop position. |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Kevin Ollivier | Forward port of r60190 (wxMSW Cairo support) to trunk. |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Stefan Csomor | adding defaults as wxDC did |
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-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Stefan Csomor | fixing typo |
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-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Francesco Montorsi | use #if instead of #ifdef for WX_COMPAT |
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 |
2009-01-08 |
Francesco Montorsi | fix typo |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
blob | commitdiff | raw | diff to current |
2008-07-31 |
Stefan Csomor | better guarding when no printing architecture exists... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Robert Roebling | Made wxCairo graphics code compile again, wxGraphicsBit... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Stefan Csomor | merging graphics bitmap additions from Kevin O. |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Stefan Csomor | moving things to private headers |
blob | commitdiff | raw | diff to current |
2007-12-12 |
Mart Raudsepp | Include defs.h before checking if wxUSE_GRAPHICS_CONTEX... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Vadim Zeitlin | removed extraneous semicolon (bug 1679080) |
blob | commitdiff | raw | diff to current |
2006-12-05 |
Robin Dunn | Add wxGraphicsMatrix::Get |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Stefan Csomor | adding raster op hook |
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-04 |
Stefan Csomor | adding text with background brush |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Stefan Csomor | adding measuring contexts, streamlining printing code |
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-27 |
Robin Dunn | Detabified |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Stefan Csomor | moving rounded rect and ellipse to path class |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Stefan Csomor | make this available everywhere |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Julian Smart | ShouldOffset is accessed from a different class (in... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Stefan Csomor | fixing param |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Stefan Csomor | renderer added, creating renderer specific pens etc... |
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-25 |
Robin Dunn | Refactor the code that decides if the 0.5 offset chousl... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Stefan Csomor | adding path accessors |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Stefan Csomor | adding wxobject and RTTI |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Stefan Csomor | untangling dc and gc |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Robert Roebling | Compilo. |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Robin Dunn | use consistent names (Graphic vs. Graphics) |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Stefan Csomor | new method needed for screendc |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Włodzimierz Skiba | Typo. |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Stefan Csomor | start using wxGraphicsContext for OS X instead of old... |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Robin Dunn | Bakefile changes for building the graphics context... |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Stefan Csomor | graphics context implementation |
blob | commitdiff | raw | diff to current |
|