summaryrefslogtreecommitdiffstats
path: root/remoting/host/local_input_monitor_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-1/+4
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-2/+2
* 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
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-2/+0
* Apply automated fixits for Chrome clang plugin to remoting.dcheng2015-04-291-1/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-3/+3
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-4/+2
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-4/+4
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-2/+2
* If RIDEV_REMOVE is set and the hwndTarget member should be set to NULL.zhchbin@gmail.com2013-08-191-1/+1
* Switched base::win:MessageWindow to use a callback instead of a delegate inte...alexeypa@chromium.org2013-06-251-11/+10
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-211-6/+6
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Make some non-Linux code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-1/+1
* Fix non-Linux uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-051-1/+1
* Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."dbeam@chromium.org2013-05-241-5/+5
* Allow multiple base::MessagePumpForUI instances to be created simultanenously...alexeypa@chromium.org2013-05-241-5/+5
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-081-1/+1
* Moved code implementing message-only windows to a dedicated class (Windows on...alexeypa@chromium.org2013-03-301-82/+50
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-251-46/+28
* Refactored LocalInputMonitor so that it can be used on any thread while runni...alexeypa@chromium.org2013-03-141-43/+123
* Use raw input to detect local mouse events.alexeypa@chromium.org2012-12-071-13/+174
* Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host.sergeyu@chromium.org2012-05-291-11/+14
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-13/+15
* Implemented floor control for Windows. This also fixes a bug in the event exe...jamiewalch@chromium.org2011-10-121-3/+22
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-0/+34
* Revert 88878 - Block remote mouse inputs for a short time when local input is...asargent@chromium.org2011-06-131-34/+0
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-0/+34