summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions
AgeCommit message (Expand)AuthorFilesLines
2020-08-09make physics based animation effects part of the animation engineSarper Akdemir1-1/+2
2020-07-19compact namespace: slideshowNoel Grandin25-80/+48
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: slideshowStephan Bergmann1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-22remove unnecessary polypolygon subdivideLuboš Luňák1-5/+0
2020-05-10compact namespace in slideshowNoel Grandin1-2/+2
2020-05-08implement PowerPoint 'flash' slide transition (API CHANGE)Luboš Luňák1-0/+7
2020-04-28loplugin:makeshared in slideshowNoel Grandin4-35/+27
2020-03-12Revert "loplugin:constfields in slideshow"Noel Grandin6-8/+8
2020-02-21Drop o3tl::optional wrapperStephan Bergmann5-26/+26
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin27-84/+28
2020-01-25loplugin:makeshared in slideshowNoel Grandin4-93/+58
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen26-51/+3
2019-12-19Fix typoAndrea Gelmini1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann5-26/+26
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet1-2/+1
2019-10-19loplugin:virtualdead unused param in Animation::prefetchNoel Grandin3-11/+7
2019-08-02Fix typosAndrea Gelmini2-2/+2
2019-06-17loplugin:logexceptionnicely in shell..sotNoel Grandin1-2/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin2-12/+12
2019-03-05tdf#42949 Fix IWYU warnings in include/cppcanvas/*Gabor Kelemen2-0/+2
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-02-05loplugin:flatten in slideshowNoel Grandin1-18/+18
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann1-2/+0
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin7-19/+19
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-7/+5
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-09loplugin:constfields in slideshowNoel Grandin6-8/+8
2018-07-31Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
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-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-23loplugin:useuniqueptr in PluginSlideChangeNoel Grandin1-14/+3
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: slideshowStephan Bergmann8-17/+17
2017-10-19Fix typosAndrea Gelmini1-167/+167
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist19-52/+52
2017-09-13clang-tidy modernize-use-emplace in slideshowNoel Grandin1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock2-3/+3
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock2-3/+3
2017-04-16logging the simple message is sufficientCaolán McNamara1-2/+2