summaryrefslogtreecommitdiff
path: root/vcl/source/window/paint.cxx
AgeCommit message (Expand)Author
2016-09-22Resolves: tdf#102347 configure size/expose might never come...Caolán McNamara
2016-09-15Remove OutputDevice::PaintScopeNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-08-18screenshots: extend default paths where stuff gets writtenArmin Le Grand
2016-07-08ScrollFlags::NoErase is never setCaolán McNamara
2016-07-08ScrollFlags::NoInvalidate is never setCaolán McNamara
2016-07-08ScrollFlags::NoWindowInvalidate never setCaolán McNamara
2016-06-20Convert PART to scoped enumNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-11coverity#1362676 Dereference after null checkCaolán McNamara
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin
2016-03-25fix headless buildOliver Specht
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-01mpFirstBackWin is always null nowCaolán McNamara
2016-02-01nothing sets mpSaveBackDev anymoreCaolán McNamara
2016-01-29tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul
2015-12-17Get rid of ImplDoTiledRendering()Tor Lillqvist
2015-12-02Revert "small optimisation in paint"Noel Grandin
2015-12-02small optimisation in paintNoel Grandin
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-14tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks
2015-09-11tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.Jan Holesovsky
2015-08-31Extended GL painting debug tracing.Michael Meeks
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuardMiklos Vajna
2015-08-07tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxxMiklos Vajna
2015-08-06tdf#92982 vcl rendercontext: fix missing background repaint of EditMiklos Vajna
2015-08-04tdf#92982 vcl rendercontext: no need to tweak map mode in PaintBuffer()Miklos Vajna
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna
2015-08-04tdf#92982 vcl rendercontext: PaintHelper: restore set buffer propertiesMiklos Vajna
2015-08-04tdf#92982 vcl rendercontext: set correct offset for the frame-level bufferMiklos Vajna
2015-08-03tdf#92982 vcl rendercontext: no need to call SetupBuffer() twiceMiklos Vajna
2015-08-03tdf#92982 vcl rendercontext: no buffer is created hereMiklos Vajna
2015-07-31tdf#92982 vcl rendercontext: handle empty repaint rect in PaintHelperMiklos Vajna
2015-07-31tdf#92982 vcl rendercontext: set buffer size in ImplHandleResize()Miklos Vajna
2015-07-30tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna
2015-07-08vcl rendercontext: fix off-by-one error in PaintHelper::PaintBuffer()Miklos Vajna