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-timeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
timeline: Cast elapsed time before emitting ::new-frame
Emmanuele Bassi
2011-07-18
1
-2
/
+4
*
Remove private helper #define's
Jasper St. Pierre
2011-03-03
1
-9
/
+9
*
clutter-timeline: Emit the new-frame signal even on the first frame
Neil Roberts
2011-01-24
1
-0
/
+2
*
timeline: Check if the timeline is playing in do_tick
Chris Lord
2011-01-18
1
-0
/
+8
*
timeline: Rename the reverse property to auto-reverse
Emmanuele Bassi
2010-12-17
1
-29
/
+28
*
timeline: Add :reverse property
Emmanuele Bassi
2010-11-18
1
-19
/
+137
*
Move away from GTimeVal
Emmanuele Bassi
2010-11-17
1
-9
/
+8
*
Move more classes to install_properties()
Emmanuele Bassi
2010-10-18
1
-37
/
+35
*
introspection: Add annotations
Emmanuele Bassi
2010-09-03
1
-4
/
+5
*
Conditionally use g_object_notify_by_pspec
Neil Roberts
2010-08-10
1
-5
/
+13
*
Hide the marshallers
Emmanuele Bassi
2010-06-11
1
-5
/
+5
*
Remove mentions of the FSF address
Emmanuele Bassi
2010-03-01
1
-3
/
+3
*
analysis: ClutterTimeline
Emmanuele Bassi
2010-02-12
1
-4
/
+0
*
[timeline] Account for clock roll backs between frames
Emmanuele Bassi
2009-09-16
1
-10
/
+23
*
Remove the last few fixed-point entry points
Emmanuele Bassi
2009-06-19
1
-16
/
+0
*
[timelines] Improve marker hit check and don't fudge the delta
Neil Roberts
2009-06-11
1
-17
/
+85
*
Revert "[timeline] Don't clamp the elapsed time when a looping tl reaches the...
Neil Roberts
2009-06-11
1
-93
/
+49
*
[timeline] Don't clamp the elapsed time when a looping tl reaches the end
Neil Roberts
2009-06-10
1
-49
/
+93
*
Move elapsed-time calculations into ClutterTimeline
Owen W. Taylor
2009-06-09
1
-14
/
+39
*
Simplify timeout list handling for the master clock
Owen W. Taylor
2009-06-09
1
-10
/
+29
*
[docs] Various gtk-docs fixes
Emmanuele Bassi
2009-06-09
1
-49
/
+1
*
Properly adjust msecs_delta when clamping elapsed time
Owen W. Taylor
2009-06-08
1
-3
/
+11
*
Fix stopping a timeline
Owen W. Taylor
2009-06-06
1
-1
/
+1
*
[timeline] Remove the concept of frames from timelines
Neil Roberts
2009-06-04
1
-460
/
+178
*
Revert commit 762873e7
Emmanuele Bassi
2009-06-03
1
-7
/
+3
*
[master clock] Avoid excessive redraws
Emmanuele Bassi
2009-06-03
1
-3
/
+7
*
[docs] Document the destructor for Timeline
Emmanuele Bassi
2009-05-06
1
-2
/
+4
*
Accumulate small deltas
Neil Roberts
2009-05-01
1
-1
/
+3
*
[timeline] Expose the msec advancement
Emmanuele Bassi
2009-05-01
1
-9
/
+7
*
Use a single master "clock" to drive timelines
Emmanuele Bassi
2009-04-24
1
-169
/
+78
*
[ClutterTimeline] Fix clutter_timeline_set_delay
Chris Lord
2009-03-26
1
-5
/
+5
*
Remove usage of the grave accent as quotation mark
Emmanuele Bassi
2009-03-17
1
-6
/
+6
*
Count timeline frames using the FPS instead of an integer interval
Neil Roberts
2009-03-16
1
-10
/
+8
*
Move ClutterTimeline to CoglFixed
Emmanuele Bassi
2009-03-10
1
-15
/
+10
*
Add gobject-introspection annotations
Owen W. Taylor
2009-02-20
1
-3
/
+3
*
[timeline] Set the n_markers out paramater
Emmanuele Bassi
2009-02-20
1
-0
/
+3
*
Bug 1388 - Clarify signal emission for advance_to_marker()
Emmanuele Bassi
2009-01-27
1
-0
/
+5
*
Bug 1387 - Clarify new-frame signal emission with advance()
Emmanuele Bassi
2009-01-27
1
-1
/
+6
*
[timeline] Check the fps property range in the ctor
Emmanuele Bassi
2009-01-27
1
-1
/
+1
*
[timeline] Move a complex condition into its own function
Emmanuele Bassi
2009-01-27
1
-9
/
+12
*
[timeline] Intern signal names
Emmanuele Bassi
2009-01-27
1
-5
/
+5
*
[timeline] Whitespace fixes
Emmanuele Bassi
2009-01-27
1
-8
/
+21
*
[timeline] Documentation and comment fixes
Emmanuele Bassi
2009-01-27
1
-36
/
+39
*
[timeline] Create markers hash tables on demand
Emmanuele Bassi
2009-01-27
1
-12
/
+48
*
[timeline] Limit timelines to 1000 frames per second
Emmanuele Bassi
2009-01-27
1
-55
/
+64
*
[clutter-timeline] Remove the code for backwards timelines in get_progress
Neil Roberts
2009-01-23
1
-3
/
+0
*
[Automatic fixed-to-float.sh change] Applies all scripted changes
Robert Bragg
2009-01-20
1
-4
/
+4
*
2008-12-05 Emmanuele Bassi <ebassi@linux.intel.com>
Emmanuele Bassi
2008-12-05
1
-1
/
+1
*
* clutter/clutter-timeline.c:
Neil Roberts
2008-12-05
1
-1
/
+1
*
Bug 1207 - Timelines sometime miss markers
Neil Roberts
2008-11-03
1
-31
/
+46
[next]