summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/box2dtools.cxx
AgeCommit message (Expand)AuthorFilesLines
9 daysSimplify nested for loopsAshwani50091-18/+4
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-1/+4
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet1-6/+18
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet1-2/+6
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin1-4/+2
2022-08-03clang-tidy modernize-pass-by-value in slideshowNoel Grandin1-1/+2
2022-02-02Fix function nameAndrea Gelmini1-2/+2
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-2/+1
2020-10-17fix build with box2d 2.4.0Rene Engelhard1-1/+2
2020-10-06loplugin:const* make some params and methods constNoel1-5/+5
2020-09-01Fix typosAndrea Gelmini1-2/+2
2020-08-31tdf#136301: fix parallel physics animations over-stepping during lock transferSarper Akdemir1-2/+19
2020-08-31document physics animations and related codeSarper Akdemir1-5/+51
2020-08-28tdf#136152: make physics animation effects handle animations with jumpy startsSarper Akdemir1-6/+23
2020-08-26tdf#136097: make physics animation effects handle skips and rewindsSarper Akdemir1-100/+64
2020-08-22fix group shape crash for physics animationsSarper Akdemir1-1/+28
2020-08-22add bounciness velocity and density options to physics animationsSarper Akdemir1-6/+41
2020-08-21make physics animations handle sequential animations correctlySarper Akdemir1-40/+141
2020-08-21box2dtools renaming some for claritySarper Akdemir1-18/+18
2020-08-20add support for complex shapes in physics animation effectsSarper Akdemir1-14/+195
2020-08-17fix box2dtools build error for non debug buildsSarper Akdemir1-4/+2
2020-08-09make physics based animation effects part of the animation engineSarper Akdemir1-12/+54
2020-08-05box2d tools: initial work for physics based animation effectsSarper Akdemir1-0/+465