summaryrefslogtreecommitdiff
path: root/canvas/source/opengl
AgeCommit message (Expand)Author
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
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-08-10remove VERBOSE use from canvaNorbert Thiebaud
2015-07-31canvas: replace boost::function with std::functionMichael Stahl
2015-07-31canvas: replace boost::function with std::functionMichael Stahl
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-07-10do not include boost/utility.hppMichael Stahl
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-09canvas: remove boost::bind from headersMichael Stahl
2015-06-28Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27More loplugin:simplifyboolStephan Bergmann
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
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard
2014-09-02some temporary debug outputMarkus Mohrhard
2014-09-02fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard
2014-09-02request a legacy context for OGLTransMarkus Mohrhard
2014-08-31coverity#1233512 Uncaught exceptionCaolán McNamara
2014-08-13fix OpenGL canvas windows buildMarkus Mohrhard
2014-08-08-Werror,-Wunused-private-fieldStephan Bergmann
2014-08-08-Werror,-Wunused-macrosStephan Bergmann
2014-08-08reimplement custom sprite rendering with FBOMarkus Mohrhard
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard
2014-08-08extract shaders to own file and use shared shader loadingMarkus Mohrhard
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-02canvas: sal_Bool -> boolStephan Bergmann
2014-06-18rtl::Reference fits just fine hereStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-08canvas: sal_Bool->boolNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-02canvas: sal_Bool->boolNoel Grandin