summaryrefslogtreecommitdiffstats
path: root/cc/animation
Commit message (Expand)AuthorAgeFilesLines
* Add missing include to timing_function.hkotenkov2015-10-201-0/+1
* Simplify the mapping between scroll layer and scrollbars.aelias2015-10-088-113/+138
* Update scrollbar layer property tree opacity when it becomes activejaydasika2015-09-182-2/+3
* CC Animations: Allow timelines and players without host to support non-compos...loyso2015-09-091-1/+1
* Add rotation tests to compositor rotation.soonm2015-09-031-0/+56
* Apply skew on both axes together rather than sequentially on Compositornainar2015-09-033-14/+8
* cc: Make animation contents scale aware of trees affected by animationsajuma2015-08-205-35/+213
* Revert "Fix for bug where composited rotate3d should SLERP instead of interpo...soonm2015-08-073-41/+6
* cc: Keep the transform tree's to_screen_is_animated updatedajuma2015-08-046-10/+259
* CC Animation: Fix pauseAnimation so it doesn't reset blink negative delays.loyso2015-07-312-9/+39
* cc: Clean up <Property>IsAnimating and related logicajuma2015-07-245-44/+218
* cc: Fix post-commit property tree update for animationsajuma2015-07-132-0/+14
* CC Animations: Port Impl-only-scrolling to use compositor animation timelines.loyso2015-07-086-16/+181
* cc: Make ScrollOffsetAnimationCurve::UpdateTarget better handle large velocityajuma2015-07-072-5/+35
* Fix unused variables errors in cc/.mlamouri2015-07-064-22/+14
* CC Animations: Redirect all compositor animation requests to AnimationHost.loyso2015-07-032-0/+223
* CC Animations: Establish AnimationHost, AnimationTimeline and AnimationPlayer.loyso2015-07-0314-0/+1907
* Fix for bug where composited rotate3d should SLERP instead of interpolating t...soonm2015-06-293-6/+41
* Fix assumptions made in LAC::MarkAnimationsForDeletionvollick2015-06-193-8/+29
* Matrix decomposition for mismatched functions in keyframesbehara.ms2015-06-192-53/+65
* Fix animation start event to have specified start time if settserng2015-06-182-3/+102
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-2/+2
* Move ObserverList to base namespace.brettw2015-06-021-6/+6
* cc: Fix size_t to int truncations in animation/ and debug/.vmpstr2015-06-021-12/+11
* cc: Make re-added animations get pushed to the compositor threadajuma2015-05-212-19/+20
* Animation start scale should be considered for the raster scalebehara.ms2015-05-057-0/+172
* Pass gfx structs by const ref(gfx::Vector2D/F)a.berwal2015-04-301-2/+2
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-232-2/+6
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-091-6/+6
* CC Animations: Move all the passes over controllers to AnimationRegistrarloyso2015-03-063-17/+111
* cc: Make scrollbar animations not require traversing the layer tree.sunnyps2015-02-258-86/+128
* Fix Enum Style Throughout CC.ericrk2015-02-2014-577/+527
* Mechanical rename of tracing includes for /ccprimiano2015-01-281-1/+1
* cc: Make LayerAnimationController keep state for clearing scroll deltaajuma2015-01-224-26/+90
* CC Animation: Use unique animation IDs to sync main and impl threads.loyso2015-01-215-246/+187
* cc: Fix scroll offset after scroll animation is canceledajuma2015-01-164-11/+69
* CC: Allow cubic-bezier timing inputs outside the range [0, 1]loyso2015-01-091-0/+62
* Fix forward declarationslof842014-12-233-3/+12
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-232-2/+2
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-227-0/+53
* Define step timing function for the cc animation framework.loyso2014-12-223-0/+155
* replace COMPILE_ASSERT with static_assert in cc/mostynb2014-12-201-6/+8
* Use EXPECT_EQ when possible.hush2014-12-042-9/+9
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-189-367/+503
* Make cc::Animation::TrimTimeToCurrentIteration andbehara.ms2014-11-1211-378/+676
* Moving background animation ticking from LayerTreeHostImpl into the Scheduler.mithro2014-11-101-1/+5
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-238-9/+9
* Cleanup: Update paths to vector3d_f.h includes.tfarina2014-10-233-3/+3
* Standardize usage of virtual/override/final in cc/dcheng2014-10-219-68/+65
* cc: Remove main-thread tracing of animationsdstockwell2014-10-161-5/+4