summaryrefslogtreecommitdiffstats
path: root/cc/input
Commit message (Expand)AuthorAgeFilesLines
* Translate the overscroll elasticity layer by the overscroll amountccameron2014-12-052-5/+12
* Revert of Translate the overscroll elasticity layer by the overscroll amount ...thestig2014-12-052-12/+5
* Translate the overscroll elasticity layer by the overscroll amountccameron2014-12-052-5/+12
* Allow changing top controls heightdtrainor2014-12-043-32/+118
* Refactor delta/sent_delta logic into self-contained abstraction.aelias2014-12-041-1/+2
* Create PageScaleAnimation after ImplTree is activated.bokan2014-11-211-0/+19
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-181-9/+8
* Hook ScrollElasticityController to InputHandlerProxyccameron2014-11-133-0/+188
* Return overscroll data from cc::InputHandler::ScrollByccameron2014-11-072-13/+36
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-237-12/+12
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-9/+5
* cc: Change scoped_ptr<T>() to nullptr.danakj2014-10-151-2/+1
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-4/+4
* Move page scale animation from LayerTreeHostImpl to LayerTreeImplbokan2014-10-022-6/+2
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-8/+9
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+1
* Properly initialize top controls content offset on LayerTreeHost.bokan2014-09-151-1/+0
* Made Blink aware of top controls offsetbokan2014-09-094-102/+122
* Plumb selection edge points through the compositorjdduke@chromium.org2014-08-222-3/+4
* [Android] Implementation of overscroll effect for Android Ljdduke@chromium.org2014-08-151-1/+2
* Impl thread smooth scrolling.skobes@chromium.org2014-07-101-0/+3
* Route selection bounds updates through the compositorjdduke@chromium.org2014-07-013-0/+76
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-152-30/+35
* Make LayerScrollOffsetDelegate updates consistent.mkosiba@chromium.org2014-05-151-19/+15
* Allow repeated fling boosting for accelerated scrollingjdduke@chromium.org2014-05-061-0/+4
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-1/+1
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-1/+1
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-1/+1
* Scroll on main if impl-hit testing isn't guaranteed to be correctvollick@chromium.org2014-04-161-1/+10
* Revert of Revert of Early terminate flings when scrolling impossible (https:/...jdduke@chromium.org2014-04-021-9/+2
* Revert of Early terminate flings when scrolling impossible (https://coderevie...tkent@chromium.org2014-04-011-2/+9
* Early terminate flings when scrolling impossiblejdduke@chromium.org2014-03-311-9/+2
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-1/+3
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-051-8/+8
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-121-2/+5
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-051-1/+1
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-236-18/+18
* [#3] Pass gfx structs by const ref (gfx::SizeF)r.kasibhatla@samsung.com2014-01-163-11/+11
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+1
* For main thread event handling, if event causesmiletus@chromium.org2013-12-081-2/+8
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-252-8/+10
* Lock the top controls during pinch zoomjdduke@chromium.org2013-10-253-1/+111
* Use total page scale in the LayerScrollOffsetDelegate.mkosiba@chromium.org2013-10-091-1/+1
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-0/+4
* cc: Initialize PageScaleAnimation's start time on first animationbrianderson@chromium.org2013-09-263-7/+19
* Trigger overlay scrollbar animation when the pointer is nearby.tony@chromium.org2013-09-261-0/+2
* [android_webview] Use a fraction to calculate scroll offset.mkosiba@chromium.org2013-09-261-1/+15
* Add a thinning scrollbar animator for desktop overlay scrollbars.tony@chromium.org2013-09-111-0/+1