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
/
aura
/
gestures
/
gesture_recognizer_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate tap gesture with tap_count = 3 for triple-tap
miletus@chromium.org
2013-05-29
1
-0
/
+55
*
Don't send ScrollUpdate in GS_PINCH state if touch-moves are consumed
miletus@chromium.org
2013-05-17
1
-0
/
+95
*
Gesture Recognizer: When receiving second touch pressed while in scroll state,
varunjain@chromium.org
2013-05-01
1
-2
/
+39
*
ui/aura: Remove unnecessary scoped_ptr ".get()" calls.
tfarina@chromium.org
2013-04-23
1
-1
/
+1
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-20
1
-60
/
+0
*
Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"
wjia@chromium.org
2013-03-19
1
-0
/
+60
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-19
1
-60
/
+0
*
aura-x11: Make sure the touch event with the native event gets dispatched.
sadrul@chromium.org
2013-02-06
1
-22
/
+30
*
ui: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-16
1
-3
/
+3
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
1
-1
/
+2
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
1
-2
/
+2
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-6
/
+6
*
Use consistent velocity trend to start a touch scroll gesture.
rjkroege@chromium.org
2012-12-13
1
-252
/
+282
*
Revert 171934
xiyuan@chromium.org
2012-12-08
1
-17
/
+17
*
Use consistent velocity trend to start a touch scroll gesture.
rjkroege@chromium.org
2012-12-08
1
-17
/
+17
*
Refactor access to scroll deltas in GesturePoint
rjkroege@chromium.org
2012-12-05
1
-3
/
+4
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
1
-3
/
+2
*
Desktop aura: Break aura::Window::SetParent in two.
erg@chromium.org
2012-11-28
1
-43
/
+43
*
aura: Create new gesture LongTap that is dispatched if the user completes a
varunjain@chromium.org
2012-11-02
1
-0
/
+50
*
gesture recognizer: Cleanup some code and fix a test.
sadrul@chromium.org
2012-10-29
1
-17
/
+38
*
gesture recognizer: Improve multi-finger scrolling.
sadrul@chromium.org
2012-10-24
1
-5
/
+15
*
Disable GestureRecognizerTest.GestureEventLongPress on Windows
szym@chromium.org
2012-10-24
1
-1
/
+8
*
Fix getting tap events on scroll gestures when touchmove is consumed
rbyers@chromium.org
2012-10-17
1
-7
/
+67
*
touch: Coalesce touch-events, and remove the touch-event queue from the gestu...
sadrul@chromium.org
2012-10-17
1
-51
/
+17
*
Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2
cpu@chromium.org
2012-10-10
1
-6
/
+6
*
Revert 160976 - The center of a rect is x+width/2, y+height/2
cpu@chromium.org
2012-10-10
1
-6
/
+6
*
The center of a rect is x+width/2, y+height/2
danakj@chromium.org
2012-10-09
1
-6
/
+6
*
events: Clean up dispatching code for touch-events.
sadrul@chromium.org
2012-09-27
1
-7
/
+4
*
Fix drift while scrolling.
rjkroege@chromium.org
2012-09-25
1
-2
/
+56
*
Add GestureTapCancel gesture type
rbyers@chromium.org
2012-09-11
1
-131
/
+151
*
events: Move EventTarget into Event.
sadrul@chromium.org
2012-09-07
1
-2
/
+2
*
Fix leaks in aura_unittests
oshima@chromium.org
2012-09-05
1
-7
/
+13
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
1
-1
/
+1
*
events: Get rid of GestureStatus in favour of EventResult.
sadrul@chromium.org
2012-09-04
1
-2
/
+2
*
gestures: Fix a bug where a swipe wasn't being generated for a two-finger ges...
sadrul@chromium.org
2012-08-29
1
-0
/
+62
*
Change default values of some gesture related constants
varunjain@chromium.org
2012-08-28
1
-15
/
+15
*
gesture: Include velocity in scroll-update gestures.
sadrul@chromium.org
2012-08-20
1
-0
/
+30
*
gesture recognizer: Change the way a processed touch-release event is handled.
sadrul@chromium.org
2012-08-13
1
-0
/
+84
*
gesture recognizer: Make sure a combination of sync/async touch-events work c...
sadrul@chromium.org
2012-08-13
1
-1
/
+53
*
gesture recognizer: Some cleanup and workaround for a crash.
sadrul@chromium.org
2012-08-13
1
-1
/
+28
*
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
sadrul@chromium.org
2012-08-10
1
-1
/
+1
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
1
-125
/
+125
*
gestures: Generate only either scroll-end or fling-start events at the end of...
sadrul@chromium.org
2012-08-09
1
-8
/
+13
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
1
-280
/
+284
*
gesture recognizer: Make sure the pinch/scroll only when the finger is moved ...
sadrul@chromium.org
2012-08-07
1
-0
/
+50
*
Pass tap count (1 or 2) with tap gesture events
rbyers@chromium.org
2012-08-03
1
-1
/
+142
*
Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...
ben@chromium.org
2012-07-29
1
-107
/
+107
*
gesture recognizer: Fix computing the bounding box of the rectangles.
sadrul@chromium.org
2012-07-27
1
-0
/
+78
*
gesture recognizer: Expose bounding-box for the points in a gesture-event.
sadrul@chromium.org
2012-07-23
1
-19
/
+12
*
gestures: Process some consumed touch-move events for gesture-recognition.
sadrul@chromium.org
2012-07-09
1
-0
/
+115
[next]