summaryrefslogtreecommitdiffstats
path: root/remoting/host/local_input_monitor_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-1/+1
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-1/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-1/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-4/+4
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-5/+4
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-4/+2
* Fix LocalInputMonitorMac to ignore invalid mouse-move eventssergeyu@chromium.org2014-04-121-0/+11
* Get rid of ui_cocoa_third_party_toolkits target from ui.gyptfarina@chromium.org2013-12-181-1/+1
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-7/+9
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* Make some OS X code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-1/+1
* Fix OS X use of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-051-1/+1
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-251-59/+35
* Refactored LocalInputMonitor so that it can be used on any thread while runni...alexeypa@chromium.org2013-03-141-66/+150
* Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host.sergeyu@chromium.org2012-05-291-71/+78
* Disable Ctrl+Alt+Esc on Mac and Linux.sergeyu@chromium.org2012-05-251-0/+17
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-6/+10
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-4/+2
* Fix race condition disconnecting hosts.jamiewalch@chromium.org2011-12-021-1/+2
* Fixed slowdown due to local input monitoring.jamiewalch@chromium.org2011-11-231-4/+7
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-1/+2
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-1/+3
* Check pid to filter echoes of mouse events injected by the Chromoting host.jamiewalch@chromium.org2011-10-211-3/+6
* Implemented local input monitor for mac.jamiewalch@chromium.org2011-10-181-22/+65
* Support multiple hosts.jamiewalch@chromium.org2011-10-081-13/+50
* Fixed Mac hotkey.jamiewalch@chromium.org2011-10-071-1/+1
* Add support for hotkey to quit chromoting.dmaclach@chromium.org2011-08-021-0/+101