summaryrefslogtreecommitdiffstats
path: root/ui/events
Commit message (Expand)AuthorAgeFilesLines
* [Windows] Produce correct DomKey for NumPad when combined with Shift/NumLockchongz2016-03-226-59/+202
* Make more of content pass "gn check"brettw2016-03-211-1/+1
* Fix multiple displays with Ozone X11.kylechar2016-03-211-7/+1
* [iOS] Define global assert_no_deps and use it to prevent regressions.sdefresne2016-03-211-0/+8
* Trim some headers from base/memory/scoped_ptr.hdcheng2016-03-171-0/+1
* Generate located Windows keycodes for number pad keys under Ozonekpschoedel2016-03-172-6/+15
* [iOS] Remove dependencies on //ipc from //ui/events.sdefresne2016-03-172-5/+13
* Deflake input_handler_proxy_unittest.cc.tdresser2016-03-141-2/+6
* IPC::ParamTraits for ui::PointerEvent.moshayedi2016-03-141-0/+7
* [Android] Fix DomKey when Ctrl/Alt/Shift is downchongz2016-03-115-1/+88
* Added missing MainThreadScrollingReason in histograms.xmltdresser2016-03-114-5/+39
* Implement Wheel Gesture Scrolling on OSX.dtapuska2016-03-116-40/+452
* MacViews: Fix MenuRunnerTest.NonLatinMnemonictapted2016-03-102-2/+10
* Fix missing pointerTypes for touch.mustaq2016-03-092-20/+25
* Prepare ui/ module for compilation with OS X 10.7 deployment target.erikchen2016-03-081-1/+4
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-046-4/+94
* Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (...dimich2016-03-036-94/+4
* Stop reporting coalesced input events in metrics logic (perf impact)tdresser2016-03-035-75/+8
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-036-4/+94
* xkb: Restore layout init for non CHROMEOS buildsjbriance2016-03-031-2/+9
* Revert of IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (...dimich2016-03-026-94/+4
* Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over ...markdittmer2016-03-026-4/+94
* Use convenience methods for casting to Mouse/Wheel/Scroll/Touch/Key events.moshayedi2016-03-024-3/+36
* [Mac] Fix DomKey for dead keys and right commandchongz2016-03-011-6/+23
* Make EventGenerator simpler.moshayedi2016-03-012-25/+6
* Remove mojom::EventPtr from EventDispatcher.moshayedi2016-03-012-1/+57
* tracing: Make ConvertableToTraceFormat move-onlyprimiano2016-02-292-8/+8
* Fix double click on Ozone X11.kylechar2016-02-261-1/+8
* ui: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2512-0/+18
* [Mac] Produce correct DomKey when Ctrl/Shift/Command is downchongz2016-02-241-8/+80
* Dispatch ui::PointerEvent instead of TouchEvent/MouseEvent in mus server.moshayedi2016-02-232-0/+32
* Fix ui::Event::Clone() for ui::PointerEvent.moshayedi2016-02-233-1/+60
* Wheel scrolling with smooth scrolling enabled would cause an extra animationdtapuska2016-02-232-5/+14
* Cancel fling gesture on mouse wheel tick.tdresser2016-02-192-0/+70
* Add fail check for GetKeyboardState() in Windows KeyMapchongz2016-02-191-3/+4
* event_utils_win_unittest.cc: add missing overrideHans Wennborg2016-02-191-1/+1
* [Win] fix EventSystemLocationFromNativeleliukmar2016-02-194-1/+71
* Plumb firing passive event listeners.dtapuska2016-02-183-25/+329
* Update ui::DomKey and DomCode to match 2015/12/15 spec.kpschoedel2016-02-1711-137/+360
* clang/win: Fix style errors after https://codereview.chromium.org/1585193002Nico Weber2016-02-172-1/+4
* ozone: Propagate pointing device type for on-screen stylus devicesrobert.bradford2016-02-176-50/+83
* ui: s/PointerEventDetails/PointerDetails/ and use PointerDetails::operator==robert.bradford2016-02-171-33/+11
* To convert DomCode+EventFlags to DomKey we cannot use windows' build-in API T...chongz2016-02-177-0/+461
* ui: Add ability to set PointerDetails on TouchEventrobert.bradford2016-02-123-10/+48
* ui: events: Improve PointerDetails member commentsrobert.bradford2016-02-121-4/+5
* Add operator== to ui::PointerDetails.moshayedi2016-02-122-7/+12
* Map Ctrl + 0x20..0x7E to ASCII control characterschongz2016-02-112-20/+20
* Add ui::PointerEvent.moshayedi2016-02-114-1/+180
* Refactor Scroll Customization to share cc::ScrollStateData with blink.tdresser2016-02-101-27/+44
* Fixed GetCharacter() for key combinations with Controlchongz2016-02-102-24/+27