summaryrefslogtreecommitdiffstats
path: root/cc/input/input_handler.h
Commit message (Expand)AuthorAgeFilesLines
* Add initial CC support for scroll-blocks-onrbyers2015-02-051-1/+4
* Move touchpad pinch synthetic wheel event generation to Blinkccameron2015-02-021-0/+1
* Reconcile scroll and overscroll stretch when they disagreeccameron2014-12-231-0/+1
* Hook ScrollElasticityController to InputHandlerProxyccameron2014-11-131-0/+3
* Return overscroll data from cc::InputHandler::ScrollByccameron2014-11-071-13/+23
* Move page scale animation from LayerTreeHostImpl to LayerTreeImplbokan2014-10-021-5/+0
* [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
* 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
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-051-8/+8
* 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-231-2/+2
* For main thread event handling, if event causesmiletus@chromium.org2013-12-081-2/+8
* cc: Initialize PageScaleAnimation's start time on first animationbrianderson@chromium.org2013-09-261-1/+0
* Trigger overlay scrollbar animation when the pointer is nearby.tony@chromium.org2013-09-261-0/+2
* 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-271-1/+1
* Track LatencyInfo through impl-thread scrolling.jbauman@chromium.org2013-06-111-0/+5
* cc: Disable LastInputEventForBeginFramebrianderson@chromium.org2013-06-061-3/+0
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-1/+1
* Remove cc/ dependency on WebKit::WebScrollbar*jamesr@chromium.org2013-05-221-2/+2
* 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
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-301-0/+12
* Revert 197178 "Make it possible to delegate root layer scroll of..."hshi@chromium.org2013-04-301-12/+0
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-291-0/+12
* 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
* 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
* cc: Fix capitalization style in chromified files.danakj@chromium.org2013-03-251-1/+1
* Implement windows mousewheel scroll by page functionalityjamesr@chromium.org2013-03-231-0/+5
* Part 5 of cc/ directory shuffles: inputjamesr@chromium.org2013-03-181-0/+98