summaryrefslogtreecommitdiff
path: root/clutter/clutter-timeline.c
Commit message (Expand)AuthorAgeFilesLines
* timeline: Cast elapsed time before emitting ::new-frameEmmanuele Bassi2011-07-181-2/+4
* Remove private helper #define'sJasper St. Pierre2011-03-031-9/+9
* clutter-timeline: Emit the new-frame signal even on the first frameNeil Roberts2011-01-241-0/+2
* timeline: Check if the timeline is playing in do_tickChris Lord2011-01-181-0/+8
* timeline: Rename the reverse property to auto-reverseEmmanuele Bassi2010-12-171-29/+28
* timeline: Add :reverse propertyEmmanuele Bassi2010-11-181-19/+137
* Move away from GTimeValEmmanuele Bassi2010-11-171-9/+8
* Move more classes to install_properties()Emmanuele Bassi2010-10-181-37/+35
* introspection: Add annotationsEmmanuele Bassi2010-09-031-4/+5
* Conditionally use g_object_notify_by_pspecNeil Roberts2010-08-101-5/+13
* Hide the marshallersEmmanuele Bassi2010-06-111-5/+5
* Remove mentions of the FSF addressEmmanuele Bassi2010-03-011-3/+3
* analysis: ClutterTimelineEmmanuele Bassi2010-02-121-4/+0
* [timeline] Account for clock roll backs between framesEmmanuele Bassi2009-09-161-10/+23
* Remove the last few fixed-point entry pointsEmmanuele Bassi2009-06-191-16/+0
* [timelines] Improve marker hit check and don't fudge the deltaNeil Roberts2009-06-111-17/+85
* Revert "[timeline] Don't clamp the elapsed time when a looping tl reaches the...Neil Roberts2009-06-111-93/+49
* [timeline] Don't clamp the elapsed time when a looping tl reaches the endNeil Roberts2009-06-101-49/+93
* Move elapsed-time calculations into ClutterTimelineOwen W. Taylor2009-06-091-14/+39
* Simplify timeout list handling for the master clockOwen W. Taylor2009-06-091-10/+29
* [docs] Various gtk-docs fixesEmmanuele Bassi2009-06-091-49/+1
* Properly adjust msecs_delta when clamping elapsed timeOwen W. Taylor2009-06-081-3/+11
* Fix stopping a timelineOwen W. Taylor2009-06-061-1/+1
* [timeline] Remove the concept of frames from timelinesNeil Roberts2009-06-041-460/+178
* Revert commit 762873e7Emmanuele Bassi2009-06-031-7/+3
* [master clock] Avoid excessive redrawsEmmanuele Bassi2009-06-031-3/+7
* [docs] Document the destructor for TimelineEmmanuele Bassi2009-05-061-2/+4
* Accumulate small deltasNeil Roberts2009-05-011-1/+3
* [timeline] Expose the msec advancementEmmanuele Bassi2009-05-011-9/+7
* Use a single master "clock" to drive timelinesEmmanuele Bassi2009-04-241-169/+78
* [ClutterTimeline] Fix clutter_timeline_set_delayChris Lord2009-03-261-5/+5
* Remove usage of the grave accent as quotation markEmmanuele Bassi2009-03-171-6/+6
* Count timeline frames using the FPS instead of an integer intervalNeil Roberts2009-03-161-10/+8
* Move ClutterTimeline to CoglFixedEmmanuele Bassi2009-03-101-15/+10
* Add gobject-introspection annotationsOwen W. Taylor2009-02-201-3/+3
* [timeline] Set the n_markers out paramaterEmmanuele Bassi2009-02-201-0/+3
* Bug 1388 - Clarify signal emission for advance_to_marker()Emmanuele Bassi2009-01-271-0/+5
* Bug 1387 - Clarify new-frame signal emission with advance()Emmanuele Bassi2009-01-271-1/+6
* [timeline] Check the fps property range in the ctorEmmanuele Bassi2009-01-271-1/+1
* [timeline] Move a complex condition into its own functionEmmanuele Bassi2009-01-271-9/+12
* [timeline] Intern signal namesEmmanuele Bassi2009-01-271-5/+5
* [timeline] Whitespace fixesEmmanuele Bassi2009-01-271-8/+21
* [timeline] Documentation and comment fixesEmmanuele Bassi2009-01-271-36/+39
* [timeline] Create markers hash tables on demandEmmanuele Bassi2009-01-271-12/+48
* [timeline] Limit timelines to 1000 frames per secondEmmanuele Bassi2009-01-271-55/+64
* [clutter-timeline] Remove the code for backwards timelines in get_progressNeil Roberts2009-01-231-3/+0
* [Automatic fixed-to-float.sh change] Applies all scripted changesRobert Bragg2009-01-201-4/+4
* 2008-12-05 Emmanuele Bassi <ebassi@linux.intel.com>Emmanuele Bassi2008-12-051-1/+1
* * clutter/clutter-timeline.c:Neil Roberts2008-12-051-1/+1
* Bug 1207 - Timelines sometime miss markersNeil Roberts2008-11-031-31/+46