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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ui/aura/gestures/OWNERS
sadrul@chromium.org
2012-08-07
1
-0
/
+3
*
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
*
GestureRecognizer: Long press should be cancelled on prevented-defaulted moves.
varunjain@chromium.org
2012-06-26
1
-0
/
+40
*
aura: Turn off synthetic mouse-event generation from gestures.
sadrul@chromium.org
2012-06-26
1
-37
/
+0
*
ui-gestures: Added some type-specific accessors to gesture-events.
sadrul@chromium.org
2012-06-13
1
-6
/
+7
*
Fix TAP_DOWN gesture event:
varunjain@chromium.org
2012-06-07
1
-7
/
+67
*
It broke win aura bot
loislo@chromium.org
2012-06-07
1
-67
/
+7
*
Fix TAP_DOWN gesture event:
varunjain@chromium.org
2012-06-07
1
-7
/
+67
*
Changes SetCapture to transfer events rather then cancel all.
sky@chromium.org
2012-06-07
1
-0
/
+23
*
views: Process gesture events correctly in Link, Slider and ScrollBars.
sadrul@chromium.org
2012-06-05
1
-2
/
+33
*
Add two finger tap gesture to gesture recognizer.
varunjain@chromium.org
2012-06-05
1
-14
/
+379
*
Revert 140553 - Add two finger tap gesture to gesture recognizer.
cbentzel@chromium.org
2012-06-05
1
-379
/
+14
*
Add two finger tap gesture to gesture recognizer.
varunjain@chromium.org
2012-06-05
1
-14
/
+379
*
GestureScrollEnd event had non-zero velocity causing overscroll on software f...
rjkroege@chromium.org
2012-06-01
1
-8
/
+7
*
Revert 139473 - Revert 139398 - gesture recognizer: Allow multi-finger pinch/...
kinuko@chromium.org
2012-05-30
1
-231
/
+1
*
Revert 139398 - gesture recognizer: Allow multi-finger pinch/scroll gestures.
kinuko@chromium.org
2012-05-30
1
-1
/
+231
*
gesture recognizer: Allow multi-finger pinch/scroll gestures.
sadrul@chromium.org
2012-05-29
1
-231
/
+1
*
Compute the enclosing rectangle for circles/ellipses generated from a series ...
tdanderson@chromium.org
2012-05-17
1
-1
/
+245
*
Take 2 at: Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-15
1
-11
/
+18
*
Revert 136877 - Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-14
1
-18
/
+11
*
Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-14
1
-11
/
+18
*
Revert 133261 - Gesture Recognition unit tests have too many dependencies.
thestig@chromium.org
2012-04-20
1
-83
/
+1361
*
Gesture Recognition unit tests have too many dependencies.
tdresser@chromium.org
2012-04-20
1
-1361
/
+83
*
gesture recognizer: Send correct events to do gesture-flings.
sadrul@chromium.org
2012-04-17
1
-0
/
+9
*
Three Finger Swipe
tdresser@chromium.org
2012-04-17
1
-1
/
+193
*
gesture recognizer: Fix naming (from GestureRecognizerAura to GestureRecogniz...
sadrul@chromium.org
2012-04-10
1
-3
/
+3
*
aura gesture recognizer: Address a missed nit from an earlier review.
sadrul@chromium.org
2012-04-06
1
-55
/
+55
*
ui: Move gesture-recognizer into ui/base/.
sadrul@chromium.org
2012-04-05
15
-1908
/
+39
*
Fix build from collision between r130990 and r130987.
sadrul@chromium.org
2012-04-05
1
-2
/
+2
*
Touches outside the Root Window contribute to system level gestures.
sadrul@chromium.org
2012-04-05
2
-7
/
+45
*
A preventDefaulted touch release is treated as a touch cancel.
sadrul@chromium.org
2012-04-05
3
-92
/
+179
*
Long Press shouldn't fire instantly.
tdresser@chromium.org
2012-04-02
1
-2
/
+2
*
Gesture recognition constants should all be stored in the GestureConfiguratio...
tdresser@chromium.org
2012-03-29
5
-74
/
+128
*
Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...
jbates@chromium.org
2012-03-27
1
-2
/
+4
*
Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...
aa@chromium.org
2012-03-26
1
-4
/
+2
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-26
1
-2
/
+4
*
Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...
rnk@chromium.org
2012-03-23
1
-4
/
+2
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-23
1
-2
/
+4
*
Touch Lock is based on proximity to other touches.
tdresser@chromium.org
2012-03-21
9
-51
/
+267
*
Scroll End Events report velocities "on rails"
tdresser@chromium.org
2012-03-07
2
-2
/
+114
*
Adding persistance for gesture recognition parms.
girard@chromium.org
2012-03-07
1
-1
/
+2
*
Allow running aura_unittests with valgrind, and fix a leak it exposes.
sadrul@chromium.org
2012-03-05
1
-2
/
+2
*
Mac Aura fails compile and some tests
dhollowa@chromium.org
2012-03-03
1
-2
/
+2
*
Gestures are now possible using touch events with any ids
tdresser@chromium.org
2012-03-02
5
-118
/
+250
*
Update GestureRecognizer State Diagram to use point-ids
tdresser@chromium.org
2012-03-01
1
-3
/
+3
[next]