summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-507/+0
* Disable key-auto-repeat globally, instead of for individual keys.lambroslambrou@chromium.org2013-03-141-21/+39
* Make sanity-checking consistent for events received via IPC and on-the-wire.wez@chromium.org2013-02-271-9/+13
* Switch Pepper Linux to use shared USB<->native key conversion table.wez@chromium.org2013-02-231-1/+1
* RefCounted types should not have public destructors, remoting/ edition.rsleevi@chromium.org2013-01-281-11/+9
* Remove REMOTING_HOST_LINUX_CLIPBOARD build settinglambroslambrou@chromium.org2013-01-151-8/+0
* Remove mousewheel tick handling from client, protocol and host.wez@chromium.org2013-01-031-4/+0
* Avoid posting tasks from a constructor of a ref-counted object because doing ...alexeypa@chromium.org2012-11-301-4/+5
* Splitting EventExecutor classes that require asynchronous shutdown into a syn...alexeypa@chromium.org2012-11-061-66/+121
* Update EventExecutorLinux to use mouse wheel deltas if present.wez@chromium.org2012-10-171-7/+31
* Add GYP flag to enable clipboard on Linux hostlambroslambrou@chromium.org2012-09-271-0/+6
* Implement clipboard for Chromoting Linux hosts.lambroslambrou@google.com2012-09-271-2/+27
* Fix nx crash.rmsousa@chromium.org2012-09-261-3/+7
* Fix Linux host mouse button mappings.rmsousa@chromium.org2012-09-131-32/+131
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-5/+5
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-121-5/+5
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-5/+5
* Remove support for Windows-style keycodes.wez@chromium.org2012-09-111-183/+5
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-091-5/+5
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-081-5/+5
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-061-5/+5
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-061-5/+5
* Remove EventExecutor dependency on VideoFrameCapturer.wez@chromium.org2012-07-231-2/+1
* Suppress 0x0 MotionNotify events between button presses and releases.wez@chromium.org2012-07-231-5/+22
* Rename Capturer to VideoFrameCapturer.alexeypa@chromium.org2012-07-191-1/+1
* Don't use MessageLoop or MessageLoopProxy in EventExecutor.sergeyu@chromium.org2012-06-131-13/+16
* Move usb_keycode_map.h into ui/base/keycodes.garykac@chromium.org2012-06-131-1/+1
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-311-2/+4
* [Chromoting] The Windows IT2Me host gets any new text items it finds on the c...simonmorris@chromium.org2012-05-161-2/+3
* [Chromoting] Let a Windows IT2Me host write to the clipboard.simonmorris@chromium.org2012-05-111-3/+15
* Clamp events before they are sent to EventExecutors.wez@chromium.org2012-04-301-34/+8
* Remove duplicate tests of KeyEvent::has_pressedwez@chromium.org2012-04-161-4/+0
* Clean up the EventExecutor implementations.wez@chromium.org2012-04-051-42/+25
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-4/+14
* [Chromoting] Add USB keycode handling to Linux host.garykac@chromium.org2012-03-141-16/+43
* Chromoting: Implemented security attention sequence (SAS) emulation on Windows.alexeypa@chromium.org2012-03-121-6/+6
* Suppress key-repeat on Linux hostlambroslambrou@chromium.org2012-03-071-2/+31
* Inject key-up events between key-down repeats, so that X sees the repeats.wez@chromium.org2012-02-251-2/+13
* Fix VK -> XK mapping for VK_LSHIFT -> XK_Shift_L (and _R versions).garykac@chromium.org2012-02-171-5/+5
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-1/+0
* Chromoting: Split XWindows scrollwheel -> button function and use abs().garykac@chromium.org2011-10-181-8/+8
* client-side wheel mouse supportgarykac@chromium.org2011-10-171-4/+31
* Chromoting: Undo any mouse-downs that haven't been mouse-upped.garykac@chromium.org2011-09-261-1/+3
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-131-32/+26
* Clean up init sequence for capturer.dmaclach@chromium.org2011-08-171-5/+10
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-5/+4
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-4/+5
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-5/+4
* Add XFlush calls to fix event injection.lambroslambrou@chromium.org2011-05-191-0/+3
* Make the UI-integration thread a non-UI thread in the Chrome sense.wez@chromium.org2011-05-181-5/+5