summaryrefslogtreecommitdiffstats
path: root/remoting/host/input_injector_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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