summaryrefslogtreecommitdiffstats
path: root/ui/base/events
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 155825 because it broke cros build.sadrul@chromium.org2012-09-105-96/+33
* events: Inlcude the event-phase and event-result in Event.sadrul@chromium.org2012-09-105-33/+96
* events: Send events to pre-target handlers for the target itself.sadrul@chromium.org2012-09-102-9/+3
* events: Add some test.sadrul@chromium.org2012-09-107-40/+254
* Revert 155663 because it broke builds on cros/mac.sadrul@chromium.org2012-09-106-200/+15
* events: Add some test.sadrul@chromium.org2012-09-106-15/+200
* events: Move EventTarget into Event.sadrul@chromium.org2012-09-077-60/+849
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-045-12/+847
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-041-9/+0
* events: Introduce EventDispatcher, EventTarget, and EventHandler.sadrul@chromium.org2012-09-034-0/+355