index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
/
host
/
event_executor_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename EventExecutor to InputInjector.
wez@chromium.org
2013-03-24
1
-507
/
+0
*
Disable key-auto-repeat globally, instead of for individual keys.
lambroslambrou@chromium.org
2013-03-14
1
-21
/
+39
*
Make sanity-checking consistent for events received via IPC and on-the-wire.
wez@chromium.org
2013-02-27
1
-9
/
+13
*
Switch Pepper Linux to use shared USB<->native key conversion table.
wez@chromium.org
2013-02-23
1
-1
/
+1
*
RefCounted types should not have public destructors, remoting/ edition.
rsleevi@chromium.org
2013-01-28
1
-11
/
+9
*
Remove REMOTING_HOST_LINUX_CLIPBOARD build setting
lambroslambrou@chromium.org
2013-01-15
1
-8
/
+0
*
Remove mousewheel tick handling from client, protocol and host.
wez@chromium.org
2013-01-03
1
-4
/
+0
*
Avoid posting tasks from a constructor of a ref-counted object because doing ...
alexeypa@chromium.org
2012-11-30
1
-4
/
+5
*
Splitting EventExecutor classes that require asynchronous shutdown into a syn...
alexeypa@chromium.org
2012-11-06
1
-66
/
+121
*
Update EventExecutorLinux to use mouse wheel deltas if present.
wez@chromium.org
2012-10-17
1
-7
/
+31
*
Add GYP flag to enable clipboard on Linux host
lambroslambrou@chromium.org
2012-09-27
1
-0
/
+6
*
Implement clipboard for Chromoting Linux hosts.
lambroslambrou@google.com
2012-09-27
1
-2
/
+27
*
Fix nx crash.
rmsousa@chromium.org
2012-09-26
1
-3
/
+7
*
Fix Linux host mouse button mappings.
rmsousa@chromium.org
2012-09-13
1
-32
/
+131
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-12
1
-5
/
+5
*
Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
peter@chromium.org
2012-09-12
1
-5
/
+5
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-12
1
-5
/
+5
*
Remove support for Windows-style keycodes.
wez@chromium.org
2012-09-11
1
-183
/
+5
*
Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
alexeypa@chromium.org
2012-09-09
1
-5
/
+5
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-08
1
-5
/
+5
*
Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...
alexeypa@google.com
2012-09-06
1
-5
/
+5
*
[Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...
alexeypa@chromium.org
2012-09-06
1
-5
/
+5
*
Remove EventExecutor dependency on VideoFrameCapturer.
wez@chromium.org
2012-07-23
1
-2
/
+1
*
Suppress 0x0 MotionNotify events between button presses and releases.
wez@chromium.org
2012-07-23
1
-5
/
+22
*
Rename Capturer to VideoFrameCapturer.
alexeypa@chromium.org
2012-07-19
1
-1
/
+1
*
Don't use MessageLoop or MessageLoopProxy in EventExecutor.
sergeyu@chromium.org
2012-06-13
1
-13
/
+16
*
Move usb_keycode_map.h into ui/base/keycodes.
garykac@chromium.org
2012-06-13
1
-1
/
+1
*
[Chromoting] Let the Windows IT2Me host send clipboard events to the client.
simonmorris@chromium.org
2012-05-31
1
-2
/
+4
*
[Chromoting] The Windows IT2Me host gets any new text items it finds on the c...
simonmorris@chromium.org
2012-05-16
1
-2
/
+3
*
[Chromoting] Let a Windows IT2Me host write to the clipboard.
simonmorris@chromium.org
2012-05-11
1
-3
/
+15
*
Clamp events before they are sent to EventExecutors.
wez@chromium.org
2012-04-30
1
-34
/
+8
*
Remove duplicate tests of KeyEvent::has_pressed
wez@chromium.org
2012-04-16
1
-4
/
+0
*
Clean up the EventExecutor implementations.
wez@chromium.org
2012-04-05
1
-42
/
+25
*
Add the plumbing that will carry a clipboard item from a chromoting client to...
simonmorris@chromium.org
2012-03-16
1
-4
/
+14
*
[Chromoting] Add USB keycode handling to Linux host.
garykac@chromium.org
2012-03-14
1
-16
/
+43
*
Chromoting: Implemented security attention sequence (SAS) emulation on Windows.
alexeypa@chromium.org
2012-03-12
1
-6
/
+6
*
Suppress key-repeat on Linux host
lambroslambrou@chromium.org
2012-03-07
1
-2
/
+31
*
Inject key-up events between key-down repeats, so that X sees the repeats.
wez@chromium.org
2012-02-25
1
-2
/
+13
*
Fix VK -> XK mapping for VK_LSHIFT -> XK_Shift_L (and _R versions).
garykac@chromium.org
2012-02-17
1
-5
/
+5
*
Convert all of remoting/* to base::Bind().
ajwong@chromium.org
2011-12-20
1
-1
/
+0
*
Chromoting: Split XWindows scrollwheel -> button function and use abs().
garykac@chromium.org
2011-10-18
1
-8
/
+8
*
client-side wheel mouse support
garykac@chromium.org
2011-10-17
1
-4
/
+31
*
Chromoting: Undo any mouse-downs that haven't been mouse-upped.
garykac@chromium.org
2011-09-26
1
-1
/
+3
*
Refactor InputStub interface to pass events by value (const reference).
lambroslambrou@chromium.org
2011-09-13
1
-32
/
+26
*
Clean up init sequence for capturer.
dmaclach@chromium.org
2011-08-17
1
-5
/
+10
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
1
-5
/
+4
*
1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...
wez@chromium.org
2011-05-27
1
-4
/
+5
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
1
-5
/
+4
*
Add XFlush calls to fix event injection.
lambroslambrou@chromium.org
2011-05-19
1
-0
/
+3
*
Make the UI-integration thread a non-UI thread in the Chrome sense.
wez@chromium.org
2011-05-18
1
-5
/
+5
[next]