summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop
Commit message (Expand)AuthorAgeFilesLines
* Make aura::clients take Window instead of RootWindowben@chromium.org2013-10-245-14/+7
* Rename StackingClient -> WindowTreeClientben@chromium.org2013-10-231-1/+2
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-1/+1
* Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...pfeldman@chromium.org2013-10-211-1/+1
* Gesture recognizer must be a singleton accross all aura::RootWindowsvarunjain@chromium.org2013-10-211-1/+1
* bookmarks: Remove Mac specific function from BookmarkNodeData.tfarina@chromium.org2013-10-121-4/+4
* Add a small image on top of the drag image to display the current drag operationvarunjain@chromium.org2013-10-103-4/+99
* events: Move gestures out of ui/base/ into ui/events/.sadrul@chromium.org2013-09-251-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-242-7/+3
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-202-3/+7
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-202-7/+3
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-185-8/+8
* Remove mac code from aura/ash/viewsoshima@chromium.org2013-09-181-2/+0
* 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