summaryrefslogtreecommitdiff
path: root/canvas/source/opengl
AgeCommit message (Expand)AuthorFilesLines
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud10-70/+77
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud4-15/+5
2015-07-31canvas: replace boost::function with std::functionMichael Stahl1-3/+3
2015-07-31canvas: replace boost::function with std::functionMichael Stahl2-1/+2
2015-07-22com::sun::star->css in canvasNoel Grandin12-260/+259
2015-07-10do not include boost/utility.hppMichael Stahl4-4/+4
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe5-10/+10
2015-07-09canvas: remove boost::bind from headersMichael Stahl1-0/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin1-1/+6
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+6
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks1-6/+6
2015-03-19loplugin:constantfunction: canvasNoel Grandin6-94/+0
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin3-4/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard1-1/+0
2014-09-02some temporary debug outputMarkus Mohrhard2-2/+4
2014-09-02fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard1-6/+6
2014-09-02request a legacy context for OGLTransMarkus Mohrhard1-0/+1
2014-08-31coverity#1233512 Uncaught exceptionCaolán McNamara2-2/+2
2014-08-13fix OpenGL canvas windows buildMarkus Mohrhard5-3/+7
2014-08-08-Werror,-Wunused-private-fieldStephan Bergmann1-5/+2
2014-08-08-Werror,-Wunused-macrosStephan Bergmann3-6/+0
2014-08-08reimplement custom sprite rendering with FBOMarkus Mohrhard3-13/+33
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard8-551/+70
2014-08-08extract shaders to own file and use shared shader loadingMarkus Mohrhard1-245/+17
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
2014-07-02canvas: sal_Bool -> boolStephan Bergmann2-4/+4
2014-06-18rtl::Reference fits just fine hereStephan Bergmann2-7/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin6-15/+3
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-2/+2
2014-05-08canvas: sal_Bool->boolNoel Grandin2-4/+4
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-05-02canvas: sal_Bool->boolNoel Grandin2-2/+2
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-42/+42
2014-03-12Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDEStephan Bergmann3-7/+7
2014-03-12Mark overriding BitmapCanvasBase class template member funs as SAL_OVERRIDEStephan Bergmann1-4/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann8-72/+72
2014-02-25Remove visual noise from canvasAlexander Wilms1-1/+1