summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop
Commit message (Expand)AuthorAgeFilesLines
* Initial whack at getting ash_unittests to connect to a viewer process on Win/...robertshield@chromium.org2013-01-211-1/+8
* 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-093-5/+6
* Disable failing ash_unittests drag drop controller tests on Windows.jam@chromium.org2013-01-081-5/+35
* Get drag and drop working on Win Ash.jam@chromium.org2013-01-082-20/+11
* Track input latency with UMA statsdavemoore@chromium.org2013-01-072-6/+18
* Open new window on active display unless the location is given.oshima@chromium.org2012-12-271-8/+6
* Fix leak in DragDrop testoshima@chromium.org2012-12-201-16/+16
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-182-7/+11
* ash: Add missing 'virtual' annotations to SetUp() and TearDown() overrides.tfarina@chromium.org2012-12-151-2/+2
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-142-4/+3
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-142-12/+9
* Get drag and drop working for win aura.jam@chromium.org2012-12-082-4/+17
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-043-9/+13
* Drag image scaling code should take device scale into account.varunjain@chromium.org2012-11-301-5/+27
* Fix unittest in drag drop controller: Complete the drag cancel animation rathervarunjain@chromium.org2012-11-283-10/+53
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-284-17/+16
* 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-288-75/+450
* Make drag image move back to the original screen when drag is cancelled.mazda@chromium.org2012-11-273-31/+167
* Adds Varun to ash/drag_drop/OWNERS.sky@chromium.org2012-11-211-0/+1
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-202-10/+0
* Move shadow code to views\corewmben@chromium.org2012-11-141-2/+2
* ash: Convert all remaining EventFilters into EventHandlers.sadrul@chromium.org2012-11-132-30/+24
* 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-063-10/+18
* ui: Remove TouchStatus in favour of EventResult.sadrul@chromium.org2012-11-042-5/+5
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* Fix leaks in ash/aura unittestsoshima@chromium.org2012-10-271-0/+3
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+1
* Remove RootWindow reference from DragDropTracker. RootWindow reference invarunjain@chromium.org2012-10-054-40/+42
* Set DragDropTracker's capture window's size to zero, otherwise, it getsvarunjain@chromium.org2012-10-021-1/+2
* Convert native mouse locations to the locations in screen coordinate in RootW...mazda@chromium.org2012-09-202-20/+27
* Enable UpdateDisplay to specify host origins.mazda@chromium.org2012-09-201-9/+9
* Revert 157597 - Enable UpdateDisplay to specify host origins.zea@chromium.org2012-09-191-9/+9
* Enable UpdateDisplay to specify host origins.mazda@chromium.org2012-09-191-9/+9
* Move ash specific cursor code to CursorManager.mazda@chromium.org2012-09-112-10/+0
* Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-111-1/+1
* Fix leaks in ash_unittestsoshima@chromium.org2012-09-101-1/+1
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-091-1/+1
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-071-1/+1
* Makes workspace2 enabled by default.sky@chromium.org2012-09-051-22/+8
* 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