summaryrefslogtreecommitdiffstats
path: root/canvas/source/opengl/ogl_canvashelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#43671 set emphasis mark of vcl::Font (opengl).Mark Hung2018-11-011-0/+3
* loplugin:unusedmethods remove unused code from canvasNoel Grandin2018-03-131-34/+0
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-261-3/+3
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert most of canvas codebase away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-10/+10
* more SAL_WARN_UNUSEDNoel Grandin2017-01-311-1/+0
* This fallback code makes no sense any moreKhaled Hosny2016-12-141-1/+0
* change from glew to epoxyCaolán McNamara2016-12-131-1/+1
* convert GradientType to scoped enumNoel Grandin2016-02-231-3/+3
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-2/+2
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-291-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-15/+15
* Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxxMario J. Rugiero2015-11-021-12/+11
* canvas: replace while loops with range-based forDaniel Robertson2015-08-301-34/+20
* canvas: replace for_each with range-based for-loopDaniel Robertson2015-08-161-3/+2
* stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud2015-08-111-18/+15
* canvas: replace boost::function with std::functionMichael Stahl2015-07-311-3/+3
* canvas: replace boost::function with std::functionMichael Stahl2015-07-311-0/+1
* canvas: remove boost::bind from headersMichael Stahl2015-07-091-0/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
* Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks2015-04-101-6/+6
* loplugin:constantfunction: canvasNoel Grandin2015-03-191-4/+0
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* some temporary debug outputMarkus Mohrhard2014-09-021-2/+3
* -Werror,-Wunused-macrosStephan Bergmann2014-08-081-2/+0
* reuse OpenGLContext in OGL canvasMarkus Mohrhard2014-08-081-3/+1
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-201-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud2013-12-181-4/+4
* CID#1103749 unintialized memberCaolán McNamara2013-10-111-0/+1
* Add opengl canvas implementation.Thorsten Behrens2013-10-071-0/+1011