summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/input_event_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Notify normalizing input filters on blur.jamiewalch2016-03-041-2/+11
* Use standard DOM code definitions instead of custom.jamiewalch2015-10-121-16/+15
* Share duplicated USB key-code definitions.jamiewalch2015-05-281-12/+12
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-111-1/+1
* Detect and release stuck modifier keys.jamiewalch2015-03-121-0/+24
* Add touch events to the protocol, the stub layer, and to the client plugin.rkuroiwa2015-02-261-3/+43
* Add TextEvent message in the protocolsergeyu@chromium.org2014-03-271-2/+5
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-251-2/+1
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-191-1/+2
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-191-2/+1
* Chromoting: fixing caps lock issue with mac host.weitaosu@chromium.org2013-06-261-0/+4
* Remove support for Windows-style keycodes.wez@chromium.org2012-09-111-16/+1
* Add IsKeyPressed() and PressedKeyCount() methods to InputEventTracker.wez@chromium.org2012-04-091-40/+53
* Fix InputEventTracker to track key events based on both VK- and USB-keycodes.wez@chromium.org2012-04-041-9/+21
* This CL moves much of the input tracking logic out of ClientSession, which me...wez@chromium.org2012-04-031-0/+80