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
*
events: Move gestures out of ui/base/ into ui/events/.
sadrul@chromium.org
2013-09-25
18
-3272
/
+0
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
7
-11
/
+11
*
If a touchmove event which would normally begin a scroll is consumed
tdresser@chromium.org
2013-09-13
5
-23
/
+88
*
Tuning gesture recognizer parameters
miletus@chromium.org
2013-09-10
2
-3
/
+2
*
Minor tweak to RootWindow::CleanupGestureRecognizerState
sky@chromium.org
2013-08-28
1
-1
/
+1
*
Add support for maintaining ordinal values through GestureRecognizer
davemoore@chromium.org
2013-08-12
3
-5
/
+86
*
Fix for gesture_recognizer crash
bokan@chromium.org
2013-07-12
1
-4
/
+1
*
Use a direct include of time headers in ui/.
avi@chromium.org
2013-06-28
3
-3
/
+3
*
Let ui::GestureEvent carry its original ui::TouchEvent's latency info
miletus@chromium.org
2013-06-27
1
-0
/
+7
*
Add scroll prediction as a configurable gesture parameter.
flackr@chromium.org
2013-06-20
4
-1
/
+34
*
Fix window positioning when detaching tab with touch after two-finger tap
mohsen@chromium.org
2013-06-17
1
-8
/
+11
*
Use a direct include of strings headers in ui/, part 1.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Let gesture carry microseconds timestamp
miletus@chromium.org
2013-05-29
1
-2
/
+4
*
Generate tap gesture with tap_count = 3 for triple-tap
miletus@chromium.org
2013-05-29
3
-12
/
+31
*
Extract Immersive configuration out of GestureConfiguration.
tfarina@chromium.org
2013-05-22
2
-27
/
+0
*
Don't send ScrollUpdate in GS_PINCH state if touch-moves are consumed
miletus@chromium.org
2013-05-17
1
-5
/
+31
*
Trigger immersive fullscreen more easily at top of screen
jamescook@chromium.org
2013-05-09
2
-0
/
+29
*
Don't cancel touches/gestures on capture release.
rbyers@chromium.org
2013-05-01
2
-4
/
+8
*
Gesture Recognizer: When receiving second touch pressed while in scroll state,
varunjain@chromium.org
2013-05-01
1
-5
/
+5
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-20
1
-12
/
+0
*
Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"
wjia@chromium.org
2013-03-19
1
-0
/
+12
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-19
1
-12
/
+0
*
Add ability to set tab scrub delay from about:gesture
davemoore@chromium.org
2013-03-01
2
-2
/
+10
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-1
/
+0
*
Prevent negative sizes in gesture code.
danakj@chromium.org
2013-01-23
1
-1
/
+3
*
Revert "ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes alwa...
danakj@chromium.org
2013-01-22
1
-3
/
+1
*
ui: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-16
1
-1
/
+1
*
Added TapSuppressionController params to gesture configurations
mohsen@chromium.org
2013-01-09
2
-0
/
+22
*
ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.
danakj@chromium.org
2013-01-08
1
-1
/
+3
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
1
-2
/
+5
*
Fix a test suppression caused by windows floating point differences.
rjkroege@chromium.org
2013-01-02
1
-31
/
+13
*
Suppress failing test VelocityCalculatorTest.RequiresEnoughData on windows.
rjkroege@google.com
2012-12-13
1
-1
/
+9
*
Use consistent velocity trend to start a touch scroll gesture.
rjkroege@chromium.org
2012-12-13
7
-39
/
+99
*
Revert 171934
xiyuan@chromium.org
2012-12-08
6
-73
/
+28
*
Use consistent velocity trend to start a touch scroll gesture.
rjkroege@chromium.org
2012-12-08
6
-28
/
+73
*
events: Add Event::name() to help debugging/logging
sadrul@chromium.org
2012-12-06
1
-1
/
+1
*
Refactor access to scroll deltas in GesturePoint
rjkroege@chromium.org
2012-12-05
3
-36
/
+33
*
Bound the maximum touchscreen fling velocity.
rjkroege@chromium.org
2012-12-03
3
-6
/
+12
*
Make the fling acceleration curve be easily configurable.
rjkroege@chromium.org
2012-11-14
3
-61
/
+24
*
Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...
shawnsingh@chromium.org
2012-11-13
1
-3
/
+1
*
ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.
danakj@chromium.org
2012-11-12
1
-1
/
+3
*
Revert 166986 - Make the fling acceleration curve be easily configurable.
raymes@chromium.org
2012-11-09
3
-24
/
+61
*
Make the fling acceleration curve be easily configurable.
rjkroege@chromium.org
2012-11-09
3
-61
/
+24
*
Provide a smoothly-interpolated additional acceleration of fling starts.
rjkroege@chromium.org
2012-11-06
1
-31
/
+41
*
aura: Create new gesture LongTap that is dispatched if the user completes a
varunjain@chromium.org
2012-11-02
2
-0
/
+17
*
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
[next]