]> git.saurik.com Git - wxWidgets.git/history - src/generic/graphicc.cpp
switching to compositing operators (fixes #9881), adding layers
[wxWidgets.git] / src / generic / graphicc.cpp
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-09  Francesco Montorsisupport underlined text in wxCairoContext (Marcin's...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-09-07  Vadim Zeitlinadded missing wx/dcclient.h header for PCH-less compila...
2008-08-03  Vadim Zeitlinuse wxPEN/BRUSH_XXX instead of wxXXX (#9812)
2008-08-02  Stefan Csomorguarding all text methods against unset font
2008-08-01  Vadim Zeitlinimplement support for wxOR and wxCLEAR in wxCairoContex...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-04-30  Robert RoeblingUse cairo_scale() for scaling to full printing resoluti...
2008-04-29  Robert RoeblingTried to transform wxGC like wxDC, failed
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingMade wxCairo graphics code compile again, wxGraphicsBit...
2007-12-18  Stefan Csomormoving things to private headers
2007-11-30  Robert RoeblingDC reorganization
2007-11-12  Robert RoeblingAdapt for new DC code
2007-11-11  Robert RoeblingCompilation for GTK+
2007-11-11  Stefan Csomorfixing cairo bugs under OS X
2007-11-10  Paul CornettwxCairoContext doesn't need to know about wxPizza
2007-11-10  Stefan Csomorenabling clip
2007-11-10  Stefan Csomoradapting to new pizza, fixing dashes, pango layout
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-03-26  Robin DunnForward port of my recent changes in the 2.8 branch:
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-04  Stefan Csomorstub implementations
2006-10-29  Robin Dunnupdate the Cairo version to match recent changes in...
2006-10-28  Robin DunnEnsure that the pen and bush are properly initialized
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
2006-10-27  Robin Dunnfix some compile/link errors
2006-10-27  Robin Dunnfix compile errors
2006-10-26  Stefan Csomorswitching to new renderer API
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-23  Robin DunnUsed wxConstCast where needed, fixed other compile...
2006-10-22  Stefan Csomorusing GetNativePath instead of dynamic_cast
2006-10-21  Robert Roebling Remove C++ dynamic cast for now.
2006-10-20  Stefan Csomordummy implementations for new methods
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-03  Stefan Csomorcairo implementation