summaryrefslogtreecommitdiff
path: root/vcl/source/window/paint.cxx
AgeCommit message (Expand)Author
2021-09-08Revert "Tentative fix for crash in the iOS app"Tor Lillqvist
2021-06-16vcl: check mpWindowImpl for nullptrGabriel Masei
2020-10-28Tentative fix for crash in the iOS appTor Lillqvist
2020-05-17tdf#132788 vcl: fix redraw on theme changeMiklos Vajna
2020-05-09lok: avoid emission storms of un-necessary invalidations.Michael Meeks
2020-05-09sidebar: check for valid current deck before closingAshod Nakashian
2020-01-06tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-09-26tdf#126967:vcl: lok: avoid starting idle paint taskHenry Castro
2019-08-29tdf#127211 start center: fix background of the main area with no recent docsMiklos Vajna
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-27tdf#91843 sd sidebar: fix unexpected borders around the slide layout previewsMiklos Vajna
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-13tdf#92079 vcl: fix missing image background on dialog from basicMiklos Vajna
2019-05-01lok: disable VCL painting and whole window invalidation.Michael Meeks
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-02-15lok: Fix the font previews in eg. Format -> Character... dialog.Jan Holesovsky
2019-02-11loplugin:indentation in vclNoel Grandin
2018-11-10Fix typosAndrea Gelmini
2018-11-09lokit: Draw dialogs without using a MetaFileTomaž Vajngerl
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-18Avoid mixing up units in LogicRectangle methodTamás Zolnai
2018-05-18lok: Use GetSizePixel() here which calculates also with borderTamás Zolnai
2018-05-17lok: Always specify the invalidate rectangle explicitelyTamás Zolnai
2018-05-17lok: One pixel is not invalidated on the right side for dialog previewsTamás Zolnai
2018-04-01Fix typoAndrea Gelmini
2018-03-23use boost::optional in vclNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-14Fix typosAndrea Gelmini
2018-02-10lokdialog: Render non-pixel based preview windowsTamás Zolnai
2018-02-10lokdialog: Handle dialog items' invalidation in generalTamás Zolnai
2018-01-31Modernize a bit vcl (part4)Julien Nabet
2018-01-26lokdialog: Call LOK invalidate explicitly herePranav Kant
2018-01-12loplugin:useuniqueptr in Accelerator and ImplSplitSetNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-29lokdialog: Move the LogicInvalidate from Dialog down to Window.Jan Holesovsky
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-21loplugin:unnecessaryparenStephan Bergmann
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski