summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* tdf#97195 make diamond transition work againDavid Tardon2016-07-202-0/+56
* tdf#97195 fix crash in diamond shape transitionDavid Tardon2016-07-202-17/+25
* slideshow: appease MSVC 2013 with the std::chrono typesMichael Stahl2016-05-251-5/+5
* slideshow: replace boost::posix_time with C++11 std::chronoMichael Stahl2016-05-251-24/+22
* Convert Disposal to scoped enumNoel Grandin2016-05-251-10/+3
* GLX_EXT_texture_from_pixmap path cannot be called...Caolán McNamara2016-05-211-199/+9
* Split OpenGLContext up into SalInstance specific classesCaolán McNamara2016-05-212-22/+8
* loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2016-05-192-15/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-186-16/+15
* slideshow: replace boost::mem_fn with std::mem_fnMichael Stahl2016-05-137-29/+27
* slideshow: tweak BaseContainerNode::forEachChildNodeMichael Stahl2016-05-131-1/+1
* convert EXCEPTION_ to scoped enumNoel Grandin2016-05-131-5/+4
* slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>>Michael Stahl2016-05-111-1/+1
* slideshow: replace boost::mem_fn with C++11 lambdasMichael Stahl2016-05-111-4/+12
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-112-4/+4
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-106-22/+13
* basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2016-05-061-2/+2
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-063-7/+7
* use Any constructor instead of temporariesNoel Grandin2016-05-041-7/+3
* Fix typosAndrea Gelmini2016-05-011-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-5/+5
* new plugin stylepoliceNoel Grandin2016-04-211-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-8/+8
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* -Werror=logical-op (GCC 6)Stephan Bergmann2016-04-141-4/+2
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-144-5/+5
* loplugin:passstuffbyref in slideshowNoel Grandin2016-04-1423-25/+25
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke2016-04-1337-112/+153
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-052-9/+9
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-041-1/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-2/+2
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* fix headless buildOliver Specht2016-03-253-4/+14
* loplugin:constantparam in slideshowNoel Grandin2016-03-234-33/+11
* loplugin:constantparam in slideshowNoel Grandin2016-03-096-16/+10
* Add missing includesDavid Ostrovsky2016-03-091-0/+1
* tdf#98175 fix Impress crashNoel Grandin2016-03-025-5/+8
* Missing includeStephan Bergmann2016-02-261-0/+3
* slideshow: Blur the shadows the further they are from the objectEmmanuel Gil Peyrot2016-02-254-23/+80
* slideshow: Only use texture() in GLSL 1.50, fixes Intel on WindowsEmmanuel Gil Peyrot2016-02-254-8/+8
* slideshow: Add an ugly workaround for Intel’s matrix multiplicationEmmanuel Gil Peyrot2016-02-252-14/+42
* slideshow: Move Vortex calculations to the geometry stage, fixes IntelEmmanuel Gil Peyrot2016-02-252-18/+18
* slideshow: Move Vortex’ tileInfo attribute upload to the first frameEmmanuel Gil Peyrot2016-02-251-14/+4
* remove boost/shared_ptr fooCaolán McNamara2016-02-245-106/+1
* loplugin:unreffunStephan Bergmann2016-02-241-0/+1
* loplugin:cstylecastStephan Bergmann2016-02-241-2/+2
* loplugin:cstylecastStephan Bergmann2016-02-241-1/+1
* boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin2016-02-24112-455/+304