summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/additiveclipblend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* Update QAdditiveClipBlend to use direct syncMike Krus2019-09-201-22/+9
* Remove blend() virtual function from backend blend tree nodesSean Harmer2017-03-261-5/+0
* Add virtual doBlend to ClipBlendNode and subclassesSean Harmer2017-03-251-0/+13
* Add baseClip and additiveClip properties to QAdditiveClipBlendSean Harmer2017-02-241-0/+8
* Rename blendFactor on QAdditiveClipBlend to additiveFactorSean Harmer2017-02-241-5/+5
* Rename QAdditiveBlend -> QAdditiveClipBlendSean Harmer2017-02-241-0/+85