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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Windows] Produce correct DomKey for NumPad when combined with Shift/NumLock
chongz
2016-03-22
6
-59
/
+202
*
Make more of content pass "gn check"
brettw
2016-03-21
1
-1
/
+1
*
Fix multiple displays with Ozone X11.
kylechar
2016-03-21
1
-7
/
+1
*
[iOS] Define global assert_no_deps and use it to prevent regressions.
sdefresne
2016-03-21
1
-0
/
+8
*
Trim some headers from base/memory/scoped_ptr.h
dcheng
2016-03-17
1
-0
/
+1
*
Generate located Windows keycodes for number pad keys under Ozone
kpschoedel
2016-03-17
2
-6
/
+15
*
[iOS] Remove dependencies on //ipc from //ui/events.
sdefresne
2016-03-17
2
-5
/
+13
*
Deflake input_handler_proxy_unittest.cc.
tdresser
2016-03-14
1
-2
/
+6
*
IPC::ParamTraits for ui::PointerEvent.
moshayedi
2016-03-14
1
-0
/
+7
*
[Android] Fix DomKey when Ctrl/Alt/Shift is down
chongz
2016-03-11
5
-1
/
+88
*
Added missing MainThreadScrollingReason in histograms.xml
tdresser
2016-03-11
4
-5
/
+39
*
Implement Wheel Gesture Scrolling on OSX.
dtapuska
2016-03-11
6
-40
/
+452
*
MacViews: Fix MenuRunnerTest.NonLatinMnemonic
tapted
2016-03-10
2
-2
/
+10
*
Fix missing pointerTypes for touch.
mustaq
2016-03-09
2
-20
/
+25
*
Prepare ui/ module for compilation with OS X 10.7 deployment target.
erikchen
2016-03-08
1
-1
/
+4
*
Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...
markdittmer
2016-03-04
6
-4
/
+94
*
Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (...
dimich
2016-03-03
6
-94
/
+4
*
Stop reporting coalesced input events in metrics logic (perf impact)
tdresser
2016-03-03
5
-75
/
+8
*
Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...
markdittmer
2016-03-03
6
-4
/
+94
*
xkb: Restore layout init for non CHROMEOS builds
jbriance
2016-03-03
1
-2
/
+9
*
Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (...
dimich
2016-03-02
6
-94
/
+4
*
Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...
markdittmer
2016-03-02
6
-4
/
+94
*
Use convenience methods for casting to Mouse/Wheel/Scroll/Touch/Key events.
moshayedi
2016-03-02
4
-3
/
+36
*
[Mac] Fix DomKey for dead keys and right command
chongz
2016-03-01
1
-6
/
+23
*
Make EventGenerator simpler.
moshayedi
2016-03-01
2
-25
/
+6
*
Remove mojom::EventPtr from EventDispatcher.
moshayedi
2016-03-01
2
-1
/
+57
*
tracing: Make ConvertableToTraceFormat move-only
primiano
2016-02-29
2
-8
/
+8
*
Fix double click on Ozone X11.
kylechar
2016-02-26
1
-1
/
+8
*
ui: Add out-of-line copy ctors for complex classes.
vmpstr
2016-02-25
12
-0
/
+18
*
[Mac] Produce correct DomKey when Ctrl/Shift/Command is down
chongz
2016-02-24
1
-8
/
+80
*
Dispatch ui::PointerEvent instead of TouchEvent/MouseEvent in mus server.
moshayedi
2016-02-23
2
-0
/
+32
*
Fix ui::Event::Clone() for ui::PointerEvent.
moshayedi
2016-02-23
3
-1
/
+60
*
Wheel scrolling with smooth scrolling enabled would cause an extra animation
dtapuska
2016-02-23
2
-5
/
+14
*
Cancel fling gesture on mouse wheel tick.
tdresser
2016-02-19
2
-0
/
+70
*
Add fail check for GetKeyboardState() in Windows KeyMap
chongz
2016-02-19
1
-3
/
+4
*
event_utils_win_unittest.cc: add missing override
Hans Wennborg
2016-02-19
1
-1
/
+1
*
[Win] fix EventSystemLocationFromNative
leliukmar
2016-02-19
4
-1
/
+71
*
Plumb firing passive event listeners.
dtapuska
2016-02-18
3
-25
/
+329
*
Update ui::DomKey and DomCode to match 2015/12/15 spec.
kpschoedel
2016-02-17
11
-137
/
+360
*
clang/win: Fix style errors after https://codereview.chromium.org/1585193002
Nico Weber
2016-02-17
2
-1
/
+4
*
ozone: Propagate pointing device type for on-screen stylus devices
robert.bradford
2016-02-17
6
-50
/
+83
*
ui: s/PointerEventDetails/PointerDetails/ and use PointerDetails::operator==
robert.bradford
2016-02-17
1
-33
/
+11
*
To convert DomCode+EventFlags to DomKey we cannot use windows' build-in API T...
chongz
2016-02-17
7
-0
/
+461
*
ui: Add ability to set PointerDetails on TouchEvent
robert.bradford
2016-02-12
3
-10
/
+48
*
ui: events: Improve PointerDetails member comments
robert.bradford
2016-02-12
1
-4
/
+5
*
Add operator== to ui::PointerDetails.
moshayedi
2016-02-12
2
-7
/
+12
*
Map Ctrl + 0x20..0x7E to ASCII control characters
chongz
2016-02-11
2
-20
/
+20
*
Add ui::PointerEvent.
moshayedi
2016-02-11
4
-1
/
+180
*
Refactor Scroll Customization to share cc::ScrollStateData with blink.
tdresser
2016-02-10
1
-27
/
+44
*
Fixed GetCharacter() for key combinations with Control
chongz
2016-02-10
2
-24
/
+27
[next]