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
/
gesture_detection
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-25
8
-0
/
+12
*
Redefined the bit WebTouchEvent.causesScrollingIfUncanceled.
mustaq
2016-02-08
3
-30
/
+99
*
Remove ui/gfx/screen_type_delegate.h
scottmg
2016-01-27
1
-1
/
+1
*
Don't send touch events to windows like menus when the touch occurs outside t...
ananta
2016-01-14
1
-3
/
+8
*
Clean up event flags a bit:
pkasting
2016-01-08
1
-2
/
+2
*
Switch to standard integer types in ui/events/.
avi
2015-12-24
35
-51
/
+93
*
Convert Pass()→std::move() in ui/
dcheng
2015-12-18
4
-23
/
+29
*
Use std::default_delete as the default deleter for scoped_ptr.
dcheng
2015-11-19
3
-0
/
+3
*
Pass MotionEvent tilt angles to Blink on Android.
eero.hakkinen
2015-11-02
4
-0
/
+12
*
Aura on Android: Making events work
mfomitchev
2015-10-29
1
-0
/
+4
*
Remove myself from several OWNER files
jdduke
2015-10-26
1
-1
/
+1
*
[Android] Allow multi-tap selection in editable regions
jdduke
2015-10-23
1
-3
/
+0
*
Don't use base::MessageLoop::{Quit,QuitClosure} in ui/
ki.stfu
2015-10-12
1
-1
/
+1
*
Support a stylus drag zoom gesture
jdduke
2015-10-02
8
-34
/
+77
*
[Android] Disable double-tap selection
jdduke
2015-10-01
1
-1
/
+3
*
[Android] Support double-tap selection
jdduke
2015-09-25
10
-46
/
+219
*
gfx: Make conversions from Size to SizeF be explicit.
danakj
2015-09-25
1
-1
/
+1
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-1
/
+1
*
Move Singleton and related structs to namespace base
olli.raula
2015-09-10
3
-6
/
+6
*
events: Avoid implicit conversion from Rect to RectF in events_unittests
danakj
2015-09-09
1
-44
/
+36
*
Avoid implicit conversion from Rect to RectF in events and gfx tests.
danakj
2015-09-08
1
-3
/
+3
*
[Android] Reduce the max allowed gesture bounds size
jdduke
2015-09-03
1
-6
/
+6
*
Stop crash with > 16 active touches, harden MotionEvent interface.
tdresser
2015-09-02
5
-3
/
+19
*
[Android] Remove the --disable-click-delay flag
jdduke
2015-08-18
2
-9
/
+1
*
Disable tap suppression logic for WebView
jdduke
2015-08-06
4
-0
/
+27
*
Update BitSet32
jdduke
2015-07-29
2
-5
/
+156
*
[Android] Expose native ViewConfiguration constants as DIPs
jdduke
2015-07-09
1
-15
/
+7
*
html_viewer: Correctly set axis and orientation of MotionEvent.
sadrul
2015-06-25
3
-0
/
+90
*
Fix motion event orientation handling for styluses.
e.hakkinen
2015-05-29
1
-2
/
+5
*
Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in u...
d.samantaray
2015-05-27
2
-3
/
+3
*
Only send SCROLL_BEGIN when a SCROLL_UPDATE will occur.
tdresser
2015-05-26
3
-44
/
+43
*
Validate that asynchronous touch acks are associated with the right event
lanwei
2015-05-25
8
-217
/
+241
*
Cleanup: Simplify some checks in tests.
thestig
2015-05-11
2
-5
/
+5
*
Makes GestureConfiguration pluggable and provides implementations for mandoline
sky
2015-05-07
5
-7
/
+50
*
Pass gfx structs by const ref (gfx::Vector2d/F)
a.berwal
2015-05-04
1
-3
/
+3
*
Pass gfx structs by const ref (gfx::PointF)
a.berwal
2015-04-30
1
-3
/
+3
*
Set the unique_event_id when converting from TouchEvent to WebTouchEvent
lanwei
2015-04-29
8
-53
/
+65
*
Removed obsolete float_util.h as VS2013 supports standards well enough.
mateuszs
2015-04-24
1
-4
/
+4
*
Exposes more mutation functions to MotionEventGeneric
sky
2015-03-25
3
-9
/
+45
*
Always forward touch events to the TouchEventQueue
jdduke
2015-02-26
1
-1
/
+1
*
Don't pass touches to gesture recognizer for async acks.
tdresser
2015-02-19
1
-1
/
+1
*
Mechanical rename of tracing includes for /ui
ssid
2015-01-27
2
-2
/
+2
*
Expose double-tap platform support via ui::GestureConfiguration
jdduke
2015-01-23
7
-1
/
+17
*
Always use ACTION_UP for generating tap events
jdduke
2015-01-21
2
-3
/
+8
*
replace COMPILE_ASSERT with static_assert in ui/
mostynb
2015-01-14
2
-3
/
+3
*
TouchExplorationController shouldn't ack ignored touches.
tdresser
2015-01-05
1
-8
/
+2
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-2
/
+3
*
Change CHECK to DCHECK for crash due to touch exploration with eager GR.
tdresser
2014-12-16
1
-2
/
+8
*
Expose native, desktop and mobile gesture detection defaults
jdduke
2014-12-15
7
-50
/
+195
*
Re-enable Eager Gesture Recognition on Aura
tdresser
2014-12-09
7
-20
/
+211
[next]