summaryrefslogtreecommitdiffstats
path: root/cc/animation
Commit message (Expand)AuthorAgeFilesLines
* Remove unused cc::Animation RunStatesajuma@chromium.org2013-11-216-219/+16
* Don't PushProperties every commit for animating layersajuma@chromium.org2013-11-184-49/+41
* De-activate LayerAnimationControllers when all animations are WaitingForDeletionajuma@chromium.org2013-11-182-3/+93
* cc: Alow animations to be aborted from either threadajuma@chromium.org2013-11-174-12/+279
* Allow the computation of inflated bounds for non matrix transform operations.vollick@chromium.org2013-11-053-157/+206
* Remove cc::LayerAnimationController:SuspendAnimationsajuma@chromium.org2013-11-023-11/+3
* Fix perspective transform operation interpolationvollick@chromium.org2013-10-302-11/+44
* Implement new overlay scrollbar specsdavemoore@chromium.org2013-10-253-91/+268
* Add Color animation curves.avallee@chromium.org2013-10-248-8/+255
* Remove superfluous WebLayerImpl::resumeAnimations()steveblock@chromium.org2013-10-233-23/+1
* Remove Animation::InstanceType.dongseong.hwang@intel.com2013-10-183-17/+9
* Enable linear fade scrollbar animation on programmatic scrolljdduke@chromium.org2013-10-112-10/+10
* Inflating bounds for rotation should support min/max progressvollick@chromium.org2013-10-112-97/+115
* Support calculation of inflated bounds for rotation transform operations.vollick@chromium.org2013-10-102-1/+409
* cc: Support animating filtersajuma@chromium.org2013-10-037-23/+167
* Grow scrollbars while the mouse is over the track or thumb.tony@chromium.org2013-10-016-0/+66
* Trigger overlay scrollbar animation when the pointer is nearby.tony@chromium.org2013-09-265-3/+26
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-252-5/+5
* Revert 224725 "Fix compilation and ui_unittests with float trans..."sky@chromium.org2013-09-232-5/+5
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-232-5/+5
* cc: Use SkMScalar instead of doubles for transforms in ccenne@chromium.org2013-09-126-206/+216
* Add a thinning scrollbar animator for desktop overlay scrollbars.tony@chromium.org2013-09-116-7/+408
* Suppress scrollbar animation if the scroll gesture does not scrolljdduke@chromium.org2013-09-064-23/+111
* Take time_offset into account when ticking animations that are Startingajuma@chromium.org2013-09-043-10/+41
* cc: Remove unnecessary "default" cases from switch statements.reveman@chromium.org2013-08-271-1/+7
* Rename ScrollbarLayer\* to PaintedScrollbarLayer\*wjmaclean@chromium.org2013-08-221-3/+3
* Compute bounds of animated layersajuma@chromium.org2013-08-1515-4/+640
* Add PRESUBMIT check to cc to ensure that C++ std::abs is usedshawnsingh@google.com2013-07-292-3/+4
* Revert 214144 "Add PRESUBMIT check to cc to ensure that C++ std:..."shawnsingh@google.com2013-07-292-4/+3
* Add PRESUBMIT check to cc to ensure that C++ std::abs is usedshawnsingh@google.com2013-07-282-3/+4
* cc: No need to include trees/single_thread_proxy.h in animation/ unittest.tfarina@chromium.org2013-07-201-1/+0
* Define cc::FilterKeyframe and cc::KeyframedFilterAnimationCurveajuma@chromium.org2013-07-185-12/+257
* Use a direct include of time headers in cc/.avi@chromium.org2013-06-273-3/+3
* cc: Create a AnimationDelegate interface and an adapter class in compositor_b...tfarina@chromium.org2013-06-264-17/+35
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-112-2/+2
* Use a direct include of strings headers in cc/.avi@chromium.org2013-06-101-1/+1
* cc: remove TransferAnimationsTo dead codeshawnsingh@chromium.org2013-06-053-58/+0
* After http://crrev.com/202755, timing functions can now produce values outsid...vollick@chromium.org2013-06-043-16/+106
* Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-9/+9
* Update refernces to Blink's Platform API (cc)abarth@chromium.org2013-05-292-2/+2
* Do not clamp y values on internal knots of timing function bezier curvesvollick@chromium.org2013-05-293-78/+83
* Allow animations with inactive observers to reach the Starting stateajuma@chromium.org2013-05-273-1/+74
* Remove cc/ dependency on WebKit::WebScrollbar*jamesr@chromium.org2013-05-221-5/+1
* cc: Fix most cpplint errors in cc/enne@chromium.org2013-05-012-3/+3
* Enable tests for AnimationFinished notificationsajuma@chromium.org2013-04-221-25/+43
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-114-13/+136
* Revert 193629 "Fix main-thread event handling for impl-only anim..."kinuko@chromium.org2013-04-114-136/+13
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-114-13/+136
* LayerTreeHost::SetAnimationEvents should use AnimationRegistrarajuma@chromium.org2013-04-085-80/+286
* cc: Make animations tick regardless of drawing.danakj@chromium.org2013-04-063-68/+76