summaryrefslogtreecommitdiff
path: root/vcl/source/window/paint.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-08tdf#159996 use transparent alpha mask for output devicePatrick Luby1-1/+1
2024-01-16calc: on editing invalidation of view with different zoom is wrongMarco Cecchetti1-0/+5
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-2/+1
2022-11-23tdf#152094 don't attempt scroll paint optimization for devices with a mapmodeCaolán McNamara1-7/+8
2022-04-11lok: fix formulabar renderingSzymon Kłos1-1/+1
2022-01-24RTL: lok: render tunneled dialogs mirroredSzymon Kłos1-6/+13
2021-11-23avoid only painting to windows in LOK mode, not invalidationsLuboš Luňák1-30/+5
2021-10-05do not block out PaintImmediately() in LOK modeLuboš Luňák1-7/+2
2021-10-05remove useless '&& true'Luboš Luňák1-3/+3
2021-10-04Fix typosAndrea Gelmini1-1/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-28optimize out a bit of Invalidate() in LOK modeLuboš Luňák1-2/+5
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-16/+16
2021-09-17avoid more window invalidation in LOK modeLuboš Luňák1-0/+12
2021-09-08Revert "Tentative fix for crash in the iOS app"Tor Lillqvist1-2/+1
2021-09-08avoid painting to windows in LOK modeLuboš Luňák1-3/+18
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei1-2/+15
2021-05-29IsDisposed->isDisposed in vcl/../windowNoel Grandin1-1/+1
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-91/+92
2021-05-06cid#1401334 silence Uncaught exceptionCaolán McNamara1-1/+1
2021-03-30ImplGetWinChildClipRegion never returns nullCaolán McNamara1-4/+4
2021-03-01drop commented out codeCaolán McNamara1-18/+0
2021-01-19use more GetOutputSizePixelNoel Grandin1-2/+2
2021-01-19add OutputDevice::GetOutputRectPixel methodNoel Grandin1-14/+7
2020-11-28drawOutDevDirect always passed a non-null OutputDevice*Caolán McNamara1-1/+1
2020-11-21Tentative fix for crash in the iOS appTor Lillqvist1-0/+2
2020-10-19use tools::Long in vclNoel1-10/+10
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn1-1/+7
2020-08-04loplugin:flatten in vcl/windowNoel Grandin1-57/+57
2020-06-18only the first comphelper::LibreOfficeKit::isActive() branch is usedCaolán McNamara1-38/+5
2020-05-22PaintToDevice doesn't use its Size argumentCaolán McNamara1-1/+1
2020-05-14tdf#132788 vcl: fix redraw on theme changeMiklos Vajna1-2/+4
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-5/+5
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-1/+1
2020-01-10lok: avoid emission storms of un-necessary invalidations.Michael Meeks1-1/+5
2020-01-02tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna1-2/+6
2019-12-16sidebar: check for valid current deck before closingAshod Nakashian1-2/+2
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-4/+4
2019-09-26tdf#126967:vcl: lok: avoid starting idle paint taskHenry Castro1-0/+3
2019-08-29tdf#127211 start center: fix background of the main area with no recent docsMiklos Vajna1-2/+2
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-1/+1
2019-08-27tdf#91843 sd sidebar: fix unexpected borders around the slide layout previewsMiklos Vajna1-1/+2
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-13tdf#92079 vcl: fix missing image background on dialog from basicMiklos Vajna1-0/+3
2019-05-01lok: disable VCL painting and whole window invalidation.Michael Meeks1-1/+10
2019-04-15loplugin:sequentialassign in vclNoel Grandin1-2/+1
2019-02-15lok: Fix the font previews in eg. Format -> Character... dialog.Jan Holesovsky1-1/+3