summaryrefslogtreecommitdiff
path: root/clutter/clutter-animator.c
Commit message (Expand)AuthorAgeFilesLines
* script: Hide private symbolsEmmanuele Bassi2011-09-071-9/+9
* docs: Fixes for building the API referenceEmmanuele Bassi2011-07-261-1/+1
* Eliminate G_CONST_RETURNEmmanuele Bassi2011-06-071-1/+1
* Remove private helper #define'sJasper St. Pierre2011-03-031-3/+3
* More ISO C90 warning fixes in ClutterEmmanuele Bassi2011-02-151-5/+5
* animator: Only free the animator key when we've finished with itRob Bradford2011-01-261-1/+2
* Clean up clutter-private.h/6Emmanuele Bassi2010-10-211-0/+2
* Move more classes to install_properties()Emmanuele Bassi2010-10-181-16/+17
* Remove unnecessary GLib version checksEmmanuele Bassi2010-10-181-5/+0
* Use G_DEFINE_BOXED_TYPE for all boxed typesEmmanuele Bassi2010-10-181-13/+3
* animator: Code style fixesEmmanuele Bassi2010-09-291-15/+15
* ClutterAnimator doesn't ref timeline properlyStephen Kennedy2010-09-291-5/+18
* animator: fix removal of all keysØyvind Kolås2010-09-241-16/+7
* Further annotation fixesEmmanuele Bassi2010-09-081-1/+1
* introspection: Add annotationsEmmanuele Bassi2010-09-031-1/+3
* animator: Plug some leaksEmmanuele Bassi2010-08-131-13/+7
* Conditionally use g_object_notify_by_pspecNeil Roberts2010-08-101-1/+7
* animator: Remove redundant parenthesisEmmanuele Bassi2010-08-091-1/+1
* animator: Improve the key value copyEmmanuele Bassi2010-08-081-13/+28
* Mark property strings for translationEmmanuele Bassi2010-07-151-4/+4
* animator: fix removal of multiple keysØyvind Kolås2010-07-061-5/+6
* docs: Various fixes for gtk-docEmmanuele Bassi2010-06-301-4/+4
* animator: avoid walking off empty listØyvind Kolås2010-06-161-1/+1
* Merge branch 'wip/constraints'Emmanuele Bassi2010-05-211-1/+1
|\
| * Miscellaneous documentation fixesEmmanuele Bassi2010-05-191-1/+1
* | animator: fix issue of dropped frames towards end of animationsØyvind Kolås2010-05-171-3/+6
|/
* animator: fix looping when doing cubic interpolationØyvind Kolås2010-05-051-2/+2
* animator: only keys that are removed due to actors disappearing are inertØyvind Kolås2010-05-051-20/+38
* animator: refactoringØyvind Kolås2010-05-051-83/+84
* animator: retain ease-in/interpolation when changing first keyØyvind Kolås2010-05-051-1/+37
* animator: fix crash when setting keys on running animatorØyvind Kolås2010-05-051-0/+4
* animator: compare floating point values with an epsilonØyvind Kolås2010-03-031-3/+6
* animator: fix a crash in clutter_animator_compute_valueØyvind Kolås2010-03-031-0/+3
* animator: s/clutter_animator_run/clutter_animator_start/Øyvind Kolås2010-03-021-2/+2
* animator: restore accidentally removed breakØyvind Kolås2010-03-021-0/+2
* docs: Documentation fixesEmmanuele Bassi2010-03-021-2/+3
* Do not overwrite the initial key, making ease-in work as expected.Øyvind Kolås2010-03-011-9/+0
* docs: gtk-doc fixes for AnimatorEmmanuele Bassi2010-02-251-13/+27
* docs: Add visual cue for Animator's key framesEmmanuele Bassi2010-02-251-0/+21
* animator: Add a :timeline propertyEmmanuele Bassi2010-02-251-1/+25
* animator: Remove NULL check in remove_key()Emmanuele Bassi2010-02-251-5/+6
* animator: handle no initial keyØyvind Kolås2010-02-251-43/+65
* animator: added clutter_animator_compute_valueØyvind Kolås2010-02-251-13/+199
* animator: removed bogus arg in keys interpolation accessorØyvind Kolås2010-02-251-9/+7
* Conditionally use G_VALUE_COLLECT_INIT() macroEmmanuele Bassi2010-02-251-1/+6
* animator: Append parsed animator keys to previously parsed onesBastian Winkler2010-02-241-2/+5
* analysis: ClutterAnimator/2Emmanuele Bassi2010-02-121-3/+1
* analysis: ClutterAnimator/1Emmanuele Bassi2010-02-121-1/+9
* animator: Zero the AnimatorKey:value memberEmmanuele Bassi2010-02-081-3/+3
* docs: Fixes for ClutterAnimatorEmmanuele Bassi2010-02-081-1/+1