summaryrefslogtreecommitdiff
path: root/canvas/source/opengl
AgeCommit message (Expand)Author
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-12More loplugin:cstylecast: canvasStephan Bergmann
2017-12-19loplugin:unusedfieldsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-01loplugin:constantparam in c*Noel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-16loplugin:checkunusedparams variousNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert most of canvas codebase away from OSL_ASSERT to assertChris Sherlock
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin
2017-01-31more SAL_WARN_UNUSEDNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-09New loplugin:externvar: canvasStephan Bergmann
2016-12-14This fallback code makes no sense any moreKhaled Hosny
2016-12-13change from glew to epoxyCaolán McNamara
2016-12-11canvas: remove useless MutexGuardsArnaud Versini
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-13loplugin:passstuffbyref in canvasNoel Grandin
2016-04-07tdf#94306 replace boost::noncopyable in canvasJochen Nitschke
2016-02-23convert GradientType to scoped enumNoel Grandin
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl
2016-01-28Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl
2016-01-28canvas: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl
2016-01-08Remove useless extra var for loopJulien Nabet
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxxMario J. Rugiero
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02Fix typosAndrea Gelmini
2015-09-14boost->stdCaolán McNamara
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks
2015-08-30canvas: replace while loops with range-based forDaniel Robertson