summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann3-6/+6
2020-05-25fix an incorrectly removed lineLuboš Luňák1-0/+2
2020-05-22remove unnecessary polypolygon subdivideLuboš Luňák3-15/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin2-4/+4
2020-05-10compact namespace in slideshowNoel Grandin21-89/+58
2020-05-08improve loplugin:referencecastingNoel Grandin1-1/+1
2020-05-08implement PowerPoint 'flash' slide transition (API CHANGE)Luboš Luňák5-15/+31
2020-04-30Fix typosAndrea Gelmini1-1/+1
2020-04-28loplugin:makeshared in slideshowNoel Grandin4-35/+27
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-25tdf#129898 Use layer DrawnInSlideshow in edit modeRegina Henschel1-10/+17
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-5/+4
2020-04-19loplugin:buriedassign in variousNoel Grandin1-8/+13
2020-03-30tdf#131254 Follow-up Prevent extra eventqueue empty call.Gülşah Köse1-1/+0
2020-03-26tdf#131254 Prevent extra eventqueue empty call.Gülşah Köse1-1/+1
2020-03-12Revert "loplugin:constfields in slideshow"Noel Grandin36-86/+86
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-11/+11
2020-02-28upgrade to latest glmCaolán McNamara2-3/+3
2020-02-21Drop o3tl::optional wrapperStephan Bergmann15-49/+49
2020-02-20Move Boost.Spirit usage away from legacy namespaceAdam Majer2-25/+21
2020-02-06always define GLM_FORCE_CTOR_INIT when using glmCaolán McNamara1-1/+0
2020-02-06Revert "upgrade to latest glm"Stephan Bergmann2-3/+3
2020-02-04upgrade to latest glmCaolán McNamara2-3/+3
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák2-42/+41
2020-02-01opengl slide transitions not working with glm >= GLM 0.9.9.0Caolán McNamara1-0/+1
2020-01-31loplugin:unusedfields improve checking for fields guarded by existence checkNoel Grandin4-13/+0
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin95-347/+116
2020-01-31new loplugin:namespaceindentationNoel Grandin2-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-4/+7
2020-01-26remove some unused local varsNoel Grandin2-2/+1
2020-01-25loplugin:makeshared in slideshowNoel Grandin30-234/+185
2020-01-23tdf#126459: Consider translated origin of the view also on resizeKatarina Behrens1-2/+7
2020-01-18make Library_slideshow explicitly link svlLuboš Luňák2-0/+2
2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin1-3/+3
2020-01-10use more std::make_sharedNoel Grandin9-39/+31
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen136-405/+107
2019-12-22sal_Char->char in sfx2..slideshowNoel Grandin3-3/+3
2019-12-19Fix typoAndrea Gelmini1-1/+1
2019-12-18tdf#125949 Check hardware acceleration on slideshow.Gülşah Köse2-1/+10
2019-12-17Fix typoAndrea Gelmini1-1/+1
2019-12-17tdf#125949 Allow the slide to continue with freezing animation.Gülşah Köse2-2/+59
2019-12-05Fix typoAndrea Gelmini1-3/+3
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann15-49/+49
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-4/+4
2019-11-27Turn StateTransition::Options into scoped enumStephan Bergmann1-5/+5
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann9-0/+35
2019-11-12use std::move when popping stuff off stacksNoel Grandin2-5/+5
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0