summaryrefslogtreecommitdiff
path: root/canvas/source/opengl/ogl_canvashelper.cxx
AgeCommit message (Expand)Author
2018-03-13loplugin:unusedmethods remove unused code from canvasNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
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-01-31more SAL_WARN_UNUSEDNoel Grandin
2016-12-14This fallback code makes no sense any moreKhaled Hosny
2016-12-13change from glew to epoxyCaolán McNamara
2016-02-23convert GradientType to scoped enumNoel Grandin
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
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-08-30canvas: replace while loops with range-based forDaniel Robertson
2015-08-16canvas: replace for_each with range-based for-loopDaniel Robertson
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-31canvas: replace boost::function with std::functionMichael Stahl
2015-07-31canvas: replace boost::function with std::functionMichael Stahl
2015-07-09canvas: remove boost::bind from headersMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks
2015-03-19loplugin:constantfunction: canvasNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-02some temporary debug outputMarkus Mohrhard
2014-08-08-Werror,-Wunused-macrosStephan Bergmann
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-10-11CID#1103749 unintialized memberCaolán McNamara
2013-10-07Add opengl canvas implementation.Thorsten Behrens