Release Clutter 1.11.4 (snapshot)
[profile/ivi/clutter.git] / clutter / clutter-timeline.c
2012-05-31 Emmanuele Bassitimeline: Add a new "stopped" signal
2012-04-30 Emmanuele Bassidocs: Annotation fixes
2012-04-27 Emmanuele Bassitimeline: Add an internal function for advancing a...
2012-04-27 Emmanuele Bassieasing: Add utility functions
2012-03-19 Emmanuele Bassitimeline: Increment current-repeat after ::completed
2012-03-15 Emmanuele Bassitimeline: Add more state accessors
2012-03-07 Emmanuele BassiFix missing/redundant declarations
2012-02-23 Emmanuele BassiFix the progress function scope annotation
2012-02-23 Emmanuele Bassitimeline: Add progress functions
2012-02-13 Emmanuele Bassitimeline: Add repeat-count
2012-02-13 Emmanuele Bassitimeline: Deprecate the clone() method
2012-01-16 Emmanuele BassiFix compiler warnings
2011-11-27 Emmanuele Bassitimeline: Add custom parser for "markers"
2011-11-16 Chun-wei FanMerge branch 'master' into msvc-support-master
2011-11-15 Emmanuele BassiRemove CLUTTER_TIMESTAMP debug macro
2011-09-02 Emmanuele Bassidocs: Fix the ClutterTimeline:auto-reverse link
2011-09-02 Emmanuele Bassidocs: Remove mentions of "frames" in Timeline
2011-07-18 Emmanuele Bassitimeline: Cast elapsed time before emitting ::new-frame
2011-03-03 Jasper St. PierreRemove private helper #define's
2011-02-11 Emmanuele BassiMerge remote-tracking branch 'nobled/wayland-fixes2'
2011-01-24 Neil Robertsclutter-timeline: Emit the new-frame signal even on...
2011-01-18 Chris Lordtimeline: Check if the timeline is playing in do_tick
2010-12-17 Emmanuele Bassitimeline: Rename the reverse property to auto-reverse
2010-11-18 Emmanuele Bassitimeline: Add :reverse property
2010-11-17 Emmanuele BassiMove away from GTimeVal
2010-10-18 Emmanuele BassiMove more classes to install_properties()
2010-09-03 Emmanuele Bassiintrospection: Add annotations
2010-08-11 Emmanuele BassiMerge branch 'wip/table-layout'
2010-08-10 Neil RobertsConditionally use g_object_notify_by_pspec
2010-06-11 Emmanuele BassiMerge branch 'wip/deform-effect'
2010-06-11 Emmanuele BassiHide the marshallers
2010-03-01 Emmanuele BassiMerge branch 'stage-min-size-rework'
2010-03-01 Emmanuele BassiRemove mentions of the FSF address
2010-02-12 Emmanuele Bassianalysis: ClutterTimeline
2009-10-05 Emmanuele BassiMerge branch 'stage-window-object'
2009-09-16 Emmanuele Bassi[timeline] Account for clock roll backs between frames
2009-06-19 Emmanuele BassiRemove the last few fixed-point entry points
2009-06-11 Robert BraggBug 1406 - Handling of premultiplication in clutter
2009-06-11 Emmanuele BassiBug 1637 - Master clock improvements
2009-06-11 Neil Roberts[timelines] Improve marker hit check and don't fudge...
2009-06-11 Neil RobertsRevert "[timeline] Don't clamp the elapsed time when...
2009-06-10 Neil Roberts[timeline] Don't clamp the elapsed time when a looping...
2009-06-09 Owen W. TaylorMove elapsed-time calculations into ClutterTimeline
2009-06-09 Owen W. TaylorSimplify timeout list handling for the master clock
2009-06-09 Emmanuele Bassi[docs] Various gtk-docs fixes
2009-06-08 Owen W. TaylorProperly adjust msecs_delta when clamping elapsed time
2009-06-06 Owen W. TaylorFix stopping a timeline
2009-06-05 Emmanuele BassiMerge branch '1.0-integration'
2009-06-05 Neil RobertsMerge branch 'timeline-no-fps' into 1.0-integration
2009-06-04 Neil Roberts[timeline] Remove the concept of frames from timelines
2009-06-03 Emmanuele BassiRevert commit 762873e7
2009-06-03 Emmanuele Bassi[master clock] Avoid excessive redraws
2009-05-28 Emmanuele BassiMerge branch 'master' into 1.0-integration
2009-05-22 Emmanuele BassiMerge branch 'master' into 1.0-integration
2009-05-21 Neil RobertsMerge branch 'pango-vbo' into 1.0-integration
2009-05-20 Emmanuele BassiMerge commit 'origin/master' into 1.0-integration
2009-05-14 Emmanuele Bassi[docs] Document the destructor for Timeline
2009-05-06 Emmanuele Bassi[docs] Document the destructor for Timeline
2009-05-01 Neil RobertsAccumulate small deltas
2009-05-01 Emmanuele Bassi[timeline] Expose the msec advancement
2009-04-24 Emmanuele BassiUse a single master "clock" to drive timelines
2009-04-15 Emmanuele BassiMerge branch 'text-actor-layout-height'
2009-03-26 Chris Lord[ClutterTimeline] Fix clutter_timeline_set_delay
2009-03-17 Emmanuele BassiRemove usage of the grave accent as quotation mark
2009-03-16 Neil RobertsCount timeline frames using the FPS instead of an integ...
2009-03-12 Øyvind KolåsMerge commit 'origin/async-texture-thread-pool' into...
2009-03-10 Emmanuele BassiMove ClutterTimeline to CoglFixed
2009-02-20 Owen W. TaylorAdd gobject-introspection annotations
2009-02-20 Emmanuele Bassi[timeline] Set the n_markers out paramater
2009-01-28 Neil RobertsMerge branch 'scale-center'
2009-01-27 Emmanuele BassiMerge branch 'generic-actor-clone'
2009-01-27 Robert BraggMerge branch 'cogl-material'
2009-01-27 Emmanuele BassiBug 1388 - Clarify signal emission for advance_to_marker()
2009-01-27 Emmanuele BassiBug 1387 - Clarify new-frame signal emission with advance()
2009-01-27 Emmanuele Bassi[timeline] Check the fps property range in the ctor
2009-01-27 Emmanuele Bassi[timeline] Move a complex condition into its own function
2009-01-27 Emmanuele Bassi[timeline] Intern signal names
2009-01-27 Emmanuele Bassi[timeline] Whitespace fixes
2009-01-27 Emmanuele Bassi[timeline] Documentation and comment fixes
2009-01-27 Emmanuele Bassi[timeline] Create markers hash tables on demand
2009-01-27 Emmanuele Bassi[timeline] Limit timelines to 1000 frames per second
2009-01-23 Neil Roberts[clutter-timeline] Remove the code for backwards timeli...
2009-01-23 Robert BraggMerge commit 'origin/master' into cogl-material
2009-01-23 Emmanuele BassiMerge branch 'float-alpha-value'
2009-01-20 Robert BraggMerge branch 'cogl-float'
2009-01-20 Robert Bragg[Automatic fixed-to-float.sh change] Applies all script...
2008-12-09 Neil RobertsMerge commit 'git-svn' into multiple-texture-rectangle
2008-12-05 Emmanuele Bassi2008-12-05 Emmanuele Bassi <ebassi@linux.intel.com>
2008-12-05 Neil Roberts * clutter/clutter-timeline.c:
2008-11-03 Neil Roberts Bug 1207 - Timelines sometime miss markers
2008-10-30 Emmanuele Bassi2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com>
2008-08-01 Neil Roberts Bug 1071 - clutter_timeline_get_duration doesn't alway...
2008-07-26 Neil Roberts * clutter/clutter-timeline.c (clutter_timeline_list_ma...
2008-06-25 Emmanuele Bassi2008-06-25 Emmanuele Bassi <ebassi@openedhand.com>
2008-06-15 Emmanuele Bassi2008-06-15 Emmanuele Bassi <ebassi@openedhand.com>
2008-06-12 Emmanuele Bassi2008-06-12 Emmanuele Bassi <ebassi@openedhand.com>
2008-06-10 Tommi Komulainen7 small miscellaneous fixes
2008-05-12 Robert Bragg2008-05-12 Robert Bragg <bob@openedhand.com>
2008-04-18 Neil Roberts * clutter/clutter-timeline.c (clutter_timeline_get_pro...
2008-04-17 Neil Roberts Applied patch from bug #881
next