summaryrefslogtreecommitdiffstats
path: root/cc/animation/layer_animation_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-151-20/+16
* cc: Make LayerAnimationController only call StartAnimations when neededajuma@chromium.org2014-05-071-3/+11
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-0/+1
* cc: Animations committed together should start togetherajuma@chromium.org2014-04-301-220/+308
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-1/+0
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-0/+1
* cc: Respect specified animation start timesdstockwell@chromium.org2014-04-091-4/+5
* cc: Compute the maximum scale of animationsajuma@chromium.org2014-04-031-0/+33
* cc: Identify animations that affect scaleajuma@chromium.org2014-03-311-0/+15
* Remove wall time from NotifyAnimationStarted and NotifyAnimationFinished.mithro@mithis.com2014-03-101-10/+8
* Compute accurate screen space bounds for animated layers.avallee@chromium.org2014-01-241-2/+32
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-1/+1
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-6/+6
* Add monotonic time and target property to cc::AnimationDelegate notificationsajuma@chromium.org2013-12-091-4/+12
* cc: Clean up tick times used for LayerAnimationControllerTestsajuma@chromium.org2013-12-071-4/+5
* cc: Support animating scroll offsetajuma@chromium.org2013-12-031-0/+41
* Remove unused cc::Animation RunStatesajuma@chromium.org2013-11-211-52/+3
* Don't PushProperties every commit for animating layersajuma@chromium.org2013-11-181-37/+24
* De-activate LayerAnimationControllers when all animations are WaitingForDeletionajuma@chromium.org2013-11-181-3/+11
* cc: Alow animations to be aborted from either threadajuma@chromium.org2013-11-171-4/+40
* Remove cc::LayerAnimationController:SuspendAnimationsajuma@chromium.org2013-11-021-8/+0
* Add Color animation curves.avallee@chromium.org2013-10-241-0/+7
* Remove superfluous WebLayerImpl::resumeAnimations()steveblock@chromium.org2013-10-231-10/+1
* Remove Animation::InstanceType.dongseong.hwang@intel.com2013-10-181-4/+2
* cc: Support animating filtersajuma@chromium.org2013-10-031-22/+61
* Take time_offset into account when ticking animations that are Startingajuma@chromium.org2013-09-041-10/+0
* Compute bounds of animated layersajuma@chromium.org2013-08-151-0/+26
* cc: Create a AnimationDelegate interface and an adapter class in compositor_b...tfarina@chromium.org2013-06-261-5/+5
* cc: remove TransferAnimationsTo dead codeshawnsingh@chromium.org2013-06-051-11/+0
* Update refernces to Blink's Platform API (cc)abarth@chromium.org2013-05-291-1/+1
* Allow animations with inactive observers to reach the Starting stateajuma@chromium.org2013-05-271-1/+10
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-111-5/+25
* Revert 193629 "Fix main-thread event handling for impl-only anim..."kinuko@chromium.org2013-04-111-25/+5
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-111-5/+25
* LayerTreeHost::SetAnimationEvents should use AnimationRegistrarajuma@chromium.org2013-04-081-39/+118
* cc: Make animations tick regardless of drawing.danakj@chromium.org2013-04-061-4/+10
* cc: Convert non-const reference arguments to pointers.danakj@chromium.org2013-03-271-4/+4
* Fix cpplint errors in cc/(animation|input|layers|trees|test)/jamesr@chromium.org2013-03-261-5/+3
* cc: Fix capitalization style in chromified files.danakj@chromium.org2013-03-251-1/+1
* Part 3 of cc/ directory shuffles: animationjamesr@chromium.org2013-03-181-0/+628