2012-10-07 |
Vadim Zeitlin | Fix test for __WXGTK__ in wxCairoContext. |
blob | commitdiff | raw |
2012-06-30 |
Vadim Zeitlin | Implement hatched/stippled pens/brushes in wxGraphicsCo... |
blob | commitdiff | raw | diff to current |
2012-06-30 |
Paul Cornett | support for GTK3 |
blob | commitdiff | raw | diff to current |
2012-06-24 |
Paul Cornett | implement wxCairoContext::GetPartialTextExtents for... |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
blob | commitdiff | raw | diff to current |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
blob | commitdiff | raw | diff to current |
2012-05-11 |
Robin Dunn | Ensure a 32-bit cairo surface is created if it is needed |
blob | commitdiff | raw | diff to current |
2012-04-16 |
Vadim Zeitlin | Fix wxCairoContext creation from wxWindow under MSW. |
blob | commitdiff | raw | diff to current |
2012-04-08 |
Vadim Zeitlin | Compilation fixes for Cairo-based wxGraphicsContext... |
blob | commitdiff | raw | diff to current |
2012-04-08 |
Vadim Zeitlin | Fix PCH-less compilation of graphicc.cpp under MSW... |
blob | commitdiff | raw | diff to current |
2012-01-29 |
Paul Cornett | use GTKSetPangoAttrs in wxCairoContext |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Paul Cornett | add strike-through font support to wxGraphicsContext... |
blob | commitdiff | raw | diff to current |
2011-11-23 |
Paul Cornett | remove redundant GTK-specific code |
blob | commitdiff | raw | diff to current |
2011-10-20 |
Robin Dunn | Delegate wxGraphicsBitmap::ConvertToImage to the render... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | No changes, just get rid of unnecessary variables in... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Don't declare wxCairoFontData::m_underlined unnecessarily. |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsFont without using wxFont. |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsBitmap and wxGraphicsContext... |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Fixed non-existent wxCairoContext default ctor. |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | Added wxGraphicsBitmap::ConvertToImage(). |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Vadim Zeitlin | No changes, just refactor wxCairoBitmapData ctor. |
blob | commitdiff | raw | diff to current |
2011-09-30 |
Robin Dunn | Use wxAlphaPixelData if the source bitmap depth is... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-27 |
Robin Dunn | * Implement dynamic loading of the Cairo DLL on Windows... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-06-09 |
Stefan Csomor | adding placeholders for interpolation setting |
blob | commitdiff | raw | diff to current |
2011-05-31 |
Robin Dunn | Build fixes for using Cairo on MSW. |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-04-16 |
Stefan Csomor | supprting flag for pixel offsetting for cairo, see... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Vadim Zeitlin | Implement wxGraphicsContext::GetSize() for Cairo. |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Paul Cornett | Move wxColourData and wxFontData into separate files. |
blob | commitdiff | raw | diff to current |
2010-11-10 |
Vadim Zeitlin | Use Cairo for wxGraphicsContext in wxX11. |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Vadim Zeitlin | Fix drawing of scaled bitmaps in wxCairoContext. |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Stefan Csomor | switching to correct hit-testing |
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-03-20 |
Vadim Zeitlin | Define wxGraphicsRenderer::GetDefaultRenderer() for... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Kevin Ollivier | Fix another line somehow missing from the wxGraphicsBit... |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Vadim Zeitlin | Compilation fix for wxUSE_CAIRO==0 after last commit. |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Vadim Zeitlin | Define wxUSE_CAIRO in wx/chkconf.h to ensure that it... |
blob | commitdiff | raw | diff to current |
2009-11-27 |
Vadim Zeitlin | Use #ifdef to check for __WXMSW__ and __WXGTK__ and... |
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-02 |
Stefan Csomor | adding construction from native bitmaps |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Kevin Ollivier | Restore pattern creation, and do sanity checks before... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Vadim Zeitlin | No changes, just fix unused variables and parameters... |
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-28 |
Kevin Ollivier | Fix typo in class name. |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Kevin Ollivier | Add wxGraphicsBitmap overload for DrawBitmap. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Kevin Ollivier | Build fixes after the 2.8->trunk forward port. |
blob | commitdiff | raw | diff to current |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Kevin Ollivier | Implement CreateMeasuringContext for GTK/Cairo. |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Paul Cornett | non-pch build fixes, some cleanup |
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-09 |
Francesco Montorsi | support underlined text in wxCairoContext (Marcin's... |
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 | 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-09-07 |
Vadim Zeitlin | added missing wx/dcclient.h header for PCH-less compila... |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Vadim Zeitlin | use wxPEN/BRUSH_XXX instead of wxXXX (#9812) |
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-08-01 |
Vadim Zeitlin | implement support for wxOR and wxCLEAR in wxCairoContex... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-04-30 |
Robert Roebling | Use cairo_scale() for scaling to full printing resoluti... |
blob | commitdiff | raw | diff to current |
2008-04-29 |
Robert Roebling | Tried to transform wxGC like wxDC, failed |
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 |
2007-12-18 |
Stefan Csomor | moving things to private headers |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Robert Roebling | Adapt for new DC code |
blob | commitdiff | raw | diff to current |
2007-11-11 |
Robert Roebling | Compilation for GTK+ |
blob | commitdiff | raw | diff to current |
2007-11-11 |
Stefan Csomor | fixing cairo bugs under OS X |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Paul Cornett | wxCairoContext doesn't need to know about wxPizza |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Stefan Csomor | enabling clip |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Stefan Csomor | adapting to new pizza, fixing dashes, pango layout |
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 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
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-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
blob | commitdiff | raw | diff to current |
2006-12-05 |
Robin Dunn | Add wxGraphicsMatrix::Get |
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 | stub implementations |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Robin Dunn | update the Cairo version to match recent changes in... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Robin Dunn | Ensure that the pen and bush are properly initialized |
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 | fix some compile/link errors |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Robin Dunn | fix compile errors |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Stefan Csomor | switching to new renderer API |
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 | Used wxConstCast where needed, fixed other compile... |
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-21 |
Robert Roebling | Remove C++ dynamic cast for now. |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Stefan Csomor | dummy implementations for new methods |
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-03 |
Stefan Csomor | cairo implementation |
blob | commitdiff | raw | diff to current |
|