summaryrefslogtreecommitdiff
path: root/vcl/source/window/paint.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+3
2015-11-20loplugin:sallogareasStephan Bergmann1-4/+4
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-6/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-12/+4
2015-09-14tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks1-0/+8
2015-09-11tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.Jan Holesovsky1-2/+0
2015-08-31Extended GL painting debug tracing.Michael Meeks1-0/+8
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna1-1/+4
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna1-0/+8
2015-08-07tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuardMiklos Vajna1-22/+39
2015-08-07tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxxMiklos Vajna1-80/+72
2015-08-06tdf#92982 vcl rendercontext: fix missing background repaint of EditMiklos Vajna1-12/+0
2015-08-04tdf#92982 vcl rendercontext: no need to tweak map mode in PaintBuffer()Miklos Vajna1-10/+0
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna1-23/+21
2015-08-04tdf#92982 vcl rendercontext: PaintHelper: restore set buffer propertiesMiklos Vajna1-33/+71
2015-08-04tdf#92982 vcl rendercontext: set correct offset for the frame-level bufferMiklos Vajna1-20/+14
2015-08-03tdf#92982 vcl rendercontext: no need to call SetupBuffer() twiceMiklos Vajna1-2/+0
2015-08-03tdf#92982 vcl rendercontext: no buffer is created hereMiklos Vajna1-5/+5
2015-07-31tdf#92982 vcl rendercontext: handle empty repaint rect in PaintHelperMiklos Vajna1-1/+5
2015-07-31tdf#92982 vcl rendercontext: set buffer size in ImplHandleResize()Miklos Vajna1-3/+0
2015-07-30tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna1-14/+19
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna1-57/+60
2015-07-08vcl rendercontext: fix off-by-one error in PaintHelper::PaintBuffer()Miklos Vajna1-1/+13
2015-07-07vcl rendercontext: avoid CopyArea() in Window::ImplScroll()Miklos Vajna1-2/+8
2015-06-23vcl: fix window vs buffer map mode mismatch in PaintHelperMiklos Vajna1-0/+12
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-23rendercontext: Don't spam on the terminal.Jan Holesovsky1-2/+2
2015-06-15another stab at tdf#91393Caolán McNamara1-1/+1
2015-06-14Resolves: tdf#91393 autotext (etc) not fully drawnCaolán McNamara1-3/+8
2015-06-11sw tiled rendering: Ignore window size check.Henry Castro1-4/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-04fix rendercontext rendering of standard toolbar iconsLászló Németh1-1/+1
2015-05-30ScrollFlags conversion "typo" - fixes scrolling repaint problemsTomaž Vajngerl1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-28tdf#91649 call ApplySettings at a more correct placeTomaž Vajngerl1-5/+2
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-14/+14
2015-05-26convert VALIDATE constants to scoped enumNoel Grandin1-13/+13
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-32/+32
2015-05-24rendercontext: PushPaintHelper needs the buffer as param too.Jan Holesovsky1-1/+1
2015-05-23call ApplySettings sooner when paintingTomaž Vajngerl1-6/+5
2015-05-22rendercontext: Position the double-buffered subwidgets correctly.Jan Holesovsky1-6/+40
2015-05-22rendercontext: Correct output of the type that is not double-buffered.Jan Holesovsky1-2/+2
2015-05-19rendercontext: Double-buffer an entire hierarchy.Jan Holesovsky1-83/+96
2015-05-18rendercontext: Per-widget double-buffering for the cases we know that work.Jan Holesovsky1-2/+2
2015-05-18cleanup Paint, copy more settings to virtual deviceTomaž Vajngerl1-8/+19
2015-05-18add RenderContext to Window::PushPaintHelper, use Erase correctlyTomaž Vajngerl1-22/+23