summaryrefslogtreecommitdiffstats
path: root/ash/wm/sticky_keys.cc
Commit message (Expand)AuthorAgeFilesLines
* Move sticky keys files to their own directory and rename to StickyKeysControl...tengs@chromium.org2013-12-201-445/+0
* Modified clicks and scrolls performed normally should not enable sticky keys.tengs@chromium.org2013-12-121-3/+2
* Sticky keys modifies an entire scroll sequence instead of just a single event.tengs@chromium.org2013-12-041-3/+22
* events: Remove KeyEvent::Copy().sadrul@chromium.org2013-12-021-1/+1
* Revert 236834 "Sticky keys modifies an entire scroll sequence in..."hashimoto@chromium.org2013-11-251-22/+3
* Sticky keys modifies an entire scroll sequence instead of just a single event.tengs@chromium.org2013-11-221-3/+22
* Fix sticky keys crash when handling synthesized events.tengs@chromium.org2013-11-221-9/+15
* Fix mouse wheel events not being modified correctly by sticky keys.tengs@chromium.org2013-11-221-3/+9
* Modify scroll events when sticky keys is enabled.tengs@chromium.org2013-11-211-3/+64
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-2/+2
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-2/+2
* Fix crash when shortcut destroys the target that the modifier up event is sent.tengs@chromium.org2013-11-131-1/+12
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-1/+0
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Sticky keys modifies mouse click and scroll events in addition to key events.tengs@chromium.org2013-11-081-20/+124
* ash: Open path for Ozone key handlingtiago.vignatti@intel.com2013-10-301-0/+6
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-1/+1
* Prevent normal shortcuts from enabling sticky keys.tengs@chromium.org2013-10-231-3/+12
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Initial implementation of Sticky Keys.nona@chromium.org2013-06-181-0/+223