summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-20loplugin: defaultparamsNoel Grandin4-5/+5
2015-08-17slideshow: replace for_each with range-based forDaniel Robertson9-243/+135
2015-08-12Range-based for-loops.Jan Holesovsky1-17/+8
2015-08-11slideshow: prefer value_type over manual type generationThorsten Behrens7-16/+14
2015-08-11loplugin:unreffunStephan Bergmann1-0/+1
2015-08-11loplugin:cstylecastNoel Grandin2-5/+5
2015-08-11-Werror,-Winconsistent-missing-overrideNoel Grandin9-10/+10
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud99-216/+25
2015-08-11slideshow: stop (mis)-using VERBOSENorbert Thiebaud14-68/+49
2015-08-08Explicit capture annotationsStephan Bergmann1-1/+1
2015-08-08tdf#92459 replace deprecated o3tl featuresDaniel Robertson10-96/+49
2015-08-07cppcheck:noExplicitConstructorNoel Grandin26-36/+36
2015-08-03slideshow: dumb this down to hopefully make non-GCC compilers happyMichael Stahl1-3/+18
2015-08-03slideshow: convert generateEvent args from boost::bindMichael Stahl1-2/+4
2015-08-03slideshow: try to fix libc++/MSVC build by replacing boost::bindMichael Stahl13-69/+44
2015-08-03slideshow: replace boost::function with std::functionMichael Stahl6-21/+22
2015-07-17loplugin:unusedmethods slideshowNoel Grandin19-178/+0
2015-07-10do not include boost/utility.hppMichael Stahl11-11/+11
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet2-3/+3
2015-06-23Typo: iff->ifJulien Nabet2-3/+3
2015-06-18slideshow: [loplugin:unreffun]Michael Stahl1-8/+0
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-3/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-06-16Fix typosAndrea Gelmini2-2/+2
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+1
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin2-2/+12
2015-06-13tdf#91960 presentation causes Impress crashNoel Grandin2-10/+12
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin1-1/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin3-14/+15
2015-05-13slideshow: simplify code by replacing std::find_if by std::any_of/std::none_ofTakeshi Abe8-48/+28
2015-05-05loplugin:staticmethodsNoel Grandin7-15/+15
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1