summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_targeter.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactors away method implementations in ui::EventTargetervarkha2015-06-111-52/+90
* Allows to fire VKEY_UNKNOWN key events.yukishiino2014-10-211-4/+0
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-2/+3
* aura: Make sure redirected events have the correct location.sadrul@chromium.org2014-07-121-9/+27
* Don't kill key events even when it's VKEY_UNKNOWN.yukishiino@chromium.org2014-05-141-1/+2
* Some minor refactoring/cleanup between EventTargeter, ViewTargeter, and Windo...tdanderson@chromium.org2014-05-061-32/+26
* linux-aura: Supports Compose key with XIM.piman@chromium.org2014-04-281-1/+2
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-201-1/+2
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-2/+2
* aura: Make sure WindowEventDispatcher only dipatches events to in it.sadrul@chromium.org2014-02-261-15/+33
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* events: Fix event-targeting for transformed windows.sadrul@chromium.org2014-02-201-4/+4
* aura: Dispatch mouse events using the EventProcessor interface.sadrul@chromium.org2014-01-181-1/+4
* Target touches to the correct display.tdresser@chromium.org2014-01-101-1/+2
* Revert 243974 "Target touches to the correct display."noamsml@google.com2014-01-091-2/+1
* Target touches to the correct display.tdresser@chromium.org2014-01-091-1/+2
* aura: Use EventPrcessor interface for dispatching touch events.sadrul@chromium.org2014-01-071-0/+17
* aura: Add an EasyResizeWindowTargeter.sadrul@chromium.org2014-01-061-12/+25
* aura: Start using EventPrcessor interface for event dispatch.sadrul@chromium.org2013-12-131-0/+36
* aura: Start updating aura to use EventProcessor for event dispatch.sadrul@chromium.org2013-12-061-0/+59