summaryrefslogtreecommitdiffstats
path: root/remoting/host/input_injector_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-3/+5
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+2
* Touch Events capability negotiationrkuroiwa2015-06-051-0/+6
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-111-1/+1
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-7/+7
* Windows Host Touch Injectionrkuroiwa2015-03-251-1/+21
* Add touch events to the protocol, the stub layer, and to the client plugin.rkuroiwa2015-02-261-0/+6
* Remove remoting::Clipboard::Stop().sergeyu2015-02-191-1/+1
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-5/+5
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* events: keycodes: Remove the stateless singleton instance of KeycodeConverterspang2014-08-271-3/+3
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-2/+2
* Update input injectors on Mac and Windows to handle TextEvent.sergeyu@chromium.org2014-03-281-24/+40
* Add TextEvent message in the protocolsergeyu@chromium.org2014-03-271-0/+22
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-10/+7
* Move ui/base/keycodes to ui/events/keycodes/dom4komatsu@chromium.org2013-11-201-2/+2
* Modified the input injector to generate a single SendInput() call per one pro...alexeypa@chromium.org2013-09-251-42/+18
* Move usb keycode conversion table into separate target. This is the first ste...garykac@chromium.org2013-09-201-8/+4
* Added support of relative mouse motion in Chromoting.alexeypa@chromium.org2013-09-091-7/+13
* Add |code| values (from W3C UIEvent spec) to key mapping table.garykac@chromium.org2013-09-031-1/+1
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-0/+319