summaryrefslogtreecommitdiff
path: root/vcl/workben/outdevgrind.cxx
AgeCommit message (Expand)Author
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin
2019-06-05Linguistic: new underlining styles for grammar checkersOlivier R
2018-09-10No more need for extra local variablesStephan Bergmann
2018-09-06clang-tidy bugprone-use-after-move in BitmapFilter::FilterNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-08sprinkle SAL_WARN_UNUSED over Bitmap/BitmapExNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-19Fix typo to have "NEEDS_QUALITY_PARAMETER"Julien Nabet
2017-01-20warn about unused ImagesCaolán McNamara
2016-12-22convert BmpFilter to scoped enumNoel Grandin
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-09-05convert HatchStyle to scoped enumNoel Grandin
2016-09-05convert LineStyle to scoped enumNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-07-19clang-tidy performance-unnecessary-value-param in vclStephan Bergmann
2016-05-13convert EXCEPTION_ to scoped enumNoel Grandin
2016-04-15loplugin:defaultparamsStephan Bergmann
2016-04-15vcl: replace boost::bind with C++11 lambdasMichael Stahl
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin
2016-02-06vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie
2015-10-22tdf#93243 - replaced some boost::bind with C++11 lambdasSahas
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-03vcl:: replace boost::function with std::functionMichael Stahl
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20convert GRID constants to scoped enumNoel Grandin
2015-05-20convert COPYAREA constant to bool flagNoel Grandin
2015-05-11refactor "workben" classes to use RenderContextTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2014-11-13coverity#1251596 Uncaught exceptionCaolán McNamara
2014-11-10loplugin:saloverrideStephan Bergmann
2014-11-10WaE: unused variable 'aString'Tor Lillqvist
2014-11-10Fix the Windows build.Jan Holesovsky
2014-11-10outdevgrind: remove VirtualDevice pieces for now.Michael Meeks
2014-11-10vcl: outdevgrind compile it by default, and fix it up.Michael Meeks
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin