summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2019-12-21tdf#125949 Check hardware acceleration on slideshow.Gülşah Köse2-1/+10
2019-12-18tdf#125949 Allow the slide to continue with freezing animation.Gülşah Köse2-2/+59
2019-08-05pretty up logging of exceptionsNoel Grandin16-21/+22
2019-04-23tdf#124756 slideshow: avoid mbPaintDisabled for media windowsMiklos Vajna1-1/+0
2019-03-21tdf#77186 handle time container indefinite repetition.Mark Hung3-12/+29
2018-12-07Resolves: tdf#121942 action deactivated twiceCaolán McNamara2-2/+6
2018-12-06tdf#121830 TogglePause should reset to original state on deactivate_st ?Caolán McNamara2-0/+20
2018-11-13loplugin singlevalfields improvementNoel Grandin2-13/+1
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski5-14/+14
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-4/+2
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-1/+1
2018-10-30loplugin:returnconstantNoel Grandin2-6/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-12coverity#1440239 Uncaught exceptionCaolán McNamara2-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-4/+4
2018-10-09loplugin:constfields in slideshowNoel Grandin36-86/+86
2018-09-28loplugin:unusedmethodsNoel Grandin2-30/+0
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin2-12/+0
2018-09-17New loplugin:externalStephan Bergmann5-10/+10
2018-09-03tdf#119146: fix populating maCurrentSubsetsMike Kaganski1-2/+21
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin1-1/+1
2018-08-19Related: tdf#122166 require opengl >= 3.0 for slide transitionsCaolán McNamara2-3/+1
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann3-3/+8
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen38-0/+39
2018-07-27tdf#76436 initialize maStartInterpolationValue.Mark Hung1-0/+1
2018-07-04-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+6
2018-06-28tdf#102195: don't exclude everything between first and last subsetMike Kaganski3-59/+52
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke5-4/+2
2018-05-24Fix typoAndrea Gelmini1-1/+1
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-4/+3
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-4/+9
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-17Fix typosAndrea Gelmini1-2/+2
2018-04-15remove some unused comphelper includesJochen Nitschke11-13/+0
2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin1-0/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-03-23loplugin:useuniqueptr in PluginSlideChangeNoel Grandin1-14/+3
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-10slideshow: convert use of GraphicURL to Graphic propertyTomaž Vajngerl1-64/+7
2018-03-07tdf#115142 Revert "slideshow: clip shapes in secondary screen window"Michael Stahl1-19/+4
2018-03-07use more Color in sfx2..svtoolsNoel Grandin1-1/+1
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1