summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop
Commit message (Expand)AuthorAgeFilesLines
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-045-5/+5
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-042-3/+3
* Support Drag and Drop across displays.mazda@chromium.org2012-08-267-21/+366
* Fix the issue of the dragged item always shown on the primary display.mazda@chromium.org2012-08-201-1/+5
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-4/+3
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-1/+1
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-102-2/+2
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-092-2/+2
* Convert Aura to use ui::Event.ben@chromium.org2012-08-083-28/+29
* aura: Fix a couple of drag drop issues:varunjain@chromium.org2012-08-022-3/+10
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-291-1/+2
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-261-4/+4
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-194-6/+9
* aura: Pressing escape during drag/drop should cancel the drag/drop.varunjain@chromium.org2012-07-182-0/+53
* Remove #pragma once from ashajwong@chromium.org2012-07-112-3/+1
* Fix a couple ImageSkia implicit conversion bugs.pkotwicz@chromium.org2012-07-091-7/+0
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-282-3/+10
* aura: Fix crash in drag_drop_controller when another drag/drop session startsvarunjain@chromium.org2012-06-281-1/+5
* aura: Drag image must not apply device scale to an already scaled image.varunjain@chromium.org2012-06-191-0/+7
* Factor out capture code from RootWindow to CaptureClientoshima@chromium.org2012-06-081-2/+3
* Add EnvEventFilter to filter events before root window process eventoshima@chromium.org2012-06-062-9/+7
* Revert 140320 - Revert 140315 - ash: Stack drag widget at the right order and...varunjain@chromium.org2012-06-041-1/+3
* Revert 140315 - ash: Stack drag widget at the right order and fix its shadow.varunjain@chromium.org2012-06-041-3/+1
* ash: Stack drag widget at the right order and fix its shadow.varunjain@chromium.org2012-06-041-1/+3
* Remove more root window dependenciesoshima@chromium.org2012-06-011-1/+0
* aura: change cursor according to drop effects in drag_drop_controller.varunjain@chromium.org2012-06-011-3/+11
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-252-18/+19
* Plumb event flags (shift/alt/ctrl modifiers) for drag/drop events to WebKit.varunjain@chromium.org2012-05-171-0/+3
* aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...erg@google.com2012-05-151-1/+1
* Take 2 at: Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-151-0/+36
* aura: Fix a couple of bug (really the same bug at two different places) for dragvarunjain@chromium.org2012-05-142-8/+13
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-121-1/+1
* Aura: Adds custom cursors for drag and drop (second attempt:varunjain@chromium.org2012-05-111-1/+1
* Fixes drag and drop crash. The problem was when I madesky@chromium.org2012-05-102-3/+3
* Revert r135533.thakis@chromium.org2012-05-081-1/+1
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-052-4/+4
* Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-051-1/+1
* Revert 135426 - Aura: Adds custom cursors for drag and drop.rvargas@google.com2012-05-041-1/+1
* Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-041-1/+1
* Revert 135378 - Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-041-1/+1
* Aura: Adds custom cursors for drag and drop.varunjain@chromium.org2012-05-041-1/+1
* Properly set drag image offset in aura's drag drop controller. Currently thevarunjain@chromium.org2012-04-102-4/+5
* ash: Use TYPE_WINDOW_FRAMELESS for drag widget.reveman@chromium.org2012-04-051-2/+2
* aura: Fix a couple of drag/drop related issues:varunjain@chromium.org2012-04-051-6/+11
* aura-x11: Add custom web cursor support.sadrul@chromium.org2012-04-031-3/+3
* Makes the launcher use a layer with a solid color, which is cheapersky@chromium.org2012-03-231-0/+1
* Don't clobber the clipboard when doing DnD on Aurarbyers@chromium.org2012-03-202-10/+8
* Reland 125850 - Aura: Throttle resize to ability to drawbacker@chromium.org2012-03-121-0/+22
* aura: Fix crash in DragDropController::Drop when user does a drop immediatelyvarunjain@chromium.org2012-03-063-24/+66
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-262-3/+4