summaryrefslogtreecommitdiffstats
path: root/remoting/host/input_injector_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-2/+4
* Switch to standard integer types in remoting/host/.avi2015-12-221-2/+3
* mac: Make remoting_host build with the 10.11 SDK.thakis2015-10-121-6/+6
* Wake up display when input event is injecteddcaiafa2015-09-251-0/+44
* Touch Events capability negotiationrkuroiwa2015-06-051-0/+6
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-111-1/+1
* 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 NULL->nullptr in src/remoting.sergeyu2015-01-091-2/+2
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-7/+6
* 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
* Fixed multi-monitor mouse coordinates.jamiewalch@chromium.org2014-04-191-2/+3
* Update input injectors on Mac and Windows to handle TextEvent.sergeyu@chromium.org2014-03-281-14/+28
* Add TextEvent message in the protocolsergeyu@chromium.org2014-03-271-2/+12
* Fix modifier keys on Mac.jamiewalch@chromium.org2014-02-021-4/+39
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-11/+8
* Move ui/base/keycodes to ui/events/keycodes/dom4komatsu@chromium.org2013-11-201-2/+2
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-7/+0
* Move usb keycode conversion table into separate target. This is the first ste...garykac@chromium.org2013-09-201-7/+4
* Add |code| values (from W3C UIEvent spec) to key mapping table.garykac@chromium.org2013-09-031-1/+1
* Chromoting: fixing caps lock issue with mac host.weitaosu@chromium.org2013-06-261-8/+12
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-3/+2
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-4/+4
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-0/+294