summaryrefslogtreecommitdiff
path: root/clutter/clutter-keyframe-transition.h
Commit message (Collapse)AuthorAgeFilesLines
* Move header inclusion guard at the topEmmanuele Bassi2015-07-071-3/+3
| | | | | | | | 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 a couple of FIXMEsEmmanuele Bassi2015-01-121-2/+4
| | | | Document the ClutterKeyframeTransition instance and class structures.
* WARNING: Massive revert commitEmmanuele Bassi2015-01-031-12/+12
| | | | | | | | | | | | | | | | | | | | | Revert all the work that happened on the master branch. Sadly, this is the only way to merge the current development branch back into master. It is now abundantly clear that I merged the 1.99 branch far too soon, and that Clutter 2.0 won't happen any time soon, if at all. Since having the development happen on a separate branch throws a lot of people into confusion, let's undo the clutter-1.99 → master merge, and move back the development of Clutter to the master branch. In order to do so, we need to do some surgery to the Git repository. First, we do a massive revert in a single commit of all that happened since the switch to 1.99 and the API version bump done with the 89a2862b057423c3c1fc666e6fa776ccacf377dd commit. The history is too long to be reverted commit by commit without being extremely messy.
* 2.0: Remove CLUTTER_AVAILABLE_IN_1_*Emmanuele Bassi2013-04-051-10/+10
| | | | We are starting from scratch.
* 2.0: Remove all Since: annotationsEmmanuele Bassi2013-04-051-2/+2
| | | | We're starting from scratch.
* keyframe-transition: Add direct accessors for key framesEmmanuele Bassi2012-04-271-0/+15
| | | | | This should allow modifying key frame details without requiring a full reset of the KeyframeTransition instance.
* Add ClutterKeyframeTransitionEmmanuele Bassi2012-04-271-0/+105
A simple transition class that interpolates a property between key frames.