summaryrefslogtreecommitdiffstats
path: root/cc/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the current delta to InputHandlerClient::DidOverscroll.mkosiba@chromium.org2013-07-171-2/+7
* Use a direct include of time headers in cc/.avi@chromium.org2013-06-273-3/+3
* Track LatencyInfo through impl-thread scrolling.jbauman@chromium.org2013-06-111-0/+5
* cc: Disable LastInputEventForBeginFramebrianderson@chromium.org2013-06-061-3/+0
* Refactor SynchronousCompositor out of SynchronousCompositorOutputSurface.mkosiba@chromium.org2013-05-301-0/+3
* Rename ClampToMin and ClampToMaxvollick@chromium.org2013-05-301-2/+2
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-1/+1
* Remove cc/ dependency on WebKit::WebScrollbar*jamesr@chromium.org2013-05-222-2/+42
* Hide location bar on Javascript-initiated scroll.mvanouwerkerk@chromium.org2013-05-213-35/+64
* Route compositor overscroll events to the input handler.jdduke@chromium.org2013-05-201-0/+9
* The moves the compositor thread's input event cracking logic in to content/ f...jamesr@chromium.org2013-05-201-15/+20
* Remove current pinch-zoom scrollbar implementation.wjmaclean@chromium.org2013-05-176-462/+0
* Tweaks to top controls behavior for fullscreen API support.tedchoc@chromium.org2013-05-011-1/+1
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-302-0/+50
* Revert 197178 "Make it possible to delegate root layer scroll of..."hshi@chromium.org2013-04-302-50/+0
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-292-0/+50
* Add fling velocity updates from gesture curves.jdduke@chromium.org2013-04-291-0/+2
* Flip the cc::InputHandler and cc::InputHandlerClient names, they are backwardsjamesr@chromium.org2013-04-291-18/+14
* Add page scale animation easing.jdduke@chromium.org2013-04-262-12/+25
* Touchscreen fling doesn't work when finger leaves windowbokan@chromium.org2013-04-231-0/+4
* cc: Use input events to trigger vsyncskyostil@chromium.org2013-04-221-0/+3
* Delete layout_viewport_size.aelias@chromium.org2013-04-091-8/+2