summaryrefslogtreecommitdiffstats
path: root/ui/base/events
Commit message (Expand)AuthorAgeFilesLines
* Make EventHandler.dispatcher_ a stackstevenjb@chromium.org2012-12-103-10/+14
* events: Change the way a 'handled' event is dispatched.sadrul@chromium.org2012-12-103-11/+23
* events: Introduce non-cancelable events.sadrul@chromium.org2012-12-072-3/+21
* events: Change how EventDispatcher works.sadrul@chromium.org2012-12-063-158/+181
* Get some of the ash_unittests to run without crashing.ben@chromium.org2012-12-066-3/+22
* events: Add Event::name() to help debugging/loggingsadrul@chromium.org2012-12-062-8/+74
* events: Make sure EventHandler that gets destroyed during a dispatch does not...sadrul@chromium.org2012-12-055-27/+184
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-046-12/+14
* events: Start changing EventHandler interface to not return a value.sadrul@chromium.org2012-12-037-64/+82
* events: Dispatch all events through EventHandler::OnEvent from the dispatcher.sadrul@chromium.org2012-12-015-36/+19
* Revert 170641 because it broke mac-debug build.sadrul@chromium.org2012-12-015-19/+36
* events: Dispatch all events through EventHandler::OnEvent from the dispatcher.sadrul@chromium.org2012-12-015-36/+19
* events: Allow retrieving the current event being dispatched from EventDispatc...sadrul@chromium.org2012-11-302-4/+17
* Initialize ScrollEvent offsets for ET_SCROLL_FLING_CANCELxiyuan@chromium.org2012-11-301-1/+5
* Makes KeyEvent::Copy() const.sky@chromium.org2012-11-302-2/+2
* Metro mouse move events do not contain mouse-button information save the stat...gab@chromium.org2012-11-292-0/+7
* Support 3f swipe for tab scrubbingdavemoore@chromium.org2012-11-293-4/+8
* Revert 170138 - Support 3f swipe for tab scrubbingdavemoore@chromium.org2012-11-293-8/+4
* Support 3f swipe for tab scrubbingdavemoore@chromium.org2012-11-293-4/+8
* Fix ui::Accelerator class hierarchysail@chromium.org2012-11-272-0/+53
* gfx::Transform API clean-upvollick@chromium.org2012-11-261-7/+8
* More focus stuff. Adds the concept of FocusRules.ben@chromium.org2012-11-214-0/+13
* Create the skeleton of a new FocusController in corewm.ben@chromium.org2012-11-203-1/+15
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-202-8/+44
* aura: Make sure ScrollEvents are dispatched correctly.sadrul@chromium.org2012-11-142-0/+18
* ui: Remove event_functions.* component.tfarina@chromium.org2012-11-073-24/+8
* Better mouse support for metro auracpu@chromium.org2012-11-052-0/+6
* ui: Split some bits out of event_constants into event_utils.sadrul@chromium.org2012-11-054-118/+133
* ui: Remove TouchStatus in favour of EventResult.sadrul@chromium.org2012-11-042-48/+0
* aura: Create new gesture LongTap that is dispatched if the user completes avarunjain@chromium.org2012-11-022-0/+2
* Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p...ananta@chromium.org2012-11-013-16/+21
* GTTF: remove FAILS_ prefix, part 1phajdan.jr@chromium.org2012-11-011-2/+2
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-012-32/+32
* ui: Remove implicit flooring from Point3f and rename the class to Point3Fdanakj@chromium.org2012-10-311-4/+5
* Fix crash in ash::internal::WorkspaceEventHandler::OnMouseEventjamescook@chromium.org2012-10-302-2/+53
* ui-events: Prevent a crash when the dispatcher is destroyed in the middle of ...sadrul@chromium.org2012-10-303-4/+107
* linux desktop aura: Write a minimal, fake implementation of SetCapture.erg@chromium.org2012-10-231-2/+0
* touch: Make sure the timestamp is set correctly on the touchevents.sadrul@chromium.org2012-10-222-17/+27
* touch: Coalesce touch-events, and remove the touch-event queue from the gestu...sadrul@chromium.org2012-10-174-40/+28
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-142-5/+10
* events: Clean up dispatching code for touch-events.sadrul@chromium.org2012-09-277-20/+48
* events: Cleanup the EventDispatcher API.sadrul@chromium.org2012-09-262-23/+53
* aura: Start converting event-filters into event-handlers.sadrul@chromium.org2012-09-212-4/+27
* Convert native mouse locations to the locations in screen coordinate in RootW...mazda@chromium.org2012-09-201-0/+4
* Fix macben@chromium.org2012-09-121-1/+1
* Change the way the ToplevelEventHandler is hooked up. It is now both a pre- a...ben@chromium.org2012-09-122-0/+37
* Add GestureTapCancel gesture typerbyers@chromium.org2012-09-111-0/+1
* events: Inlcude the event-phase and event-result in Event.sadrul@chromium.org2012-09-116-33/+106
* Make ToplevelWindowEventFilter and WorkspaceEventFilter into event handlers.ben@chromium.org2012-09-112-8/+20
* aura-x11: Fix touch-calibration for multi-monitor setups.sadrul@chromium.org2012-09-112-0/+23