summaryrefslogtreecommitdiffstats
path: root/ui/events
Commit message (Expand)AuthorAgeFilesLines
* Revert 237857 "Revert 237848 "Use LatencyInfoSwapPromise to trac..."dbeam@chromium.org2013-11-292-3/+19
* Revert 237848 "Use LatencyInfoSwapPromise to track LatencyInfo t..."dbeam@chromium.org2013-11-292-19/+3
* Use LatencyInfoSwapPromise to track LatencyInfo through compositormiletus@chromium.org2013-11-292-3/+19
* "Ending" gesture events don't retarget on capture (WIP)tdresser@chromium.org2013-11-282-3/+2
* Add 'code' of DOM UIEvents field to ui::KeyEvent.komatsu@chromium.org2013-11-2815-0/+174
* Add allocator dependency to events_unittests.eugenis@chromium.org2013-11-281-0/+7
* Switch Chromoting to use Pepper's GetCode API instead of GetUsbKeycode API.garykac@chromium.org2013-11-272-1/+19
* Cancel active touches when their window can no longer receive events.tdresser@chromium.org2013-11-264-11/+49
* GTTF: enable new test launcher for ash_unittests, events_unittests, and keybo...phajdan.jr@chromium.org2013-11-261-1/+7
* x11: Clean up XEvent construction code for tests.sadrul@chromium.org2013-11-264-233/+190
* Revert of https://codereview.chromium.org/82763010/benwells@chromium.org2013-11-264-188/+233
* x11: Clean up XEvent construction code for tests.sadrul@chromium.org2013-11-264-233/+188
* Let gesture & touch event LatencyInfo have different trace_idmiletus@chromium.org2013-11-263-17/+35
* events: Move test related functions into a separate target.sadrul@chromium.org2013-11-259-79/+156
* Revert 236834 "Sticky keys modifies an entire scroll sequence in..."hashimoto@chromium.org2013-11-252-73/+19
* events: Remove the tests from ui_unittests.sadrul@chromium.org2013-11-231-0/+4
* Comment out the CHECK for trace_id for nowmiletus@chromium.org2013-11-231-1/+2
* Sticky keys modifies an entire scroll sequence instead of just a single event.tengs@chromium.org2013-11-222-19/+73
* ozone: Fix pipe creation in release buildsspang@chromium.org2013-11-211-1/+3
* ozone: Fix file descriptor leak in KeyEventConverterEvdevspang@chromium.org2013-11-215-8/+24
* Fix component=shared_library build for ozonespang@chromium.org2013-11-213-3/+7
* Modify scroll events when sticky keys is enabled.tengs@chromium.org2013-11-217-64/+192
* Move ui/base/keycodes to ui/events/keycodes/dom4komatsu@chromium.org2013-11-206-0/+706
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-1/+1
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-1/+1
* Don't convert XI_Motion event from touch device to TouchEventmiletus@chromium.org2013-11-171-1/+4
* Plumb maxTouchPoints for AuraX11miletus@chromium.org2013-11-172-2/+16
* Correct X event CTM calculation for multi-monitor casemiletus@chromium.org2013-11-131-2/+3
* events: Remove the bit to allow dispatching events to hidden targets.sadrul@chromium.org2013-11-092-10/+0
* Add RootWindowHostX11Test::DispatchTouchEventToOneRootWindowmiletus@chromium.org2013-11-094-130/+161
* events: Add a new events_unittests target.sadrul@chromium.org2013-11-084-1/+74
* Add more sticky key unit tests for modifying mouse events.tengs@chromium.org2013-11-082-5/+90
* events: Introduce EventDispatchDetails.sadrul@chromium.org2013-11-083-5/+27
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-11/+0
* x11: Move XInput2 availability information out of the message pump.sadrul@chromium.org2013-11-077-26/+61
* evdev: Fix crashing with touch devicesspang@chromium.org2013-11-075-9/+232
* Revert 233414 "x11: Move XInput2 availability information out of..."dgrogan@chromium.org2013-11-065-40/+12
* x11: Move XInput2 availability information out of the message pump.sadrul@chromium.org2013-11-065-12/+40
* Fix bustageben@chromium.org2013-11-061-0/+2
* Restructure the events target into two components:ben@chromium.org2013-11-0611-70/+252
* ozone: Fix shared component builds.sadrul@chromium.org2013-11-061-1/+2
* Build fix ui_unittests.dongseong.hwang@intel.com2013-11-011-1/+1
* Remove fallback behavior of EventFactoryOzone::GetInstancespang@chromium.org2013-11-013-43/+0
* Build fix linux aura without USE_XI2_MT.dongseong.hwang@intel.com2013-11-011-7/+5
* ozone: Rename CreateStartupEventConverters() to StartProcessingEvents()spang@chromium.org2013-10-314-6/+10
* Fix ozone build with clangrjkroege@chromium.org2013-10-301-1/+1
* Fix a SEGV error on copying of a fabricated KeyEvent.komatsu@chromium.org2013-10-302-1/+10
* Disable broken reposting of gesture eventsrbyers@chromium.org2013-10-301-4/+0
* Makes tooltips work better with capturesky@chromium.org2013-10-292-11/+10
* Send GesturePinchBegin only when finger has moved far enoughmiletus@chromium.org2013-10-293-28/+197