summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop/drag_drop_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in android_webview/, apps/, a...avi@chromium.org2013-07-171-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/.dcheng@chromium.org2013-06-131-2/+1
* Change ordering of Shell event handlers:varunjain@chromium.org2013-06-061-7/+1
* ash: Stop propagation of gesture events when drag drop is in progress.varunjain@chromium.org2013-05-271-6/+10
* ash: SystemGestureEventFilter should not process gestures while a drag drop isvarunjain@chromium.org2013-05-011-0/+6
* ash: Use base::MessageLoop.xhwang@chromium.org2013-04-301-5/+6
* ash: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-2/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-4/+4
* Cancel drag upon screen lock.oshima@chromium.org2013-03-261-1/+62
* Rework ash::CursorManager into a corewm object, to share code with desktop.erg@chromium.org2013-02-271-1/+0
* Updated icons for drag and drop.mtomasz@chromium.org2013-01-101-1/+1
* More work to make ash_unittests pass when we require context.erg@chromium.org2013-01-091-1/+1
* Get drag and drop working on Win Ash.jam@chromium.org2013-01-081-20/+7
* Track input latency with UMA statsdavemoore@chromium.org2013-01-071-3/+9
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-6/+10
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-3/+2
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-11/+8
* Get drag and drop working for win aura.jam@chromium.org2012-12-081-0/+12
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-6/+10
* Fix unittest in drag drop controller: Complete the drag cancel animation rathervarunjain@chromium.org2012-11-281-5/+13
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-281-1/+1
* Fix Win Aura compile error after r169901.bauerb@chromium.org2012-11-281-1/+1
* aura: Enable touch initiated drag and drop.varunjain@chromium.org2012-11-281-51/+223
* Make drag image move back to the original screen when drag is cancelled.mazda@chromium.org2012-11-271-19/+33
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-201-8/+0
* ash: Convert all remaining EventFilters into EventHandlers.sadrul@chromium.org2012-11-131-17/+16
* ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...danakj@chromium.org2012-11-091-3/+3
* aura: Add flag to indicate if a drag session is started with touch or mouse.varunjain@chromium.org2012-11-061-4/+7
* ui: Remove TouchStatus in favour of EventResult.sadrul@chromium.org2012-11-041-4/+4
* Remove RootWindow reference from DragDropTracker. RootWindow reference invarunjain@chromium.org2012-10-051-1/+1
* Move ash specific cursor code to CursorManager.mazda@chromium.org2012-09-111-8/+0
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-041-2/+2
* Support Drag and Drop across displays.mazda@chromium.org2012-08-261-18/+25
* Fix the issue of the dragged item always shown on the primary display.mazda@chromium.org2012-08-201-1/+5
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-101-1/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-1/+1
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-15/+16
* aura: Fix a couple of drag drop issues:varunjain@chromium.org2012-08-021-3/+8
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-261-4/+4
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-1/+1
* aura: Pressing escape during drag/drop should cancel the drag/drop.varunjain@chromium.org2012-07-181-0/+4
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-281-3/+6
* aura: Fix crash in drag_drop_controller when another drag/drop session startsvarunjain@chromium.org2012-06-281-1/+5
* 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-061-8/+7
* 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-251-6/+7
* Plumb event flags (shift/alt/ctrl modifiers) for drag/drop events to WebKit.varunjain@chromium.org2012-05-171-0/+3