summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdiimpl.hxx
AgeCommit message (Expand)Author
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-01-08vcl: this function is already documented in the base classChris Sherlock
2016-01-08vcl: this function is already documented in the base classChris Sherlock
2015-12-24loplugin:unnecessaryvirtualNoel Grandin
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-03-05this drawAlphaBitmap variant is unusedCaolán McNamara
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10get size correct for virtual devicesMarkus Mohrhard
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-10vcl: Get the OpenGL window size from the frameLouis-Francis Ratté-Boulianne
2014-11-10bring the gradient rendering down into SalGraphicsImpl & unx backendMarkus Mohrhard
2014-11-10add missing header guardsMarkus Mohrhard
2014-11-10we need to export the SalGraphicsImpl classMarkus Mohrhard
2014-11-10use Impl for unix vcl pluginsMarkus Mohrhard
2014-11-10add Impl version for SalGraphicsPtyl Dragon