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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove RootWindow reference from DragDropTracker. RootWindow reference in
varunjain@chromium.org
2012-10-05
4
-40
/
+42
*
Set DragDropTracker's capture window's size to zero, otherwise, it gets
varunjain@chromium.org
2012-10-02
1
-1
/
+2
*
Convert native mouse locations to the locations in screen coordinate in RootW...
mazda@chromium.org
2012-09-20
2
-20
/
+27
*
Enable UpdateDisplay to specify host origins.
mazda@chromium.org
2012-09-20
1
-9
/
+9
*
Revert 157597 - Enable UpdateDisplay to specify host origins.
zea@chromium.org
2012-09-19
1
-9
/
+9
*
Enable UpdateDisplay to specify host origins.
mazda@chromium.org
2012-09-19
1
-9
/
+9
*
Move ash specific cursor code to CursorManager.
mazda@chromium.org
2012-09-11
2
-10
/
+0
*
Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-11
1
-1
/
+1
*
Fix leaks in ash_unittests
oshima@chromium.org
2012-09-10
1
-1
/
+1
*
Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...
dharani@google.com
2012-09-09
1
-1
/
+1
*
Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-07
1
-1
/
+1
*
Makes workspace2 enabled by default.
sky@chromium.org
2012-09-05
1
-22
/
+8
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
5
-5
/
+5
*
events: Get rid of GestureStatus in favour of EventResult.
sadrul@chromium.org
2012-09-04
2
-3
/
+3
*
Support Drag and Drop across displays.
mazda@chromium.org
2012-08-26
7
-21
/
+366
*
Fix the issue of the dragged item always shown on the primary display.
mazda@chromium.org
2012-08-20
1
-1
/
+5
*
Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...
ben@chromium.org
2012-08-14
1
-4
/
+3
*
Replace views::MouseEvent with ui::MouseEvent
ben@chromium.org
2012-08-14
1
-1
/
+1
*
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
sadrul@chromium.org
2012-08-10
2
-2
/
+2
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
2
-2
/
+2
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
3
-28
/
+29
*
aura: Fix a couple of drag drop issues:
varunjain@chromium.org
2012-08-02
2
-3
/
+10
*
Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...
ben@chromium.org
2012-07-29
1
-1
/
+2
*
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
4
-6
/
+9
*
aura: Pressing escape during drag/drop should cancel the drag/drop.
varunjain@chromium.org
2012-07-18
2
-0
/
+53
*
Remove #pragma once from ash
ajwong@chromium.org
2012-07-11
2
-3
/
+1
*
Fix a couple ImageSkia implicit conversion bugs.
pkotwicz@chromium.org
2012-07-09
1
-7
/
+0
*
Add base::RunLoop and update ui_test_utils to use it to reduce flakiness
jbates@chromium.org
2012-06-28
2
-3
/
+10
*
aura: Fix crash in drag_drop_controller when another drag/drop session starts
varunjain@chromium.org
2012-06-28
1
-1
/
+5
*
aura: Drag image must not apply device scale to an already scaled image.
varunjain@chromium.org
2012-06-19
1
-0
/
+7
*
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
2
-9
/
+7
*
Revert 140320 - Revert 140315 - ash: Stack drag widget at the right order and...
varunjain@chromium.org
2012-06-04
1
-1
/
+3
*
Revert 140315 - ash: Stack drag widget at the right order and fix its shadow.
varunjain@chromium.org
2012-06-04
1
-3
/
+1
*
ash: Stack drag widget at the right order and fix its shadow.
varunjain@chromium.org
2012-06-04
1
-1
/
+3
*
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
2
-18
/
+19
*
Plumb event flags (shift/alt/ctrl modifiers) for drag/drop events to WebKit.
varunjain@chromium.org
2012-05-17
1
-0
/
+3
*
aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...
erg@google.com
2012-05-15
1
-1
/
+1
*
Take 2 at: Changes RootWindow capture code so that we only have one capture
sky@chromium.org
2012-05-15
1
-0
/
+36
*
aura: Fix a couple of bug (really the same bug at two different places) for drag
varunjain@chromium.org
2012-05-14
2
-8
/
+13
*
views: Have a more accurate name for View parent_owned accessors.
tfarina@chromium.org
2012-05-12
1
-1
/
+1
*
Aura: Adds custom cursors for drag and drop (second attempt:
varunjain@chromium.org
2012-05-11
1
-1
/
+1
*
Fixes drag and drop crash. The problem was when I made
sky@chromium.org
2012-05-10
2
-3
/
+3
*
Revert r135533.
thakis@chromium.org
2012-05-08
1
-1
/
+1
*
ui: Move compositor/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-05
2
-4
/
+4
*
Aura: Adds custom cursors for drag and drop.
varunjain@chromium.org
2012-05-05
1
-1
/
+1
*
Revert 135426 - Aura: Adds custom cursors for drag and drop.
rvargas@google.com
2012-05-04
1
-1
/
+1
[next]