summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* tdf#131254 Follow-up Prevent extra eventqueue empty call.Gülşah Köse2020-03-301-1/+0
* tdf#131254 Prevent extra eventqueue empty call.Gülşah Köse2020-03-291-1/+1
* opengl slide transitions not working with glm >= GLM 0.9.9.0Caolán McNamara2020-02-031-0/+1
* tdf#125949 Check hardware acceleration on slideshow.Gülşah Köse2019-12-202-1/+10
* tdf#125949 Allow the slide to continue with freezing animation.Gülşah Köse2019-12-192-2/+59
* New loplugin:dataStephan Bergmann2019-05-221-1/+1
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-133-4/+4
* an uno -> a unoCaolán McNamara2019-05-101-1/+1
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-70/+14
* improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin2019-05-081-4/+4
* prefix member variables of AnimationBitmapTomaž Vajngerl2019-04-281-17/+17
* rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl2019-04-282-2/+2
* tdf#124756 slideshow: avoid mbPaintDisabled for media windowsMiklos Vajna2019-04-171-1/+0
* loplugin:sequentialassign in sfx2..solenvNoel Grandin2019-04-162-8/+3
* improve loplugin simplifyconstructNoel Grandin2019-04-152-2/+2
* tdf#73092 remove remaining shape of the repeating animation.Mark Hung2019-03-315-4/+37
* re-land "new loplugin typedefparam""Noel Grandin2019-03-0527-108/+127
* tdf#42949 Fix IWYU warnings in include/cppcanvas/*Gabor Kelemen2019-03-055-0/+5
* Revert "new loplugin typedefparam"Noel Grandin2019-03-043-5/+5
* new loplugin typedefparamNoel Grandin2019-03-043-5/+5
* Fix typoAndrea Gelmini2019-03-011-1/+1
* tdf#123743 deactive after the player is stopped.Mark Hung2019-03-014-3/+25
* remove some unused typedefsNoel Grandin2019-02-285-9/+0
* tdf#88969 restart interactive sequence.Mark Hung2019-02-262-3/+21
* slideshow: do not toggle pause when deactivate.Mark Hung2019-02-242-24/+0
* loplugin:unusedfields in slideshowNoel Grandin2019-02-221-8/+4
* tdf#77186 handle time container indefinite repetition.Mark Hung2019-02-193-12/+29
* pretty up logging of exceptionsNoel Grandin2019-02-1916-21/+22
* Pointer is pointlessNoel Grandin2019-02-131-1/+0
* loplugin:indentation in sfx2..slideshowNoel Grandin2019-02-095-14/+14
* loplugin:flatten in slideshowNoel Grandin2019-02-0517-574/+575
* tdf#44223 allow slideshow to play embedded media.Mark Hung2019-02-049-10/+119
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-113-6/+6
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-083-3/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-086-13/+13
* Remove misguided FALLTHROUGH commentsStephan Bergmann2018-12-084-111/+0
* Resolves: tdf#121942 action deactivated twiceCaolán McNamara2018-12-062-2/+6
* tdf#121830 TogglePause should reset to original state on deactivate_st ?Caolán McNamara2018-12-052-0/+20
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-0510-23/+23
* loplugin:unusedmethodsNoel Grandin2018-11-303-32/+0
* loplugin:singlevalfieldsNoel Grandin2018-11-301-3/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen2018-11-291-0/+1
* Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov2018-11-299-134/+82
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-293-5/+6
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-8/+5
* slideshow: get unit tests to work againThorsten Behrens2018-11-2810-199/+228
* remove unused DocTreeNode::NodeType::InvalidNoel Grandin2018-11-242-4/+0
* loplugin singlevalfields improvementNoel Grandin2018-11-132-13/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-111-1/+1
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-105-14/+14