summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module slideshow with clang-formatPhilipp Hofer2020-11-1912-91/+72
* Remove unused ViewMediaShape::implInitializePlayerWindow rMimeType parameterStephan Bergmann2020-11-172-5/+3
* loplugin:stringviewparam check methods tooNoel2020-11-172-2/+2
* Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski2020-11-131-8/+8
* new loplugin:reducevarscopeNoel Grandin2020-11-101-1/+1
* long->tools::Long in slideshow..starmathNoel2020-10-221-8/+9
* new tools::Degree10 strong typedefNoel Grandin2020-10-211-1/+1
* fix build with box2d 2.4.0Rene Engelhard2020-10-171-1/+2
* try to make available all slide images using threadsLuboš Luňák2020-10-161-0/+20
* loplugin:const* make some params and methods constNoel2020-10-062-10/+10
* try not to hog the CPU during slideshow animationsLuboš Luňák2020-10-051-2/+11
* Fix typosAndrea Gelmini2020-09-012-6/+6
* tdf#136301: fix parallel physics animations over-stepping during lock transferSarper Akdemir2020-08-312-2/+22
* document physics animations and related codeSarper Akdemir2020-08-314-49/+251
* Fix typosAndrea Gelmini2020-08-291-1/+1
* tdf#136152: make physics animation effects handle animations with jumpy startsSarper Akdemir2020-08-283-10/+45
* remove some unused includes and update pchesCaolán McNamara2020-08-271-1/+44
* Fix typosAndrea Gelmini2020-08-273-3/+3
* [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2020-08-262-4/+4
* tdf#136097: make physics animation effects handle skips and rewindsSarper Akdemir2020-08-263-124/+83
* -Werror=maybe-uninitializedNoel Grandin2020-08-251-12/+4
* fix group shape crash for physics animationsSarper Akdemir2020-08-223-4/+29
* add bounciness velocity and density options to physics animationsSarper Akdemir2020-08-226-12/+115
* make physics animations handle sequential animations correctlySarper Akdemir2020-08-213-43/+175
* make physics animation effects always processed lastSarper Akdemir2020-08-216-4/+48
* box2dtools renaming some for claritySarper Akdemir2020-08-213-25/+26
* Fix typo in codeAndrea Gelmini2020-08-211-2/+2
* add support for complex shapes in physics animation effectsSarper Akdemir2020-08-202-18/+198
* fix box2dtools build error for non debug buildsSarper Akdemir2020-08-173-23/+21
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-121-3/+1
* make physics based animation effects part of the animation engineSarper Akdemir2020-08-0918-83/+539
* Typo bSlideBackgoundPaintedJulien Nabet2020-08-083-5/+5
* add box2d to CppunitTest_slideshowSarper Akdemir2020-08-051-0/+4
* box2d tools: initial work for physics based animation effectsSarper Akdemir2020-08-053-0/+784
* Deprecated std::result_of has been removed from C++20Stephan Bergmann2020-07-212-3/+3
* compact namespace: slideshowNoel Grandin2020-07-19136-535/+230
* slideshow: create instances with uno constructorsNoel Grandin2020-07-164-35/+55
* update pchesCaolán McNamara2020-07-121-1/+2
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: slideshowStephan Bergmann2020-07-021-1/+1
* Fix typosAndrea Gelmini2020-07-011-1/+1
* Add Shape mbIsForeground flag and getters and setters for itSarper Akdemir2020-06-304-1/+32
* adding XShapeToShapeMapSharedPtr getter to ShapeManagerSarper Akdemir2020-06-306-16/+50
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-2/+1
* loplugin:simplifypointertobool improveNoel Grandin2020-06-032-5/+3
* Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2020-05-282-3/+3
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-263-6/+6
* fix an incorrectly removed lineLuboš Luňák2020-05-251-0/+2
* remove unnecessary polypolygon subdivideLuboš Luňák2020-05-223-15/+0
* new loplugin:simplifypointertoboolNoel Grandin2020-05-102-4/+4