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
/
events
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 208866 "Handle alternate types in HandleMouseEvent."
pkotwicz@chromium.org
2013-06-28
2
-4
/
+27
*
Insert text directly from the virtual keyboard.
bryeung@chromium.org
2013-06-21
3
-431
/
+0
*
Fix the aura unit tests for ozone=1
rjkroege@chromium.org
2013-06-21
1
-0
/
+2
*
Add support for cros touchpad metrics gesture
sheckylin@chromium.org
2013-06-20
2
-0
/
+5
*
Let ui::TouchEvent carry LatencyInfo
miletus@chromium.org
2013-06-18
2
-0
/
+21
*
Fix window positioning when detaching tab with touch after two-finger tap
mohsen@chromium.org
2013-06-17
1
-2
/
+2
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in ui/, part 1.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Make the ui_unittests pass for ozone
rjkroege@chromium.org
2013-06-02
2
-0
/
+4
*
Extend MouseWheelEvent to support both X and Y scrolls
sheckylin@chromium.org
2013-05-03
3
-10
/
+15
*
ash: SystemGestureEventFilter should not process gestures while a drag drop is
varunjain@chromium.org
2013-05-01
2
-0
/
+8
*
Add myself (sadrul@chromium.org) to OWN ui/base/events/
sadrul@chromium.org
2013-04-30
1
-0
/
+1
*
Move KeyIdentifier->KeyEvent conversion to src/ui/.
bryeung@chromium.org
2013-04-16
4
-1
/
+432
*
events: Fix dispatching non-cancelable events.
sadrul@chromium.org
2013-04-15
3
-70
/
+175
*
Remove Event::system_location
oshima@chromium.org
2013-04-11
2
-26
/
+9
*
Correct scale for touch radius & scroll offset ordinal
miletus@chromium.org
2013-04-05
2
-12
/
+14
*
Manually compute inverted matrix for screen rotation
oshima@chromium.org
2013-03-26
2
-7
/
+5
*
Short term workaround to deal with calculation error caused by inverted matrix.
oshima@chromium.org
2013-03-23
1
-2
/
+1
*
Use floored value for screen size and mouse location for consistency.
oshima@chromium.org
2013-03-20
1
-2
/
+5
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-20
3
-3
/
+0
*
Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"
wjia@chromium.org
2013-03-19
3
-0
/
+3
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-19
3
-3
/
+0
*
Fix translate amount when rotated.
oshima@chromium.org
2013-03-14
1
-1
/
+2
*
Fix Views textfield Unicode alt key code handling.
msw@chromium.org
2013-03-08
2
-22
/
+38
*
events: Make sure the unaccelerated scroll deltas get adjusted properly for d...
sadrul@chromium.org
2013-02-28
2
-0
/
+15
*
Revert 185344 (horrible CL description)
sadrul@chromium.org
2013-02-28
2
-15
/
+0
*
patch from issue 12321090
sadrul@chromium.org
2013-02-28
2
-0
/
+15
*
We use UMA to track event latency both as a group of all events
davemoore@chromium.org
2013-02-27
1
-4
/
+4
*
Plumbs through ET_CANCEL_MODE, which is intended to be used when modal
sky@chromium.org
2013-02-21
5
-0
/
+30
*
Add support for ordinal scroll amounts
davemoore@chromium.org
2013-02-12
3
-5
/
+29
*
Linux/ChromeOS Chromium style checker cleanup, ui/ edition.
rsleevi@chromium.org
2013-02-06
1
-2
/
+2
*
Add ability for EventGenerator to generate Scroll events asynchronously
davemoore@chromium.org
2013-01-29
2
-19
/
+28
*
context menu does not work if one already open
sschmitz@chromium.org
2013-01-25
1
-1
/
+11
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
1
-2
/
+2
*
Scaling scroll/fling events in multi-monitor setup
sheckylin@chromium.org
2013-01-10
2
-0
/
+10
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
4
-47
/
+79
*
Clean-up EventHandler class comment.
bryeung@chromium.org
2012-12-20
1
-2
/
+2
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
5
-15
/
+9
*
Use CTM on touchscreens.
ynovikov@chromium.org
2012-12-15
2
-8
/
+7
*
events: Update key-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
5
-9
/
+9
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
5
-19
/
+22
*
Make EventHandler.dispatcher_ a stack
stevenjb@chromium.org
2012-12-10
3
-10
/
+14
*
events: Change the way a 'handled' event is dispatched.
sadrul@chromium.org
2012-12-10
3
-11
/
+23
*
events: Introduce non-cancelable events.
sadrul@chromium.org
2012-12-07
2
-3
/
+21
*
events: Change how EventDispatcher works.
sadrul@chromium.org
2012-12-06
3
-158
/
+181
*
Get some of the ash_unittests to run without crashing.
ben@chromium.org
2012-12-06
6
-3
/
+22
*
events: Add Event::name() to help debugging/logging
sadrul@chromium.org
2012-12-06
2
-8
/
+74
*
events: Make sure EventHandler that gets destroyed during a dispatch does not...
sadrul@chromium.org
2012-12-05
5
-27
/
+184
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
6
-12
/
+14
*
events: Start changing EventHandler interface to not return a value.
sadrul@chromium.org
2012-12-03
7
-64
/
+82
[next]