summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* Mac fixStephan Bergmann2015-10-301-1/+1
* The fglrx driver is an X11 only thingTor Lillqvist2015-10-301-1/+2
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+2
* coverity#1332210 Uninitialized scalar fieldCaolán McNamara2015-10-301-3/+11
* loplugin:unusedmethodsNoel Grandin2015-10-301-86/+0
* com::sun::star->css in slideshowNoel Grandin2015-10-2966-381/+249
* Remove initial :: from sal_* typesTor Lillqvist2015-10-273-43/+43
* Nothing that would be covered by that hereTor Lillqvist2015-10-272-50/+12
* WaE: unused parametersTor Lillqvist2015-10-271-1/+1
* Initial work on a "Vortex" transitionTor Lillqvist2015-10-276-0/+352
* Bin dead codeTor Lillqvist2015-10-261-2/+0
* Actually, the permTexture is 256*256 pixelsTor Lillqvist2015-10-261-3/+1
* Add confused commentTor Lillqvist2015-10-261-0/+2
* Drop some 'using', the std:: is not that uglyTor Lillqvist2015-10-261-9/+6
* Use std::shared_ptr instead of boostTor Lillqvist2015-10-263-86/+81
* Simplify ifdefsTor Lillqvist2015-10-261-16/+8
* Remove obsolete version map filesStephan Bergmann2015-10-231-25/+0
* Use same order in this switch, too, as aboveTor Lillqvist2015-10-221-18/+18
* Add a bit of explanatory commentTor Lillqvist2015-10-221-14/+21
* No, it isn'tTor Lillqvist2015-10-211-1/+1
* remove untyped Link<>Noel Grandin2015-10-211-3/+2
* slideshow: remove unecessary boost/bind includesDaniel Robertson2015-10-194-5/+1
* loplugin:unreffunNoel Grandin2015-10-151-7/+0
* tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson2015-10-152-68/+43
* tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson2015-10-136-71/+44
* cppcheck:variableScopeNoel Grandin2015-10-131-13/+13
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1278-511/+511
* tdf#93243 slideshow: replace boost::bindDaniel Robertson2015-10-117-96/+52
* Replace simple while loops with range-based forDaniel Robertson2015-10-1110-195/+94
* slideshow: replace for_each with range-based forDaniel Robertson2015-10-0911-174/+82
* tdf#94222: Revert "slideshow: replace for_each with range-based loop"Jan Holesovsky2015-10-0813-147/+316
* loplugin:unusedmethodsNoel Grandin2015-10-026-35/+2
* Fix typosAndrea Gelmini2015-09-305-6/+6
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-292-14/+14
* Properly #if these debug hooksfeature/chained-text-boxesStephan Bergmann2015-09-211-0/+4
* loplugin:unreffunStephan Bergmann2015-09-212-8/+15
* boost->stdCaolán McNamara2015-09-217-11/+7
* slideshow: fix mysterious crash with the gtk3 vclplugMichael Stahl2015-09-161-2/+28
* tdf#94006 - need an explicit dispose for slideshow's GLContext.Michael Meeks2015-09-161-0/+2
* boost->stdCaolán McNamara2015-09-1419-58/+58
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-131-1/+1
* tdf#94031 - slideshow: bind correct GL context for prepareEnvironmentLubosz Sarnecki2015-09-111-0/+1
* OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks2015-09-081-1/+1
* OpenGL: use CHECK_GL_ERROR() only when a context is bound.Michael Meeks2015-09-081-1/+2
* tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks2015-09-081-4/+4
* slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0711-27/+21
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-293-0/+3
* slideshow: replace for_each with range-based loopDaniel Robertson2015-08-2413-315/+146
* loplugin: defaultparamsNoel Grandin2015-08-204-5/+5
* slideshow: replace for_each with range-based forDaniel Robertson2015-08-179-243/+135