summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/effectrewinder.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-30tdf#131254 Follow-up Prevent extra eventqueue empty call.Gülşah Köse1-1/+0
2020-03-29tdf#131254 Prevent extra eventqueue empty call.Gülşah Köse1-1/+1
2019-12-19tdf#125949 Check hardware acceleration on slideshow.Gülşah Köse1-1/+6
2019-12-17tdf#125949 Allow the slide to continue with freezing animation.Gülşah Köse1-2/+56
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: slideshowStephan Bergmann1-5/+5
2017-10-19Move slideshow include files to common include directoryStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-5/+5
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock1-5/+5
2016-12-05loplugin:unnecessaryoverride (dtors) in slideshowStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin1-4/+2
2016-02-09Remove excess newlinesChris Sherlock1-28/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-13tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-2/+2
2015-08-03slideshow: try to fix libc++/MSVC build by replacing boost::bindMichael Stahl1-4/+4
2015-08-03slideshow: replace boost::function with std::functionMichael Stahl1-8/+8
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-16/+16
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2012-07-11re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-11-27remove include of pch header from slidewhowNorbert Thiebaud1-1/+0
2011-08-31unusedcode.easy: slideshow::internal cleanupJoseph Powers1-12/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2009-04-27#i48179# Debug: added descriptive strings to events.Andre Fischer1-4/+8
2009-04-23#i96540# Fixed order of event processing when rewinding with fixed time.Andre Fischer1-1/+1
2009-03-09#i48179# Fixed handling of main sequence effects that are not user triggered.Andre Fischer1-7/+35
2009-03-06#i10000# CodingStandards: aligned EffectRewinder class to module conventions;...Thorsten Behrens1-24/+24
2009-03-06#i10000# build fix - filename is lowercaseThorsten Behrens1-1/+1
2009-03-04#i48179# Introduced EffectRewinder class that replays main sequence effects o...Andre Fischer1-0/+404