summaryrefslogtreecommitdiff
path: root/clutter/clutter-transition-group.h
Commit message (Collapse)AuthorAgeFilesLines
* Move header inclusion guard at the topEmmanuele Bassi2015-07-071-0/+4
| | | | | | | | GCC has some optimization for the inclusion guard, but they only work if the check is the outermost one. We're fairly inconsistent because of historical reasons, so we should ensure that we follow the same pattern in every public header.
* docs: Remove last stray DocBook tagsEmmanuele Bassi2014-03-181-2/+2
|
* Add ClutterTransitionGroupEmmanuele Bassi2012-04-271-0/+91
The TransitionGroup class is a logical container for running multiple transitions. TransitionGroup is not a Score: it is a Transition that advances each Transition it contains using the delta between frames, and ensures that all transitions are in a consistent state; these transitions are not advanced by the master clock.