summaryrefslogtreecommitdiffstats
path: root/ui/aura/window_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Draggable region support for frameless app window on CrOS.jianli@chromium.org2012-08-221-0/+29
* Attempt 2 at: Makes Window not change focus and send out notificationssky@chromium.org2012-08-141-1/+52
* Revert 151293 - Makes Window not change focus and send out notifications when...sky@chromium.org2012-08-131-49/+0
* Makes Window not change focus and send out notifications when movingsky@chromium.org2012-08-131-0/+49
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-101-2/+2
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-15/+15
* ash: Use different hit-test outer-region for mouse and touch events.sadrul@chromium.org2012-08-091-1/+12
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-27/+30
* Use EXPECT_FALSE instead to avoid compiler errorhongbo.min@intel.com2012-08-011-2/+2
* aura: Rename OnWindowVisisbilityChanged() to OnWindowTargetVisibilityChanged().tfarina@chromium.org2012-07-301-1/+1
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-291-12/+12
* Move last_mouse_location_ from aura::RootWindow to aura::Env to support multi...yusukes@chromium.org2012-07-241-12/+23
* Fix aura::Window::ContainsPointInRoot().yusukes@google.com2012-07-231-0/+19
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-5/+5
* * Use Virtual Screen Coordinates in more placesoshima@chromium.org2012-07-181-5/+5
* Update capture on all root windowsoshima@chromium.org2012-06-221-67/+22
* Aura: Add Window::MoveCursorTo() taking relative location to the window.yoshiki@chromium.org2012-06-191-0/+106
* Revert 142852 - Aura: Add Window::MoveCursorTo() taking relative location to ...yoshiki@chromium.org2012-06-181-99/+0
* aura: Fix WidgetFocusChangeListener::OnNativeFocusChange().derat@chromium.org2012-06-181-0/+40
* Aura: Add Window::MoveCursorTo() taking relative location to the window.yoshiki@chromium.org2012-06-181-0/+99
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-2/+2
* app_list: Fix shadow bleeds over launcher button and steals mouse eventsxiyuan@chromium.org2012-06-161-1/+23
* Fixes content scaling when resizingpkotwicz@chromium.org2012-06-131-0/+37
* aura: Window should notify WindowDelegate of bounds changed if Layer cannot.varunjain@chromium.org2012-06-131-0/+44
* When a window is added to the window tree hierarchy, notify it that it was ad...danakj@chromium.org2012-06-111-0/+34
* Revert 141481 - When a window is added to the window tree hierarchy, notify i...sail@chromium.org2012-06-111-33/+0
* When a window is added to the window tree hierarchy, notify it that it was ad...danakj@chromium.org2012-06-111-0/+33
* Factor out capture code from RootWindow to CaptureClientoshima@chromium.org2012-06-081-3/+4
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-071-5/+10
* It broke win aura botloislo@chromium.org2012-06-071-6/+3
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-071-3/+6
* Changes SetCapture to transfer events rather then cancel all.sky@chromium.org2012-06-071-1/+74
* Makes Layer notify the delegate as the bounds change. This is neededsky@chromium.org2012-06-061-0/+62
* Make sure enters and exits get sent even when capture changesdavemoore@chromium.org2012-06-061-0/+98
* Decouple FocusManager from RootWindow.oshima@chromium.org2012-05-301-1/+0
* Revert 139473 - Revert 139398 - gesture recognizer: Allow multi-finger pinch/...kinuko@chromium.org2012-05-301-1/+1
* Revert 139398 - gesture recognizer: Allow multi-finger pinch/scroll gestures.kinuko@chromium.org2012-05-301-1/+1
* Fixes crash in window shutdown. Specifically if destroying a windowsky@chromium.org2012-05-291-0/+43
* gesture recognizer: Allow multi-finger pinch/scroll gestures.sadrul@chromium.org2012-05-291-1/+1
* Fix aura build on MSVS 2010.joi@chromium.org2012-05-231-1/+2
* Take 2 at: Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-151-59/+18
* Revert 136877 - Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-141-18/+59
* Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-141-59/+18
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-2/+2
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-3/+4
* Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...erg@chromium.org2012-04-251-5/+5
* aura: Hide transient children of a Window when the window hides.varunjain@chromium.org2012-04-241-0/+5
* ash: Hide launcher for unmanaged fullscreen windows.derat@chromium.org2012-04-201-0/+1
* On touch capture, cancel non-captured touches.tdresser@chromium.org2012-04-171-0/+76
* Mouse events, touch events, or both can be locked to a target.tdresser@chromium.org2012-04-111-14/+56