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
/
ui
/
aura
/
test
/
event_generator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-28
1
-61
/
+0
*
Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."
markusheintz@chromium.org
2014-07-24
1
-0
/
+61
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-24
1
-61
/
+0
*
MacViews: Enhance aura's EventGenerator to abstract platform-specific event g...
tapted@chromium.org
2014-07-17
1
-327
/
+24
*
Support double-tap to click in touch accessibility controller.
dmazzoni@chromium.org
2014-06-09
1
-1
/
+9
*
Prevent scroll or mousewheel events.
flackr@chromium.org
2014-05-15
1
-0
/
+3
*
Provide access to the WindowEventDispatcher as a ui::EventProcessor.
ben@chromium.org
2014-03-10
1
-7
/
+7
*
Rename RootWindow -> WindowEventDispatcher.
ben@chromium.org
2014-02-21
1
-19
/
+15
*
Fully support the autohide shelf option for touch UI on Windows.
zturner@chromium.org
2014-02-12
1
-0
/
+5
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-1
/
+1
*
Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"
ben@chromium.org
2013-11-20
1
-1
/
+1
*
Rename RootWindowHost* to WindowTreeHost*
ben@chromium.org
2013-11-19
1
-1
/
+1
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
1
-3
/
+3
*
Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...
varkha@chromium.org
2013-10-24
1
-2
/
+31
*
Revert 230671 "Avoid creating two resizers for two-finger drag. ..."
falken@chromium.org
2013-10-24
1
-31
/
+2
*
Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...
varkha@chromium.org
2013-10-24
1
-2
/
+31
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
1
-1
/
+1
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
1
-1
/
+1
*
Two changes to desktop aura for tooltips:
sky@chromium.org
2013-08-29
1
-0
/
+3
*
move ui controls to ui/base/test
oshima@chromium.org
2013-06-07
1
-2
/
+26
*
Add MoveMouseToInHost to aura::test::EventGenerator
oshima@chromium.org
2013-05-01
1
-4
/
+12
*
ash: Fix shelf dragging from auto-hidden state.
sadrul@chromium.org
2013-04-09
1
-0
/
+15
*
Add ability for EventGenerator to generate Scroll events asynchronously
davemoore@chromium.org
2013-01-29
1
-2
/
+34
*
Support multiple displays in EventGenerator
oshima@chromium.org
2013-01-11
1
-6
/
+54
*
ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...
danakj@chromium.org
2012-11-09
1
-3
/
+3
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
1
-3
/
+3
*
Addresses right mouse button click while left button drag is leaving button
skuhne@chromium.org
2012-08-24
1
-0
/
+6
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
1
-2
/
+5
*
ash: Add some test coverage for WM swipe-gestures.
sadrul@chromium.org
2012-08-08
1
-0
/
+14
*
Handful of tweaks for tab dragging with touch:
sky@chromium.org
2012-08-08
1
-0
/
+9
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
aura: Update doc for event-generator and remove an unused function.
sadrul@chromium.org
2012-06-13
1
-10
/
+4
*
aura: Update event-generator to send some useful gesture events.
sadrul@chromium.org
2012-06-13
1
-0
/
+17
*
ash: Fix fling on window frame to tile/maximize/minimize.
sadrul@chromium.org
2012-06-05
1
-0
/
+13
*
Fixes bugs that resulted in problems with double clicking to maximize
sky@chromium.org
2012-03-07
1
-1
/
+5
*
Change EventGenerator to take a RootWindow at construction instead of just as...
ben@chromium.org
2012-02-21
1
-3
/
+5
*
Revert r122716 and r122717
maruel@chromium.org
2012-02-19
1
-5
/
+3
*
Change EventGenerator to take a RootWindow at construction instead of just as...
ben@chromium.org
2012-02-19
1
-3
/
+5
*
Use translated root location in WebInputEvent
oshima@chromium.org
2012-01-26
1
-2
/
+11
*
Fix the Windows implementation of EventGenerator::PressKey().
yusukes@google.com
2012-01-20
1
-3
/
+5
*
IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...
yusukes@chromium.org
2011-12-26
1
-2
/
+14
*
Aura: Window should be dragged by touch move event on title bar.
jamescook@chromium.org
2011-12-22
1
-3
/
+27
*
Maximize windows when double clicking their title bar.
ben@chromium.org
2011-11-30
1
-0
/
+3
*
Allow Window point conversion with a NULL source. This just returns immediate...
ben@chromium.org
2011-11-03
1
-2
/
+1
*
LayoutManager controls child bounds. Added SetChildBounds and several listene...
oshima@google.com
2011-10-21
1
-1
/
+2
*
aura: Add transform support to Desktop.
sadrul@chromium.org
2011-10-20
1
-1
/
+1
*
Revert r106508 "LayoutManager controls child bounds."
oshima@google.com
2011-10-20
1
-2
/
+1
*
LayoutManager controls child bounds. Added SetChildBounds and several listene...
oshima@google.com
2011-10-20
1
-1
/
+2
*
Minimum size for aura window
oshima@google.com
2011-10-17
1
-0
/
+82