summaryrefslogtreecommitdiffstats
path: root/animations
Commit message (Expand)AuthorAgeFilesLines
* improve some usage of OInterfaceIteratorHelper4Noel Grandin2023-05-071-2/+4
* Run clang-tidy with misc-unused-using-decls on modules [a-c]*Gabor Kelemen2023-04-201-3/+0
* Remove duplicated includeAndrea Gelmini2023-02-011-1/+0
* osl::Mutex->std::mutex in AnimationNodeNoel Grandin2023-01-311-180/+185
* XUnoTunnel->dynamic_cast in AnimationNodeNoel Grandin2023-01-231-51/+25
* Simplify a bitMike Kaganski2023-01-121-6/+4
* tsan:lock-order-inversion in AnimationNodeNoel Grandin2023-01-121-11/+12
* Animations : no need to use the global mutex hereArnaud VERSINI2022-07-171-1/+3
* Also assert that nNodeType is non-negativeStephan Bergmann2022-05-311-1/+2
* osl::Mutex->std::mutex in TimeContainerEnumerationNoel Grandin2022-05-071-4/+6
* animations : use cppuhelper::BaseMutexArnaud VERSINI2022-01-301-124/+122
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* use more OInterfaceContainerHelper3 in AnimationNodeNoel Grandin2021-11-271-10/+6
* loplugin:moveparam in variousNoel Grandin2021-10-121-4/+4
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2021-09-151-5/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-151-9/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-2/+2
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-6/+6
* Updated README.md filesHossein2021-04-191-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* rtl::Static -> function local staticNoel Grandin2021-04-071-6/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* animcore : AnimationNode should be finalArnaud Versini2021-03-211-1/+1
* PPTX filter: fix lost is-narration property for slide narrationsMiklos Vajna2021-01-271-2/+12
* [API CHANGE] PPTX filter: fix lost hide-while-show prop for slide narrationsMiklos Vajna2021-01-261-0/+31
* improve some IllegalArgumentException messagesNoel2021-01-201-6/+6
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-051-1/+0
* add missing initializers about physics animations to AnimationNode classSarper Akdemir2020-08-311-0/+6
* add bounciness velocity and density options to physics animationsSarper Akdemir2020-08-221-3/+84
* make physics based animation effects importable-exportableSarper Akdemir2020-08-202-2/+37
* loplugin:flatten in accessibilityNoel Grandin2020-04-181-67/+67
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+4
* tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov2019-08-231-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): animationsStephan Bergmann2019-07-311-11/+11
* tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen2019-05-232-2/+5
* clang-tidy modernize-avoid-c-arrays in animationsArkadiy Illarionov2019-04-061-4/+5
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-271-2/+0
* New loplugin:externalStephan Bergmann2018-09-171-22/+22
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-4/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-11/+11
* Replace lists by vectors in animation parts (sd/animations)Julien Nabet2017-11-041-27/+21
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-1/+1
* loplugin:comparisonwithconstant in avmediaNoel Grandin2017-05-161-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* Fix typosAndrea Gelmini2017-03-031-2/+2
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-151-9/+9
* Add missing #includesStephan Bergmann2017-02-061-1/+2
* makeAny->Any in accessibility..avmediaNoel Grandin2017-02-011-3/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-218/+192