summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/OGLTrans
AgeCommit message (Expand)Author
2015-10-30Mac fixStephan Bergmann
2015-10-30The fglrx driver is an X11 only thingTor Lillqvist
2015-10-30coverity#1332210 Uninitialized scalar fieldCaolán McNamara
2015-10-29com::sun::star->css in slideshowNoel Grandin
2015-10-27Remove initial :: from sal_* typesTor Lillqvist
2015-10-27WaE: unused parametersTor Lillqvist
2015-10-27Initial work on a "Vortex" transitionTor Lillqvist
2015-10-26Drop some 'using', the std:: is not that uglyTor Lillqvist
2015-10-26Use std::shared_ptr instead of boostTor Lillqvist
2015-10-26Simplify ifdefsTor Lillqvist
2015-10-22Use same order in this switch, too, as aboveTor Lillqvist
2015-10-22Add a bit of explanatory commentTor Lillqvist
2015-10-21No, it isn'tTor Lillqvist
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16tdf#94006 - need an explicit dispose for slideshow's GLContext.Michael Meeks
2015-09-11tdf#94031 - slideshow: bind correct GL context for prepareEnvironmentLubosz Sarnecki
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks
2015-09-07slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-17loplugin:unusedmethods slideshowNoel Grandin
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-02Replace uses of deprecated gluBuild2DMipmapsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: slideshowStephan Bergmann
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-10constify slideshow.Michael Meeks
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19Fix build with system glm by catering for explicit constructorsFridrich Štrba
2014-09-03SAL_WARN to SAL_INFOMarkus Mohrhard
2014-09-02fix Wunused-private-fieldMarkus Mohrhard
2014-09-02replace check with GLEW variableMarkus Mohrhard
2014-09-02use size_t instead of unsigned int for container indicesMarkus Mohrhard
2014-09-02the values are float nowMarkus Mohrhard
2014-09-02remove that ugly underscore at the end of the method namesMarkus Mohrhard
2014-09-02basegfx -> glm in OGLTransMarkus Mohrhard
2014-09-02use constructor initializer listMarkus Mohrhard
2014-09-02improve readabilityMarkus Mohrhard
2014-09-02no need to make these variables publicMarkus Mohrhard
2014-09-02more OpenGL error checking in OGLTransMarkus Mohrhard
2014-09-02add OpenGL error checking to OGLTransMarkus Mohrhard
2014-09-02remove old OSX OGLTransMarkus Mohrhard
2014-09-02don't try to use X11 functions on OSXMarkus Mohrhard
2014-09-02use glew instead of directly including OpenGL headersMarkus Mohrhard
2014-08-26glew is setting up that function pointer for usMarkus Mohrhard