summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* 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
* Range-based for-loops.Jan Holesovsky2015-08-121-17/+8
* slideshow: prefer value_type over manual type generationThorsten Behrens2015-08-117-16/+14
* loplugin:unreffunStephan Bergmann2015-08-111-0/+1
* loplugin:cstylecastNoel Grandin2015-08-112-5/+5
* -Werror,-Winconsistent-missing-overrideNoel Grandin2015-08-119-10/+10
* stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud2015-08-1199-216/+25
* slideshow: stop (mis)-using VERBOSENorbert Thiebaud2015-08-1114-68/+49
* Explicit capture annotationsStephan Bergmann2015-08-081-1/+1
* tdf#92459 replace deprecated o3tl featuresDaniel Robertson2015-08-0810-96/+49
* cppcheck:noExplicitConstructorNoel Grandin2015-08-0726-36/+36
* slideshow: dumb this down to hopefully make non-GCC compilers happyMichael Stahl2015-08-031-3/+18
* slideshow: convert generateEvent args from boost::bindMichael Stahl2015-08-031-2/+4
* slideshow: try to fix libc++/MSVC build by replacing boost::bindMichael Stahl2015-08-0313-69/+44
* slideshow: replace boost::function with std::functionMichael Stahl2015-08-036-21/+22
* loplugin:unusedmethods slideshowNoel Grandin2015-07-1719-178/+0
* do not include boost/utility.hppMichael Stahl2015-07-1011-11/+11
* Fix typosAndrea Gelmini2015-07-082-2/+2
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-232-3/+3
* Typo: iff->ifJulien Nabet2015-06-232-3/+3
* slideshow: [loplugin:unreffun]Michael Stahl2015-06-181-8/+0
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-3/+2