summaryrefslogtreecommitdiff
path: root/canvas/source/opengl
AgeCommit message (Expand)Author
2018-10-30loplugin:returnconstantNoel Grandin
2018-10-26loplugin:singlevalfields improvementNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-20Support buffering SystemDependent GraphicData (III)Armin Le Grand
2018-07-19loplugin:constantparamNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-03-13loplugin:unusedmethods remove unused code from canvasNoel Grandin
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