index
:
delta/gnome/clutter.git
clutter-1.0
clutter-1.10
clutter-1.12
clutter-1.14
clutter-1.16
clutter-1.18
clutter-1.2
clutter-1.20
clutter-1.22
clutter-1.24
clutter-1.4
clutter-1.6
clutter-1.8
master
msvc-support
msvc-support-1.8
msvc-support-2.0
msvc-support-master
pick-each-frame
rbradford/requires-private
rbradford/wayland
tomeu/cogl2
wayland-0.99
wip/action-handle-event
wip/carlosg/touchpad-gestures
wip/clip-with-swap-buffers
wip/clutter-1.99
wip/cogl-winsys-egl
wip/cogl-winsys-glx
wip/cogl2
wip/evdev-tablet-support
wip/faster-pango-1.6
wip/frame-synchronization
wip/garnacho/egl-emulated-screen-rotation
wip/gaussian-blur
wip/layout-children
wip/mir
wip/mir-keepsurface
wip/neil/effect-snippets
wip/neil/wayland-compositor
wip/optimizations-2
wip/piotrdrag/unicode-typography
wip/quadbuffer-stereo
wip/stereo
wip/touchpad-gestures
wip/wayland
wip/wayland-compositor
wip/wayland-compositor-help
wip/wayland-for-demo
wip/wayland-surface-actor
gitlab.gnome.org: GNOME/clutter.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clutter
/
clutter-animator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
script: Hide private symbols
Emmanuele Bassi
2011-09-07
1
-9
/
+9
*
docs: Fixes for building the API reference
Emmanuele Bassi
2011-07-26
1
-1
/
+1
*
Eliminate G_CONST_RETURN
Emmanuele Bassi
2011-06-07
1
-1
/
+1
*
Remove private helper #define's
Jasper St. Pierre
2011-03-03
1
-3
/
+3
*
More ISO C90 warning fixes in Clutter
Emmanuele Bassi
2011-02-15
1
-5
/
+5
*
animator: Only free the animator key when we've finished with it
Rob Bradford
2011-01-26
1
-1
/
+2
*
Clean up clutter-private.h/6
Emmanuele Bassi
2010-10-21
1
-0
/
+2
*
Move more classes to install_properties()
Emmanuele Bassi
2010-10-18
1
-16
/
+17
*
Remove unnecessary GLib version checks
Emmanuele Bassi
2010-10-18
1
-5
/
+0
*
Use G_DEFINE_BOXED_TYPE for all boxed types
Emmanuele Bassi
2010-10-18
1
-13
/
+3
*
animator: Code style fixes
Emmanuele Bassi
2010-09-29
1
-15
/
+15
*
ClutterAnimator doesn't ref timeline properly
Stephen Kennedy
2010-09-29
1
-5
/
+18
*
animator: fix removal of all keys
Øyvind Kolås
2010-09-24
1
-16
/
+7
*
Further annotation fixes
Emmanuele Bassi
2010-09-08
1
-1
/
+1
*
introspection: Add annotations
Emmanuele Bassi
2010-09-03
1
-1
/
+3
*
animator: Plug some leaks
Emmanuele Bassi
2010-08-13
1
-13
/
+7
*
Conditionally use g_object_notify_by_pspec
Neil Roberts
2010-08-10
1
-1
/
+7
*
animator: Remove redundant parenthesis
Emmanuele Bassi
2010-08-09
1
-1
/
+1
*
animator: Improve the key value copy
Emmanuele Bassi
2010-08-08
1
-13
/
+28
*
Mark property strings for translation
Emmanuele Bassi
2010-07-15
1
-4
/
+4
*
animator: fix removal of multiple keys
Øyvind Kolås
2010-07-06
1
-5
/
+6
*
docs: Various fixes for gtk-doc
Emmanuele Bassi
2010-06-30
1
-4
/
+4
*
animator: avoid walking off empty list
Øyvind Kolås
2010-06-16
1
-1
/
+1
*
Merge branch 'wip/constraints'
Emmanuele Bassi
2010-05-21
1
-1
/
+1
|
\
|
*
Miscellaneous documentation fixes
Emmanuele Bassi
2010-05-19
1
-1
/
+1
*
|
animator: fix issue of dropped frames towards end of animations
Øyvind Kolås
2010-05-17
1
-3
/
+6
|
/
*
animator: fix looping when doing cubic interpolation
Øyvind Kolås
2010-05-05
1
-2
/
+2
*
animator: only keys that are removed due to actors disappearing are inert
Øyvind Kolås
2010-05-05
1
-20
/
+38
*
animator: refactoring
Øyvind Kolås
2010-05-05
1
-83
/
+84
*
animator: retain ease-in/interpolation when changing first key
Øyvind Kolås
2010-05-05
1
-1
/
+37
*
animator: fix crash when setting keys on running animator
Øyvind Kolås
2010-05-05
1
-0
/
+4
*
animator: compare floating point values with an epsilon
Øyvind Kolås
2010-03-03
1
-3
/
+6
*
animator: fix a crash in clutter_animator_compute_value
Øyvind Kolås
2010-03-03
1
-0
/
+3
*
animator: s/clutter_animator_run/clutter_animator_start/
Øyvind Kolås
2010-03-02
1
-2
/
+2
*
animator: restore accidentally removed break
Øyvind Kolås
2010-03-02
1
-0
/
+2
*
docs: Documentation fixes
Emmanuele Bassi
2010-03-02
1
-2
/
+3
*
Do not overwrite the initial key, making ease-in work as expected.
Øyvind Kolås
2010-03-01
1
-9
/
+0
*
docs: gtk-doc fixes for Animator
Emmanuele Bassi
2010-02-25
1
-13
/
+27
*
docs: Add visual cue for Animator's key frames
Emmanuele Bassi
2010-02-25
1
-0
/
+21
*
animator: Add a :timeline property
Emmanuele Bassi
2010-02-25
1
-1
/
+25
*
animator: Remove NULL check in remove_key()
Emmanuele Bassi
2010-02-25
1
-5
/
+6
*
animator: handle no initial key
Øyvind Kolås
2010-02-25
1
-43
/
+65
*
animator: added clutter_animator_compute_value
Øyvind Kolås
2010-02-25
1
-13
/
+199
*
animator: removed bogus arg in keys interpolation accessor
Øyvind Kolås
2010-02-25
1
-9
/
+7
*
Conditionally use G_VALUE_COLLECT_INIT() macro
Emmanuele Bassi
2010-02-25
1
-1
/
+6
*
animator: Append parsed animator keys to previously parsed ones
Bastian Winkler
2010-02-24
1
-2
/
+5
*
analysis: ClutterAnimator/2
Emmanuele Bassi
2010-02-12
1
-3
/
+1
*
analysis: ClutterAnimator/1
Emmanuele Bassi
2010-02-12
1
-1
/
+9
*
animator: Zero the AnimatorKey:value member
Emmanuele Bassi
2010-02-08
1
-3
/
+3
*
docs: Fixes for ClutterAnimator
Emmanuele Bassi
2010-02-08
1
-1
/
+1
[next]