summaryrefslogtreecommitdiffstats
path: root/ui/events
Commit message (Expand)AuthorAgeFilesLines
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in u...d.samantaray2015-05-277-9/+9
* Stop dispatching mouse move events for wheel scrolling in X11.tdresser2015-05-276-11/+54
* Blacklists gpio-keys.5 as an internal keyboardrsadam2015-05-261-0/+1
* Only send SCROLL_BEGIN when a SCROLL_UPDATE will occur.tdresser2015-05-263-44/+43
* Remove gfx::FrameTime for a single clock sourceabhishek.ka2015-05-261-2/+1
* Fix SinglePositionTouchNoiseFilter::TrackTouch()pkotwicz2015-05-252-8/+24
* Validate that asynchronous touch acks are associated with the right eventlanwei2015-05-2516-281/+269
* [Cleanup] Fix pronouns in comments.groby2015-05-221-1/+1
* ozone: Use DeviceCapabilities in TabletEventConverterEvdev unittestrobert.bradford2015-05-212-77/+128
* Coalesce async touch move events until the ack back from render.lanwei2015-05-191-2/+2
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Remove some |char*| functions from KeycodeConverterkpschoedel2015-05-154-62/+31
* Let LatencyInfo async events be under category "latency_info"miletus2015-05-151-2/+2
* Revise DOM Level 3 US Layout maps.kpschoedel2015-05-144-25/+28
* events: keycodes: Add missing exports to keyboard_code_conversion_xkb.hspang2015-05-121-2/+4
* Cleanup: Simplify some checks in tests.thestig2015-05-112-5/+5
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-1137-74/+74
* Set ui::KeyEvent::key_ (DOM Level 3 key) under X11.kpschoedel2015-05-0813-401/+1024
* Makes GestureConfiguration pluggable and provides implementations for mandolinesky2015-05-075-7/+50
* Remove EF_FUNCTION_KEY and EF_NUMPAD_KEY.kpschoedel2015-05-069-190/+64
* ozone: evdev: Add some missing files to the GN buildspang2015-05-051-0/+11
* Revert of Revert of ozone: evdev: Fix spurious key repeats during UI jank (pa...spang2015-05-052-0/+13
* Revert of ozone: evdev: Fix spurious key repeats during UI jank (patchset #1 ...stevenjb2015-05-052-13/+0
* ozone: evdev: Fix spurious key repeats during UI jankspang2015-05-042-0/+13
* Pass gfx structs by const ref (gfx::Vector2d/F)a.berwal2015-05-043-7/+7
* Add trace_id to LatencyInfo flow eventmiletus2015-05-011-2/+3
* Pass gfx structs by const ref (gfx::PointF)a.berwal2015-04-301-3/+3
* Set the unique_event_id when converting from TouchEvent to WebTouchEventlanwei2015-04-2920-67/+150
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-282-3/+5
* ozone: evdev: Add a couple more trace eventsspang2015-04-274-0/+18
* Revise Control+key restriction for XKB layouts.kpschoedel2015-04-271-6/+4
* Ozone support for device special cases in keyboard event rewriting.kpschoedel2015-04-2725-126/+284
* Revert of Take GetCharacterFromKeyCode() out behind the barn. (patchset #4 id...kpschoedel2015-04-246-18/+265
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-4/+4
* Fix VKEY determination for non-US layouts under Ozone.kpschoedel2015-04-232-68/+56
* Update {virtual,override} to follow C++11 style in ui.nick2015-04-232-4/+4
* Remove GetCharacterFromKeyCode().kpschoedel2015-04-236-265/+18
* Rename InputLatency::ScrollUpdate to Latency::ScrollUpdatemiletus2015-04-232-13/+25
* Revert of Ozone support for device special cases in keyboard event rewriting....kpschoedel2015-04-2325-282/+126
* Append input event type as trace event's namemiletus2015-04-233-20/+56
* mac: Add a default handler for NSEventType switch statement.erikchen2015-04-211-0/+2
* ozone: evdev: Release touch contacts when removing a touchscreenspang2015-04-213-16/+83
* Use DOM- rather than Windows-based key code for non-layout cases.kpschoedel2015-04-2119-903/+1472
* ozone: evdev: Add trace events to IO & dispatchspang2015-04-214-10/+33
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-1/+0
* ozone: evdev: Always supply a default value for touch axesspang2015-04-171-5/+6
* Ozone support for device special cases in keyboard event rewriting.kpschoedel2015-04-1725-126/+282
* Makes AKEYCODE_BACK map to VKEY_BROWSER_BACKsky2015-04-171-2/+1
* Unifying how gesture event inherits touch event's LatencyInfomiletus2015-04-172-16/+0
* ozone: Map TouchEvent::touch_id_ into expected rangerobert.bradford2015-04-155-18/+31