index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ash
/
drag_drop
/
drag_drop_controller.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a direct include of the message_loop header in android_webview/, apps/, a...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/.
dcheng@chromium.org
2013-06-13
1
-2
/
+1
*
Change ordering of Shell event handlers:
varunjain@chromium.org
2013-06-06
1
-7
/
+1
*
ash: Stop propagation of gesture events when drag drop is in progress.
varunjain@chromium.org
2013-05-27
1
-6
/
+10
*
ash: SystemGestureEventFilter should not process gestures while a drag drop is
varunjain@chromium.org
2013-05-01
1
-0
/
+6
*
ash: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-5
/
+6
*
ash: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-26
1
-2
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-4
/
+4
*
Cancel drag upon screen lock.
oshima@chromium.org
2013-03-26
1
-1
/
+62
*
Rework ash::CursorManager into a corewm object, to share code with desktop.
erg@chromium.org
2013-02-27
1
-1
/
+0
*
Updated icons for drag and drop.
mtomasz@chromium.org
2013-01-10
1
-1
/
+1
*
More work to make ash_unittests pass when we require context.
erg@chromium.org
2013-01-09
1
-1
/
+1
*
Get drag and drop working on Win Ash.
jam@chromium.org
2013-01-08
1
-20
/
+7
*
Track input latency with UMA stats
davemoore@chromium.org
2013-01-07
1
-3
/
+9
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
1
-6
/
+10
*
events: Update key-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-3
/
+2
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-11
/
+8
*
Get drag and drop working for win aura.
jam@chromium.org
2012-12-08
1
-0
/
+12
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
1
-6
/
+10
*
Fix unittest in drag drop controller: Complete the drag cancel animation rather
varunjain@chromium.org
2012-11-28
1
-5
/
+13
*
Desktop aura: Break aura::Window::SetParent in two.
erg@chromium.org
2012-11-28
1
-1
/
+1
*
Fix Win Aura compile error after r169901.
bauerb@chromium.org
2012-11-28
1
-1
/
+1
*
aura: Enable touch initiated drag and drop.
varunjain@chromium.org
2012-11-28
1
-51
/
+223
*
Make drag image move back to the original screen when drag is cancelled.
mazda@chromium.org
2012-11-27
1
-19
/
+33
*
ui: Add default implementations for EventHandler interface.
sadrul@chromium.org
2012-11-20
1
-8
/
+0
*
ash: Convert all remaining EventFilters into EventHandlers.
sadrul@chromium.org
2012-11-13
1
-17
/
+16
*
ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...
danakj@chromium.org
2012-11-09
1
-3
/
+3
*
aura: Add flag to indicate if a drag session is started with touch or mouse.
varunjain@chromium.org
2012-11-06
1
-4
/
+7
*
ui: Remove TouchStatus in favour of EventResult.
sadrul@chromium.org
2012-11-04
1
-4
/
+4
*
Remove RootWindow reference from DragDropTracker. RootWindow reference in
varunjain@chromium.org
2012-10-05
1
-1
/
+1
*
Move ash specific cursor code to CursorManager.
mazda@chromium.org
2012-09-11
1
-8
/
+0
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
1
-1
/
+1
*
events: Get rid of GestureStatus in favour of EventResult.
sadrul@chromium.org
2012-09-04
1
-2
/
+2
*
Support Drag and Drop across displays.
mazda@chromium.org
2012-08-26
1
-18
/
+25
*
Fix the issue of the dragged item always shown on the primary display.
mazda@chromium.org
2012-08-20
1
-1
/
+5
*
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
sadrul@chromium.org
2012-08-10
1
-1
/
+1
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
1
-1
/
+1
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
1
-15
/
+16
*
aura: Fix a couple of drag drop issues:
varunjain@chromium.org
2012-08-02
1
-3
/
+8
*
Aura desktop: Show resize cursors again.
erg@chromium.org
2012-07-26
1
-4
/
+4
*
Rename bounds accessors to be intuitive and consistent
oshima@chromium.org
2012-07-19
1
-1
/
+1
*
aura: Pressing escape during drag/drop should cancel the drag/drop.
varunjain@chromium.org
2012-07-18
1
-0
/
+4
*
Add base::RunLoop and update ui_test_utils to use it to reduce flakiness
jbates@chromium.org
2012-06-28
1
-3
/
+6
*
aura: Fix crash in drag_drop_controller when another drag/drop session starts
varunjain@chromium.org
2012-06-28
1
-1
/
+5
*
Factor out capture code from RootWindow to CaptureClient
oshima@chromium.org
2012-06-08
1
-2
/
+3
*
Add EnvEventFilter to filter events before root window process event
oshima@chromium.org
2012-06-06
1
-8
/
+7
*
Remove more root window dependencies
oshima@chromium.org
2012-06-01
1
-1
/
+0
*
aura: change cursor according to drop effects in drag_drop_controller.
varunjain@chromium.org
2012-06-01
1
-3
/
+11
*
Rename GetRootWindow() -> GetPrimaryRootWindow()
oshima@chromium.org
2012-05-25
1
-6
/
+7
*
Plumb event flags (shift/alt/ctrl modifiers) for drag/drop events to WebKit.
varunjain@chromium.org
2012-05-17
1
-0
/
+3
[next]