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
/
event.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 208866 "Handle alternate types in HandleMouseEvent."
pkotwicz@chromium.org
2013-06-28
1
-0
/
+18
*
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
1
-0
/
+1
*
Let ui::TouchEvent carry LatencyInfo
miletus@chromium.org
2013-06-18
1
-0
/
+14
*
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
1
-0
/
+3
*
Extend MouseWheelEvent to support both X and Y scrolls
sheckylin@chromium.org
2013-05-03
1
-3
/
+5
*
Remove Event::system_location
oshima@chromium.org
2013-04-11
1
-8
/
+7
*
Correct scale for touch radius & scroll offset ordinal
miletus@chromium.org
2013-04-05
1
-10
/
+12
*
Manually compute inverted matrix for screen rotation
oshima@chromium.org
2013-03-26
1
-5
/
+2
*
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
1
-1
/
+0
*
Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"
wjia@chromium.org
2013-03-19
1
-0
/
+1
*
Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP
miletus@chromium.org
2013-03-19
1
-1
/
+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
1
-20
/
+32
*
events: Make sure the unaccelerated scroll deltas get adjusted properly for d...
sadrul@chromium.org
2013-02-28
1
-0
/
+11
*
Revert 185344 (horrible CL description)
sadrul@chromium.org
2013-02-28
1
-11
/
+0
*
patch from issue 12321090
sadrul@chromium.org
2013-02-28
1
-0
/
+11
*
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
1
-0
/
+12
*
Add support for ordinal scroll amounts
davemoore@chromium.org
2013-02-12
1
-5
/
+14
*
Add ability for EventGenerator to generate Scroll events asynchronously
davemoore@chromium.org
2013-01-29
1
-3
/
+11
*
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
1
-0
/
+5
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
1
-46
/
+70
*
Use CTM on touchscreens.
ynovikov@chromium.org
2012-12-15
1
-3
/
+3
*
events: Introduce non-cancelable events.
sadrul@chromium.org
2012-12-07
1
-3
/
+11
*
Get some of the ash_unittests to run without crashing.
ben@chromium.org
2012-12-06
1
-0
/
+3
*
events: Add Event::name() to help debugging/logging
sadrul@chromium.org
2012-12-06
1
-6
/
+68
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
1
-2
/
+2
*
events: Start changing EventHandler interface to not return a value.
sadrul@chromium.org
2012-12-03
1
-0
/
+11
*
Initialize ScrollEvent offsets for ET_SCROLL_FLING_CANCEL
xiyuan@chromium.org
2012-11-30
1
-1
/
+5
*
Makes KeyEvent::Copy() const.
sky@chromium.org
2012-11-30
1
-1
/
+1
*
Metro mouse move events do not contain mouse-button information save the stat...
gab@chromium.org
2012-11-29
1
-0
/
+2
*
Support 3f swipe for tab scrubbing
davemoore@chromium.org
2012-11-29
1
-1
/
+1
*
Revert 170138 - Support 3f swipe for tab scrubbing
davemoore@chromium.org
2012-11-29
1
-1
/
+1
*
Support 3f swipe for tab scrubbing
davemoore@chromium.org
2012-11-29
1
-1
/
+1
*
gfx::Transform API clean-up
vollick@chromium.org
2012-11-26
1
-7
/
+8
*
aura: Make sure ScrollEvents are dispatched correctly.
sadrul@chromium.org
2012-11-14
1
-0
/
+11
*
Better mouse support for metro aura
cpu@chromium.org
2012-11-05
1
-0
/
+5
*
ui: Split some bits out of event_constants into event_utils.
sadrul@chromium.org
2012-11-05
1
-1
/
+2
*
Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...
ananta@chromium.org
2012-11-01
1
-3
/
+5
*
ui: Remove implicit flooring from Point3f and rename the class to Point3F
danakj@chromium.org
2012-10-31
1
-4
/
+5
*
linux desktop aura: Write a minimal, fake implementation of SetCapture.
erg@chromium.org
2012-10-23
1
-2
/
+0
*
touch: Make sure the timestamp is set correctly on the touchevents.
sadrul@chromium.org
2012-10-22
1
-11
/
+24
*
touch: Coalesce touch-events, and remove the touch-event queue from the gestu...
sadrul@chromium.org
2012-10-17
1
-19
/
+17
*
Migrate ui::Transform to gfx::Transform
shawnsingh@chromium.org
2012-10-14
1
-2
/
+3
[next]