summaryrefslogtreecommitdiff
path: root/canvas/source/tools
AgeCommit message (Expand)Author
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13loplugin:passstuffbyref in canvasNoel Grandin
2016-04-07tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin
2016-02-24convert SpriteChangeRecord::ChangeType to scoped enumNoel Grandin
2016-02-24convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin
2016-02-23convert GradientType to scoped enumNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-01-05Fix typosAndrea Gelmini
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-20loplugin:unusedfields in canvasNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02Partial revert 'for_each -> range-based'Thorsten Behrens
2015-11-01std::for_each -> range based for in canvas/source/tools/verifyinput.cxxMario J. Rugiero
2015-11-01for_each -> range-based for in canvas/source/tools/spriteredrawmanager.cxxMario J. Rugiero
2015-11-01boost::bind -> lambdas in canvas/source/tools/surface.cxxMario J. Rugiero
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07eliminate typedef only being used onceNoel Grandin
2015-10-07inline ISurfaceProxySharedPtr typedefNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-09-14boost->stdCaolán McNamara
2015-09-11coverity#1323755 Using invalid iteratorCaolán McNamara
2015-09-04canvas: simplify PageManager::nakedFragment loopsDaniel Robertson
2015-08-30canvas: replace while loops with range-based forDaniel Robertson
2015-08-15canvas: whitespace/comments cleanupThorsten Behrens
2015-08-15canvas: replace for_each with range-based for-loopDaniel Robertson
2015-08-11tdf#92459 remove compat_functional from canvasDaniel Robertson
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud
2015-07-31canvas: replace boost::function with std::functionMichael Stahl
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-05-07simplify code by replacing std::find_if with std::any_of/std::none_ofTakeshi Abe
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-03-19loplugin:constantfunction: canvasNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2014-12-11Related: fdo#87242 merge duplicate clip setup codeCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-02add warning about bad inputMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre