summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_win.cc
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] The Windows IT2Me host gets any new text items it finds on the c...simonmorris@chromium.org2012-05-161-22/+19
* [Chromoting] Let a Windows IT2Me host write to the clipboard.simonmorris@chromium.org2012-05-111-4/+54
* Let Windows SendInput() calculate the VK for USB events.wez@chromium.org2012-04-241-24/+19
* Remove duplicate tests of KeyEvent::has_pressedwez@chromium.org2012-04-161-4/+0
* Clean up the EventExecutor implementations.wez@chromium.org2012-04-051-20/+19
* Fix Windows EventExecutor's handling of USB-based key events.wez@chromium.org2012-04-041-3/+33
* Ensure display hardware is powered up during Chromoting sessions.wez@chromium.org2012-04-031-2/+7
* [Chromoting] Fix bug with handling USB keycodes and remove extra logging.garykac@chromium.org2012-03-201-1/+1
* Chromoting: the screen capturer and event executors now always try to work wi...alexeypa@chromium.org2012-03-171-5/+15
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-4/+13
* [Chromoting] Add USB keycode handling to Windows host.garykac@chromium.org2012-03-151-5/+32
* Chromoting: Implemented security attention sequence (SAS) emulation on Windows.alexeypa@chromium.org2012-03-121-4/+5
* client-side wheel mouse supportgarykac@chromium.org2011-10-171-2/+2
* Implemented floor control for Windows. This also fixes a bug in the event exe...jamiewalch@chromium.org2011-10-121-3/+3
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-1/+1
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-1/+1
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-1/+1
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-1/+0
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-131-29/+24
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-4/+4
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-4/+4
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-4/+4
* Make the UI-integration thread a non-UI thread in the Chrome sense.wez@chromium.org2011-05-181-4/+4
* Use AutoTaskRunner to run tasks automatically, even if validation checks fail.lambroslambrou@chromium.org2011-04-211-7/+9
* Clean up remoting projectdmaclach@chromium.org2011-04-041-13/+36
* Tidy up after CL 6573005.simonmorris@chromium.org2011-03-101-5/+4
* Let the host change resolution.simonmorris@chromium.org2011-03-041-4/+8
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-8/+4
* Let the host change resolution.simonmorris@chromium.org2011-03-031-4/+8
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-2/+2
* Fix key missing problem on windowshclam@chromium.org2011-02-181-0/+2
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-1/+1
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-081-1/+1
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-6/+8
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-291-103/+70
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-0/+5
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-43/+55
* Move chromotocol.proto to remoting/protocolhclam@chromium.org2010-10-181-0/+2
* Basic client-host key (+ dead key) support for Chromoting (Windows).garykac@google.com2010-10-151-342/+18
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-061-21/+14
* This is a monster CL.ajwong@chromium.org2010-10-041-2/+4
* Re-lands 58186:bryeung@chromium.org2010-09-031-167/+167
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-167/+167
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-167/+167
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-167/+167
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-167/+167
* Chromoting: Get screen size locally if it wasn't given in the mouse message.garykac@google.com2010-08-311-1/+14
* Update mouse support for chromoting host.garykac@google.com2010-08-271-12/+107
* Add mouse event support to Chromoting client (Pepper and X11).garykac@chromium.org2010-08-261-26/+5
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-241-1/+1