summaryrefslogtreecommitdiff
path: root/animations
AgeCommit message (Expand)AuthorFilesLines
2023-01-23XUnoTunnel->dynamic_cast in AnimationNodeNoel Grandin1-51/+25
2023-01-12Simplify a bitMike Kaganski1-6/+4
2023-01-12tsan:lock-order-inversion in AnimationNodeNoel Grandin1-11/+12
2022-07-17Animations : no need to use the global mutex hereArnaud VERSINI1-1/+3
2022-05-31Also assert that nNodeType is non-negativeStephan Bergmann1-1/+2
2022-05-07osl::Mutex->std::mutex in TimeContainerEnumerationNoel Grandin1-4/+6
2022-01-30animations : use cppuhelper::BaseMutexArnaud VERSINI1-124/+122
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-27use more OInterfaceContainerHelper3 in AnimationNodeNoel Grandin1-10/+6
2021-10-12loplugin:moveparam in variousNoel Grandin1-4/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-5/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-9/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-6/+6
2021-04-19Updated README.md filesHossein1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21animcore : AnimationNode should be finalArnaud Versini1-1/+1
2021-01-27PPTX filter: fix lost is-narration property for slide narrationsMiklos Vajna1-2/+12
2021-01-26[API CHANGE] PPTX filter: fix lost hide-while-show prop for slide narrationsMiklos Vajna1-0/+31
2021-01-20improve some IllegalArgumentException messagesNoel1-6/+6
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-1/+0
2020-08-31add missing initializers about physics animations to AnimationNode classSarper Akdemir1-0/+6
2020-08-22add bounciness velocity and density options to physics animationsSarper Akdemir1-3/+84
2020-08-20make physics based animation effects importable-exportableSarper Akdemir2-2/+37
2020-04-18loplugin:flatten in accessibilityNoel Grandin1-67/+67
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): animationsStephan Bergmann1-11/+11
2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen2-2/+5
2019-04-06clang-tidy modernize-avoid-c-arrays in animationsArkadiy Illarionov1-4/+5
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen1-2/+0
2018-09-17New loplugin:externalStephan Bergmann1-22/+22
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-4/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-11/+11
2017-11-04Replace lists by vectors in animation parts (sd/animations)Julien Nabet1-27/+21
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-1/+1
2017-05-16loplugin:comparisonwithconstant in avmediaNoel Grandin1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-03-03Fix typosAndrea Gelmini1-2/+2
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-9/+9
2017-02-06Add missing #includesStephan Bergmann1-1/+2
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-218/+192
2016-11-23loplugin:unnecessaryoverride (dtors) in animationsStephan Bergmann1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu1-3/+3
2016-08-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-22/+11