summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-3/+2
2015-11-04yyyyyNoel Grandin4-11/+5
2015-10-30Mac fixStephan Bergmann1-1/+1
2015-10-30The fglrx driver is an X11 only thingTor Lillqvist1-1/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-30coverity#1332210 Uninitialized scalar fieldCaolán McNamara1-3/+11
2015-10-30loplugin:unusedmethodsNoel Grandin1-86/+0
2015-10-29com::sun::star->css in slideshowNoel Grandin66-381/+249
2015-10-27Remove initial :: from sal_* typesTor Lillqvist3-43/+43
2015-10-27Nothing that would be covered by that hereTor Lillqvist2-50/+12
2015-10-27WaE: unused parametersTor Lillqvist1-1/+1
2015-10-27Initial work on a "Vortex" transitionTor Lillqvist6-0/+352
2015-10-26Bin dead codeTor Lillqvist1-2/+0
2015-10-26Actually, the permTexture is 256*256 pixelsTor Lillqvist1-3/+1
2015-10-26Add confused commentTor Lillqvist1-0/+2
2015-10-26Drop some 'using', the std:: is not that uglyTor Lillqvist1-9/+6
2015-10-26Use std::shared_ptr instead of boostTor Lillqvist3-86/+81
2015-10-26Simplify ifdefsTor Lillqvist1-16/+8
2015-10-23Remove obsolete version map filesStephan Bergmann1-25/+0
2015-10-22Use same order in this switch, too, as aboveTor Lillqvist1-18/+18
2015-10-22Add a bit of explanatory commentTor Lillqvist1-14/+21
2015-10-21No, it isn'tTor Lillqvist1-1/+1
2015-10-21remove untyped Link<>Noel Grandin1-3/+2
2015-10-19slideshow: remove unecessary boost/bind includesDaniel Robertson4-5/+1
2015-10-15loplugin:unreffunNoel Grandin1-7/+0
2015-10-15tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson2-68/+43
2015-10-13tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson6-71/+44
2015-10-13cppcheck:variableScopeNoel Grandin1-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann78-511/+511
2015-10-11tdf#93243 slideshow: replace boost::bindDaniel Robertson7-96/+52
2015-10-11Replace simple while loops with range-based forDaniel Robertson10-195/+94
2015-10-09slideshow: replace for_each with range-based forDaniel Robertson11-174/+82
2015-10-08tdf#94222: Revert "slideshow: replace for_each with range-based loop"Jan Holesovsky13-147/+316
2015-10-02loplugin:unusedmethodsNoel Grandin6-35/+2
2015-09-30Fix typosAndrea Gelmini5-6/+6
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann2-14/+14
2015-09-21Properly #if these debug hooksfeature/chained-text-boxesStephan Bergmann1-0/+4
2015-09-21loplugin:unreffunStephan Bergmann2-8/+15
2015-09-21boost->stdCaolán McNamara7-11/+7
2015-09-16slideshow: fix mysterious crash with the gtk3 vclplugMichael Stahl1-2/+28
2015-09-16tdf#94006 - need an explicit dispose for slideshow's GLContext.Michael Meeks1-0/+2
2015-09-14boost->stdCaolán McNamara19-58/+58
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-11tdf#94031 - slideshow: bind correct GL context for prepareEnvironmentLubosz Sarnecki1-0/+1
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks1-1/+1
2015-09-08OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks1-1/+2
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks1-4/+4
2015-09-07slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe11-27/+21
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson3-0/+3
2015-08-24slideshow: replace for_each with range-based loopDaniel Robertson13-315/+146