summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-26drop mask from BitmapExNoel Grandin1-3/+3
2021-04-21Revert "tdf#125949 Allow the slide to continue with ..." (tdf#133447)Luboš Luňák3-67/+1
2021-04-12update PCHsCaolán McNamara1-5/+3
2021-04-08update PCHsLuboš Luňák1-4/+6
2021-04-08Compute permutation2D at compile timeMike Kaganski1-48/+43
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-14/+15
2021-04-06update pchesCaolán McNamara1-1/+2
2021-04-03Use 64-KiB buffer instead of 256-KiBMike Kaganski1-3/+3
2021-03-26loplugin:flattenNoel1-28/+28
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21update pchesCaolán McNamara1-4/+4
2021-03-13update pchesJulien Nabet1-2/+4
2021-03-11Work around MSVC 2019 16.9.0 warning C4103 compiler bugStephan Bergmann1-2/+2
2021-03-09Make sal/config.h the first in pchMike Kaganski1-5/+3
2021-03-06update pchesJulien Nabet1-3/+4
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel1-4/+3
2021-02-16loplugin:referencecasting in slideshow..starmathNoel2-7/+7
2021-02-08update pchesCaolán McNamara1-1/+5
2021-02-04use more getSdrObjectFromXShapeNoel2-4/+2
2021-01-27rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is goneCaolán McNamara1-1/+1
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara1-2/+7
2021-01-13transparency->alpha in GraphicAttrNoel1-1/+1
2021-01-03tdf#136278 Follow-up Check when the eventqueue needs to be emptied.Gülşah Köse2-8/+16
2020-12-26tdf#134133 Check when the eventqueue needs to be emptied.Gülşah Köse3-0/+24
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák1-0/+2
2020-12-04update pchesCaolán McNamara1-3/+7
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen11-8/+12
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-9/+9
2020-11-19tdf#123936 Formatting files in module slideshow with clang-formatPhilipp Hofer12-91/+72
2020-11-17Remove unused ViewMediaShape::implInitializePlayerWindow rMimeType parameterStephan Bergmann2-5/+3
2020-11-17loplugin:stringviewparam check methods tooNoel2-2/+2
2020-11-13Fix (some of) fallouts from tools::Long change to 64 bit on _WIN64Mike Kaganski1-8/+8
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-10-22long->tools::Long in slideshow..starmathNoel1-8/+9
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-10-17fix build with box2d 2.4.0Rene Engelhard1-1/+2
2020-10-16try to make available all slide images using threadsLuboš Luňák1-0/+20
2020-10-06loplugin:const* make some params and methods constNoel2-10/+10
2020-10-05try not to hog the CPU during slideshow animationsLuboš Luňák1-2/+11
2020-09-01Fix typosAndrea Gelmini2-6/+6
2020-08-31tdf#136301: fix parallel physics animations over-stepping during lock transferSarper Akdemir2-2/+22
2020-08-31document physics animations and related codeSarper Akdemir4-49/+251
2020-08-29Fix typosAndrea Gelmini1-1/+1
2020-08-28tdf#136152: make physics animation effects handle animations with jumpy startsSarper Akdemir3-10/+45
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+44
2020-08-27Fix typosAndrea Gelmini3-3/+3
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2-4/+4
2020-08-26tdf#136097: make physics animation effects handle skips and rewindsSarper Akdemir3-124/+83