summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop
Commit message (Expand)AuthorAgeFilesLines
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-153-23/+23
* Rename GetActiveRootWindow -> GetTargetRootWindowoshima@chromium.org2013-09-121-4/+4
* Move the content-dependent RecreateLayer logic from aura::Window to RWHVApiman@chromium.org2013-09-121-3/+2
* Adding animation anf f/x logic for dragging items from shelf to the desktop t...skuhne@chromium.org2013-08-292-0/+20
* Make sure that 30% of restored window is always visible.oshima@chromium.org2013-08-071-1/+1
* Use a direct include of the message_loop header in android_webview/, apps/, a...avi@chromium.org2013-07-172-2/+2
* ash: Fix window header opacity during image dragjamescook@chromium.org2013-07-081-0/+1
* ExternalTabContainerWin's widgets should be opaque and not fade-in.grt@chromium.org2013-06-271-1/+1
* Interactive ui test for drag drop operation across displays.oshima@chromium.org2013-06-181-0/+165
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/.dcheng@chromium.org2013-06-131-2/+1
* Skip mulitple-display tests on win8oshima@chromium.org2013-06-121-8/+4
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Change ordering of Shell event handlers:varunjain@chromium.org2013-06-062-107/+1
* ash: Stop propagation of gesture events when drag drop is in progress.varunjain@chromium.org2013-05-272-7/+59
* ash: SystemGestureEventFilter should not process gestures while a drag drop isvarunjain@chromium.org2013-05-012-0/+84
* 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
* Update src/ash/ for renames and moves in basebrettw@chromium.org2013-04-111-1/+1
* Cancel drag upon screen lock.oshima@chromium.org2013-03-266-11/+140
* Rework ash::CursorManager into a corewm object, to share code with desktop.erg@chromium.org2013-02-271-1/+0
* Linux/ChromeOS Chromium style checker cleanup, ash/ edition.rsleevi@chromium.org2013-02-071-15/+17
* 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