/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "../qt5/QtAccessibleWidget.cxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/animate/Animation.cxx
AgeCommit message (Expand)Author
2024-10-21vcl: move bitmap filter headers into vcl/bitmap global header directoryChris Sherlock
2024-09-01vcl: flatten Animation.cxx functionsChris Sherlock
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet
2023-11-08loplugin:fieldcast in AnimationDataNoel Grandin
2023-10-27tdf#152571 speedup slow draw file saveNoel Grandin
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-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-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