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
/
base
/
events
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make EventHandler.dispatcher_ a stack
stevenjb@chromium.org
2012-12-10
3
-10
/
+14
*
events: Change the way a 'handled' event is dispatched.
sadrul@chromium.org
2012-12-10
3
-11
/
+23
*
events: Introduce non-cancelable events.
sadrul@chromium.org
2012-12-07
2
-3
/
+21
*
events: Change how EventDispatcher works.
sadrul@chromium.org
2012-12-06
3
-158
/
+181
*
Get some of the ash_unittests to run without crashing.
ben@chromium.org
2012-12-06
6
-3
/
+22
*
events: Add Event::name() to help debugging/logging
sadrul@chromium.org
2012-12-06
2
-8
/
+74
*
events: Make sure EventHandler that gets destroyed during a dispatch does not...
sadrul@chromium.org
2012-12-05
5
-27
/
+184
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
6
-12
/
+14
*
events: Start changing EventHandler interface to not return a value.
sadrul@chromium.org
2012-12-03
7
-64
/
+82
*
events: Dispatch all events through EventHandler::OnEvent from the dispatcher.
sadrul@chromium.org
2012-12-01
5
-36
/
+19
*
Revert 170641 because it broke mac-debug build.
sadrul@chromium.org
2012-12-01
5
-19
/
+36
*
events: Dispatch all events through EventHandler::OnEvent from the dispatcher.
sadrul@chromium.org
2012-12-01
5
-36
/
+19
*
events: Allow retrieving the current event being dispatched from EventDispatc...
sadrul@chromium.org
2012-11-30
2
-4
/
+17
*
Initialize ScrollEvent offsets for ET_SCROLL_FLING_CANCEL
xiyuan@chromium.org
2012-11-30
1
-1
/
+5
*
Makes KeyEvent::Copy() const.
sky@chromium.org
2012-11-30
2
-2
/
+2
*
Metro mouse move events do not contain mouse-button information save the stat...
gab@chromium.org
2012-11-29
2
-0
/
+7
*
Support 3f swipe for tab scrubbing
davemoore@chromium.org
2012-11-29
3
-4
/
+8
*
Revert 170138 - Support 3f swipe for tab scrubbing
davemoore@chromium.org
2012-11-29
3
-8
/
+4
*
Support 3f swipe for tab scrubbing
davemoore@chromium.org
2012-11-29
3
-4
/
+8
*
Fix ui::Accelerator class hierarchy
sail@chromium.org
2012-11-27
2
-0
/
+53
*
gfx::Transform API clean-up
vollick@chromium.org
2012-11-26
1
-7
/
+8
*
More focus stuff. Adds the concept of FocusRules.
ben@chromium.org
2012-11-21
4
-0
/
+13
*
Create the skeleton of a new FocusController in corewm.
ben@chromium.org
2012-11-20
3
-1
/
+15
*
ui: Add default implementations for EventHandler interface.
sadrul@chromium.org
2012-11-20
2
-8
/
+44
*
aura: Make sure ScrollEvents are dispatched correctly.
sadrul@chromium.org
2012-11-14
2
-0
/
+18
*
ui: Remove event_functions.* component.
tfarina@chromium.org
2012-11-07
3
-24
/
+8
*
Better mouse support for metro aura
cpu@chromium.org
2012-11-05
2
-0
/
+6
*
ui: Split some bits out of event_constants into event_utils.
sadrul@chromium.org
2012-11-05
4
-118
/
+133
*
ui: Remove TouchStatus in favour of EventResult.
sadrul@chromium.org
2012-11-04
2
-48
/
+0
*
aura: Create new gesture LongTap that is dispatched if the user completes a
varunjain@chromium.org
2012-11-02
2
-0
/
+2
*
Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...
ananta@chromium.org
2012-11-01
3
-16
/
+21
*
GTTF: remove FAILS_ prefix, part 1
phajdan.jr@chromium.org
2012-11-01
1
-2
/
+2
*
views: Start converting View into an EventTarget.
sadrul@chromium.org
2012-11-01
2
-32
/
+32
*
ui: Remove implicit flooring from Point3f and rename the class to Point3F
danakj@chromium.org
2012-10-31
1
-4
/
+5
*
Fix crash in ash::internal::WorkspaceEventHandler::OnMouseEvent
jamescook@chromium.org
2012-10-30
2
-2
/
+53
*
ui-events: Prevent a crash when the dispatcher is destroyed in the middle of ...
sadrul@chromium.org
2012-10-30
3
-4
/
+107
*
linux desktop aura: Write a minimal, fake implementation of SetCapture.
erg@chromium.org
2012-10-23
1
-2
/
+0
*
touch: Make sure the timestamp is set correctly on the touchevents.
sadrul@chromium.org
2012-10-22
2
-17
/
+27
*
touch: Coalesce touch-events, and remove the touch-event queue from the gestu...
sadrul@chromium.org
2012-10-17
4
-40
/
+28
*
Migrate ui::Transform to gfx::Transform
shawnsingh@chromium.org
2012-10-14
2
-5
/
+10
*
events: Clean up dispatching code for touch-events.
sadrul@chromium.org
2012-09-27
7
-20
/
+48
*
events: Cleanup the EventDispatcher API.
sadrul@chromium.org
2012-09-26
2
-23
/
+53
*
aura: Start converting event-filters into event-handlers.
sadrul@chromium.org
2012-09-21
2
-4
/
+27
*
Convert native mouse locations to the locations in screen coordinate in RootW...
mazda@chromium.org
2012-09-20
1
-0
/
+4
*
Fix mac
ben@chromium.org
2012-09-12
1
-1
/
+1
*
Change the way the ToplevelEventHandler is hooked up. It is now both a pre- a...
ben@chromium.org
2012-09-12
2
-0
/
+37
*
Add GestureTapCancel gesture type
rbyers@chromium.org
2012-09-11
1
-0
/
+1
*
events: Inlcude the event-phase and event-result in Event.
sadrul@chromium.org
2012-09-11
6
-33
/
+106
*
Make ToplevelWindowEventFilter and WorkspaceEventFilter into event handlers.
ben@chromium.org
2012-09-11
2
-8
/
+20
*
aura-x11: Fix touch-calibration for multi-monitor setups.
sadrul@chromium.org
2012-09-11
2
-0
/
+23
[next]