summaryrefslogtreecommitdiffstats
path: root/ui/events
Commit message (Expand)AuthorAgeFilesLines
* Implement Keyboard Injection API on SystemInputInjectorkelvinp2014-12-083-1/+18
* Make EventGenerator::DoubleClickLeftButton() send two synthetic clickspkotwicz2014-12-041-3/+4
* Add support to receive all display related udev eventsdnicoara2014-12-031-3/+2
* gn format //uiscottmg2014-12-035-41/+16
* Revert "Add new latency_info for tracking browser composite time."jdduke2014-12-022-11/+1
* ozone: evdev: Check for direct dependency on libevents_ozone_evdevspang2014-12-023-1/+21
* Clean up TouchDispositionGestureFilter unit tests.tdresser2014-12-021-289/+199
* ozone: evdev: Support input device settingssheckylin2014-12-0216-175/+631
* ozone: dri: Use screen location for touch event dispatchspang2014-11-293-27/+52
* ozone: dri: Use screen location for mouse event dispatchspang2014-11-281-1/+1
* ozone: dri: Rename DriCursor::location() to GetLocation()spang2014-11-289-39/+40
* ozone: dri: Support moving between displays in MoveCursorTo(location)spang2014-11-271-4/+9
* Uses known internal devices to decide whether a device is internal or external.rsadam2014-11-271-8/+18
* Use ui::DomCode instead of string representation in ui::KeyEvent.kpschoedel2014-11-2620-84/+93
* Input Injection API on Ozonekelvinp2014-11-2610-0/+379
* events: devices: Fix i2c device detection in IsTouchscreenInternalspang2014-11-241-24/+20
* ozone: dri: Handle cursor rotation & scaling on ChromeOSspang2014-11-247-0/+224
* Linux: Dynamically load libudev.thestig2014-11-221-21/+23
* DOM Level 3 .code and .key value enumerations.kpschoedel2014-11-219-280/+955
* events: ozone: Export USE_EVDEV_GESTURES to dependentsspang2014-11-212-8/+13
* ozone: Interpret absolute events for graphics tabletsrobert.bradford2014-11-2010-0/+707
* Merge MotionEventAura::PointData and ui::PointerProperties from motion_event_...lanwei2014-11-199-234/+90
* Track whether a scroll sequence has been partially preventedjdduke2014-11-186-40/+145
* [Ozone] Keep track of window -> displays mappingdnicoara2014-11-174-81/+35
* Avoid X error in X11HotplugEventHandler::OnHotplugEvent().derat2014-11-171-5/+11
* [Ozone] Create test touch device before creating the UI message loopdnicoara2014-11-131-1/+4
* x11: Always require XI2.2 for X11.Sadrul Habib Chowdhury2014-11-128-54/+12
* Move X11 device processing to worker threadsdnicoara2014-11-125-86/+245
* ozone: Don't use libgestures for graphics tabletsrobert.bradford2014-11-123-8/+18
* [Android] Thoroughly reset gesture detection upon page navigationjdduke2014-11-115-3/+45
* Reset all the values in the gesture configuration in AuraTestBase::SetUp()lanwei2014-11-112-26/+31
* Added a velocity to TimeDelta duration conversion function in EventGenerator.bruthig2014-11-112-0/+19
* ozone: Clean up usage of "virtual" with "override"spang2014-11-0711-50/+49
* GN: Get os="chromeos" use_ozone=true to compiledpranke2014-11-052-0/+8
* Move all event related devices from ui/events/ to ui/events/devices/dnicoara2014-11-0438-175/+298
* ozone: evdev: Squelch unknown key errors for mouse & digi from gesturesspang2014-11-041-4/+14
* Add input latency histograms for wheel eventsccameron2014-11-033-4/+4
* [Ozone] Move call to IsTouchscreenInternal() in converter initializationdnicoara2014-10-315-7/+22
* Make OnDeviceEvent and OnDispatcherListChanged protected to allow overload.lgenevet2014-10-301-8/+9
* Update PRESUBMIT files for first round of ng trybotsPaweł Hajdan, Jr2014-10-301-2/+0
* If keysym is ASCII control or space keys, directly map to keycode instead of ...shuchen2014-10-301-1/+27
* Automatic deployment of the virtual keyboard. For now we hide this under the ...rsadam2014-10-293-1/+5
* ozone: evdev: Handle mouse eventstiago.vignatti2014-10-2910-154/+353
* Allow immediate snapping after scrolling startsjdduke2014-10-296-96/+277
* Allow Ozone to detect internal touchscreensdnicoara2014-10-297-32/+80
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-1/+0
* Use the TouchscreenDevice when looking up the size of the touch areadnicoara2014-10-285-8/+26
* Prevent flings in the direction opposite the user's finger movement.tdresser2014-10-2811-35/+127
* [Ozone] Set the ID of the device generating the touch eventdnicoara2014-10-282-2/+5
* Don't dllexport anonymous class GestureConfigurationAuraHans Wennborg2014-10-281-2/+1