summaryrefslogtreecommitdiff
path: root/vcl/source/animate
AgeCommit message (Expand)Author
2023-03-23rename mnAnimCount to gAnimationRendererCountCaolán McNamara
2023-03-23crashreporting: BitmapEx::operator=(BitmapEx const &) crashesCaolán McNamara
2022-11-13vcl: extract functions AllRenderersPaused() and PruneMarkedRenderers()Chris Sherlock
2022-11-13vcl: small optimization determining if any renderers are activeChris Sherlock
2022-10-28vcl: extract function Animation::RenderNextFrameInAllRenderers()Chris Sherlock
2022-10-17vcl: extract variable and rename Animation::mnPos to mnFrameIndexChris Sherlock
2022-10-17vcl: extract Animation function PopulateRenderers()Chris Sherlock
2022-10-14vcl: followup 'vcl: extract function CreateAnimationDataItems'Chris Sherlock
2022-10-12vcl: extract function CreateAnimationDataItemsChris Sherlock
2022-10-09vcl: pAnimView to pRenderer (clarify variable name)Chris Sherlock
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock
2022-08-19vcl: rename AnimationData fields to more sane namesChris Sherlock
2022-08-10vcl: AnimationRenderer::getOutPos() -> GetOriginPosition()Chris Sherlock
2022-07-28vcl: Animation - cleanup pause functions and fieldsChris Sherlock
2022-07-19vcl: AInfo -> AnimationDataChris Sherlock
2022-07-11vcl: change drawToPos() to drawToIndex()Chris Sherlock
2022-06-30vcl: clarify variable in Animation::Animation() loopChris Sherlock
2022-06-21vcl: rename mnExtraData to mnRendererIdChris Sherlock
2022-06-21vcl: rename ImplAnimView to AnimationRendererChris Sherlock
2022-06-15vcl: change maList in Animation to maFramesChris Sherlock
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2020-10-19use tools::Long in vclNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-08-04loplugin:flatten in vclNoel Grandin
2020-01-22rework of painting and removal of ImplAnimView using the STLAdrien Ollier
2020-01-21rework ImplAnimView cleanup using STL algorithmsAdrien Ollier
2020-01-20rewrite of Animation::Start using the STLAdrien Ollier
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-05-09replaces one macro by a constant in the C++ styleAdrien Ollier
2019-05-07inverts the tests for performance optimizationAdrien Ollier
2019-05-05using an algorithm of the STLAdrien Ollier
2019-05-05using STL and lambda expressions is betterAdrien Ollier
2019-05-03rewritting in a more conventional wayAdrien Ollier
2019-05-03makes implementation of Animation::operator =(const Animation&) conciseAdrien Ollier
2019-04-28prefix member variables of AnimationBitmapTomaž Vajngerl
2019-04-28move Animation, AnimationBitmap out from clang-format blacklistTomaž Vajngerl
2019-04-28Separate AnimationBitmap from Animation.{hxx,cxx} sourceTomaž Vajngerl
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl