index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
base
/
gestures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-6
/
+7
*
gesture recognizer: Cleanup some code and fix a test.
sadrul@chromium.org
2012-10-29
2
-8
/
+11
*
gesture recognizer: Improve multi-finger scrolling.
sadrul@chromium.org
2012-10-24
2
-28
/
+34
*
Add a mechanism to provide non-linear scaling of fling acceleration.
rjkroege@chromium.org
2012-10-23
1
-3
/
+55
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
1
-1
/
+1
*
Store the dimensions of the first finger's enclosing rectangle when creating ...
tdanderson@chromium.org
2012-10-23
3
-1
/
+25
*
Remove all the "set noparent" directives
dpranke@chromium.org
2012-10-19
1
-1
/
+0
*
Minor tweak to click-detection algorithm
rbyers@chromium.org
2012-10-18
1
-1
/
+4
*
Fix getting tap events on scroll gestures when touchmove is consumed
rbyers@chromium.org
2012-10-17
2
-1
/
+5
*
touch: Coalesce touch-events, and remove the touch-event queue from the gestu...
sadrul@chromium.org
2012-10-17
4
-150
/
+8
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
events: Clean up dispatching code for touch-events.
sadrul@chromium.org
2012-09-27
5
-27
/
+27
*
Fix drift while scrolling.
rjkroege@chromium.org
2012-09-25
1
-8
/
+20
*
Add GestureTapCancel gesture type
rbyers@chromium.org
2012-09-11
2
-1
/
+19
*
Adjust defaults for touchscreen scrolling parameters.
rjkroege@chromium.org
2012-09-10
1
-2
/
+1
*
gesture recognizer: Plug a leak.
sadrul@chromium.org
2012-09-05
1
-6
/
+7
*
Fix leaks in aura_unittests
oshima@chromium.org
2012-09-05
1
-0
/
+2
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
7
-11
/
+11
*
gestures: Fix a bug where a swipe wasn't being generated for a two-finger ges...
sadrul@chromium.org
2012-08-29
1
-4
/
+4
*
Change default values of some gesture related constants
varunjain@chromium.org
2012-08-28
3
-4
/
+14
*
Slow touchscreen acceleration model and adjust default multiplier.
rjkroege@chromium.org
2012-08-26
2
-2
/
+2
*
Make the fling acceleration constant adjustable from chrome://gesture
rjkroege@chromium.org
2012-08-23
3
-1
/
+13
*
gesture: Include velocity in scroll-update gestures.
sadrul@chromium.org
2012-08-20
4
-43
/
+76
*
gesture recognizer: Change the way a processed touch-release event is handled.
sadrul@chromium.org
2012-08-13
1
-15
/
+30
*
gesture recognizer: Make sure a combination of sync/async touch-events work c...
sadrul@chromium.org
2012-08-13
2
-20
/
+91
*
gesture recognizer: Some cleanup and workaround for a crash.
sadrul@chromium.org
2012-08-13
3
-39
/
+23
*
gestures: Some more event cleanup.
sadrul@chromium.org
2012-08-10
3
-20
/
+6
*
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
sadrul@chromium.org
2012-08-10
1
-19
/
+1
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
4
-127
/
+65
*
gestures: Generate only either scroll-end or fling-start events at the end of...
sadrul@chromium.org
2012-08-09
1
-9
/
+7
*
gesture recognizer: Make sure the pinch/scroll only when the finger is moved ...
sadrul@chromium.org
2012-08-07
1
-2
/
+18
*
~GestureRecognizerImpl() was leaking memory. Now it doesn't. An unfortunate...
girard@chromium.org
2012-08-03
1
-0
/
+2
*
Pass tap count (1 or 2) with tap gesture events
rbyers@chromium.org
2012-08-03
4
-10
/
+18
*
gesture recognizer: Fix computing the bounding box of the rectangles.
sadrul@chromium.org
2012-07-27
2
-3
/
+7
*
gesture recognizer: Expose bounding-box for the points in a gesture-event.
sadrul@chromium.org
2012-07-23
4
-36
/
+22
*
ash: Record some additional information about the gestures.
sadrul@chromium.org
2012-07-23
4
-59
/
+75
*
Corrected issues with queued touch events. This fixes gestures in Windows.
girard@chromium.org
2012-07-11
1
-1
/
+1
*
aura: Change long press affordance according to UX mocks.
varunjain@chromium.org
2012-07-11
1
-1
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
8
-8
/
+0
*
Revert 146011 - aura: Change long press affordance according to UX mocks.
mihaip@chromium.org
2012-07-11
1
-1
/
+1
*
aura: Change long press affordance according to UX mocks.
varunjain@chromium.org
2012-07-11
1
-1
/
+1
*
gestures: Process some consumed touch-move events for gesture-recognition.
sadrul@chromium.org
2012-07-09
1
-46
/
+121
*
GestureRecognizer: Long press should be cancelled on prevented-defaulted moves.
varunjain@chromium.org
2012-06-26
5
-12
/
+71
*
Gesture Recognizer: Make short long press time configurable.
varunjain@chromium.org
2012-06-19
2
-0
/
+8
*
Touch related tweaks for tab dragging. Adds ability to current last
sky@chromium.org
2012-06-18
5
-0
/
+24
*
ui-gestures: Added some type-specific accessors to gesture-events.
sadrul@chromium.org
2012-06-13
3
-1
/
+174
*
Fix TAP_DOWN gesture event:
varunjain@chromium.org
2012-06-07
2
-5
/
+20
*
It broke win aura bot
loislo@chromium.org
2012-06-07
2
-20
/
+5
*
Fix TAP_DOWN gesture event:
varunjain@chromium.org
2012-06-07
2
-5
/
+20
*
Changes SetCapture to transfer events rather then cancel all.
sky@chromium.org
2012-06-07
3
-65
/
+90
[next]