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
/
events
/
gestures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't drop the floating point part of events when converting types.
danakj
2015-10-23
1
-1
/
+1
*
[Android] Support double-tap selection
jdduke
2015-09-25
2
-39
/
+0
*
Enforce marking "override" for functions overriding Blink in ui/.
avi
2015-09-25
1
-2
/
+2
*
Enforce marking "override" for functions overriding Blink in ui/.
avi
2015-09-24
1
-3
/
+3
*
Drop ui::TouchEvent shims for radius_{x,y} and force
robert.bradford
2015-09-04
1
-2
/
+3
*
Stop crash with > 16 active touches, harden MotionEvent interface.
tdresser
2015-09-02
4
-16
/
+41
*
html_viewer: Correctly set axis and orientation of MotionEvent.
sadrul
2015-06-25
1
-34
/
+2
*
Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in u...
d.samantaray
2015-05-27
1
-1
/
+1
*
Remove gfx::FrameTime for a single clock source
abhishek.ka
2015-05-26
1
-2
/
+1
*
Validate that asynchronous touch acks are associated with the right event
lanwei
2015-05-25
6
-58
/
+19
*
Set the unique_event_id when converting from TouchEvent to WebTouchEvent
lanwei
2015-04-29
3
-5
/
+22
*
Unifying how gesture event inherits touch event's LatencyInfo
miletus
2015-04-17
2
-16
/
+0
*
Refactors code for WebGestureCurve to ui/events/gestures/blink
sky
2015-04-03
5
-0
/
+297
*
Prevent capture from transferring touch event streams.
tdresser
2015-03-18
4
-39
/
+30
*
Don't pass touches to gesture recognizer for async acks.
tdresser
2015-02-19
4
-9
/
+7
*
Invalid press events don't create multiple pointers with the same id.
tdresser
2015-01-26
2
-8
/
+23
*
Fixed ui::TouchEvent rotation angle out-of-bound issue.
mustaq
2015-01-21
2
-19
/
+57
*
Remove ui::TouchEvent -> blink::WebTouchEvent conversion methods.
tdresser
2015-01-08
5
-59
/
+95
*
Cleanup: Update the path to insets and point headers.
tfarina
2014-12-23
1
-1
/
+1
*
Expose native, desktop and mobile gesture detection defaults
jdduke
2014-12-15
7
-34
/
+43
*
The GestureRecognizer should never map an ID to a NULL consumer
tdanderson
2014-12-11
1
-3
/
+6
*
Re-enable Eager Gesture Recognition on Aura
tdresser
2014-12-09
6
-32
/
+47
*
Merge MotionEventAura::PointData and ui::PointerProperties from motion_event_...
lanwei
2014-11-19
2
-217
/
+63
*
Add input latency histograms for wheel events
ccameron
2014-11-03
1
-1
/
+1
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
4
-53
/
+46
*
Adopt ui::GestureConfiguration on Android
lanwei
2014-10-27
5
-247
/
+15
*
Remove abstract Clone and Cancel methods from MotionEvent
jdduke
2014-10-24
3
-49
/
+30
*
Standardize usage of virtual/override/final in ui/
dcheng
2014-10-21
2
-31
/
+25
*
Consolidate content fling implementations
jdduke
2014-10-10
3
-39
/
+77
*
Change GestureConfiguration types to be consistent with each other and with the
pkasting
2014-10-09
4
-68
/
+67
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
5
-49
/
+49
*
Avoid a compiler error by initializing a local variable.
gusfernandez
2014-10-03
1
-1
/
+1
*
fling: Remove a bunch of code for configuring fling curves.
Sadrul Habib Chowdhury
2014-09-25
2
-22
/
+0
*
Remove unsupported parameters by the unified gesture detector from Gesture Co...
lanwei
2014-09-16
2
-80
/
+0
*
Add modifier flags to MotionEvent
jdduke
2014-09-12
5
-5
/
+29
*
Make touch orientation attributes visible in Blink.
mustaq
2014-09-02
4
-47
/
+164
*
Add the actual location coordinates to the touch cancel event
lanwei
2014-08-29
2
-33
/
+39
*
Use MotionEvent::MAX_TOUCH_POINT_COUNT
tdresser
2014-08-27
2
-7
/
+8
*
Remove old Aura Gesture Detection Pipeline.
tdresser
2014-08-26
15
-2694
/
+50
*
Remove NOTIMPLEMENTED guard in MotionEvent{Web|Aura}::GetToolType
jdduke@chromium.org
2014-08-18
2
-11
/
+23
*
Change the max_swipe_deviation_ratio to max_swipe_deviation_angle.
lanwei@chromium.org
2014-08-11
3
-8
/
+13
*
Eager Gesture Recognition on Aura
tdresser@chromium.org
2014-08-08
6
-26
/
+244
*
athena: Add support for fling-scroll in overview mode.
sadrul@chromium.org
2014-08-06
3
-0
/
+156
*
Support vsync-aligned input with a MotionEventBuffer
jdduke@chromium.org
2014-08-01
1
-7
/
+2
*
Hide pinch zoom quantization behind a flag.
tdresser@chromium.org
2014-07-28
2
-1
/
+7
*
Add a MotionEventGeneric implementation
jdduke@chromium.org
2014-07-24
2
-41
/
+5
*
Fix gesture debugging
jdduke@chromium.org
2014-07-22
1
-1
/
+1
*
Replace touch_ids_bitfield_ with first_touch_id_.
tdresser@chromium.org
2014-07-14
4
-41
/
+26
*
Provide max gesture bounds and option to ignore touch size during pinch
jdduke@chromium.org
2014-07-02
1
-1
/
+1
*
Extend MotionEvent to have tool type and button state
changwan@chromium.org
2014-06-21
2
-0
/
+12
[next]