summaryrefslogtreecommitdiff
path: root/clutter/clutter-timeline.c
Commit message (Expand)AuthorAgeFilesLines
* timeline: Add more debug outputPhilip Withnall2015-09-211-2/+22
* timeline: Ensure waiting_first_tick is set before adding the timelinePhilip Withnall2015-09-211-1/+1
* docs: Move to markdownEmmanuele Bassi2014-03-171-25/+22
* timeline: Fix bad logic in checkEmmanuele Bassi2014-02-101-8/+8
* Use the new macros for adding private dataEmmanuele Bassi2013-07-031-18/+13
* timeline: Ensure the range on the cubic bezier control pointsEmmanuele Bassi2013-04-051-0/+5
* timeline: Use the right function pointer offsetEmmanuele Bassi2013-03-051-1/+1
* timeline: Add progress-based marker APIEmmanuele Bassi2013-02-201-26/+120
* timeline: Add cubic-bezier() progress functionsEmmanuele Bassi2012-07-191-0/+103
* timeline: Add support for step() progressEmmanuele Bassi2012-07-191-0/+96
* docs: Mention the Timeline::stopped signal in the class descriptionEmmanuele Bassi2012-06-131-3/+5
* timeline: Emit last ::completed before ::stoppedEmmanuele Bassi2012-06-131-2/+4
* timeline: Add a new "stopped" signalEmmanuele Bassi2012-05-311-5/+51
* docs: Annotation fixesEmmanuele Bassi2012-04-301-1/+1
* timeline: Add an internal function for advancing a timelineEmmanuele Bassi2012-04-271-4/+22
* easing: Add utility functionsEmmanuele Bassi2012-04-271-54/+1
* timeline: Increment current-repeat after ::completedEmmanuele Bassi2012-03-191-2/+2
* timeline: Add more state accessorsEmmanuele Bassi2012-03-151-0/+54
* Fix missing/redundant declarationsEmmanuele Bassi2012-03-071-1/+4
* Fix the progress function scope annotationEmmanuele Bassi2012-02-231-1/+1
* timeline: Add progress functionsEmmanuele Bassi2012-02-231-13/+236
* timeline: Add repeat-countEmmanuele Bassi2012-02-131-34/+147
* timeline: Deprecate the clone() methodEmmanuele Bassi2012-02-131-6/+13
* Fix compiler warningsEmmanuele Bassi2012-01-161-1/+1
* timeline: Add custom parser for "markers"Emmanuele Bassi2011-11-271-32/+230
* Remove CLUTTER_TIMESTAMP debug macroEmmanuele Bassi2011-11-151-3/+3
* docs: Fix the ClutterTimeline:auto-reverse linkEmmanuele Bassi2011-09-021-1/+1
* docs: Remove mentions of "frames" in TimelineEmmanuele Bassi2011-09-021-1/+1
* 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