summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Make wm::GetRootWindowRelativeToWindow() high-DPI aware.yusukes@chromium.org2012-08-221-0/+8
* aura: Add some checks trying to find the cause of a crash.sadrul@chromium.org2012-08-221-0/+14
* Desktop Aura: Allow tab drags out of window.erg@chromium.org2012-08-171-0/+11
* Allow closing root window, or pressing the power button to shutdown ash_shell...harrym@chromium.org2012-08-161-2/+2
* Move cursor when it's hidden so that UX can update correctlydavemoore@chromium.org2012-08-151-2/+8
* Fixes bug where Env/RootWindow would cache the wrong buttonsky@chromium.org2012-08-141-1/+2
* gesture recognizer: Make sure a combination of sync/async touch-events work c...sadrul@chromium.org2012-08-131-1/+3
* aura: Dispatch touch-events targetted to the root-window properly.sadrul@chromium.org2012-08-131-0/+2
* gestures: Some more event cleanup.sadrul@chromium.org2012-08-101-20/+2
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-101-7/+7
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-091-6/+6
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-38/+49
* aura: Fix a couple of drag drop issues:varunjain@chromium.org2012-08-021-0/+6
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-291-140/+168
* Use correct coordinates for last moust location in SynthesizeMouseMoveEventoshima@chromium.org2012-07-271-1/+1
* Move last_mouse_location_ from aura::RootWindow to aura::Env to support multi...yusukes@chromium.org2012-07-241-18/+43
* ash: Record some additional information about the gestures.sadrul@chromium.org2012-07-231-5/+5
* Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClientbacker@chromium.org2012-07-131-0/+3
* Aura: ACK on the start of the frame generation for greater async.backer@chromium.org2012-06-291-0/+3
* Avoiding crash on shutdown in some odd cases where a deleted window's parent ...skuhne@chromium.org2012-06-271-0/+1
* Relanding r144499:oshima@chromium.org2012-06-271-7/+7
* Revert r 144499 "Rename the remaining usage of Monitor to Display"oshima@chromium.org2012-06-271-7/+7
* Rename the remaining usage of Monitor to Displayoshima@chromium.org2012-06-271-7/+7
* aura: Turn off synthetic mouse-event generation from gestures.sadrul@chromium.org2012-06-261-74/+0
* Update capture on all root windowsoshima@chromium.org2012-06-221-5/+11
* ash: Add an about:flags entry for debug keyboard shortcuts.thakis@chromium.org2012-06-191-2/+0
* Aura: Add Window::MoveCursorTo() taking relative location to the window.yoshiki@chromium.org2012-06-191-1/+8
* Revert 142852 - Aura: Add Window::MoveCursorTo() taking relative location to ...yoshiki@chromium.org2012-06-181-8/+1
* Aura: Add Window::MoveCursorTo() taking relative location to the window.yoshiki@chromium.org2012-06-181-1/+8
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-1/+1
* Aura desktop: Fix tab dragging within a single chrome window.erg@chromium.org2012-06-161-0/+7
* Remove a local variable, |translated_event|, from RootWindow::DispatchKeyEven...yusukes@chromium.org2012-06-131-3/+2
* aura:Delay call to DispatchHeldMouseMove from RootWindow::ReleaseMouseMovespiman@chromium.org2012-06-121-6/+23
* Rename gfx::Monitor to gfx::Displaytfarina@chromium.org2012-06-121-1/+1
* Factor out capture code from RootWindow to CaptureClientoshima@chromium.org2012-06-081-50/+43
* Changes SetCapture to transfer events rather then cancel all.sky@chromium.org2012-06-071-1/+1
* aura: Drop unnecessary compositesbacker@chromium.org2012-06-061-7/+6
* aura: Remove --aura-disable-hold-mouse-moves flag.backer@chromium.org2012-06-061-11/+5
* Add EnvEventFilter to filter events before root window process eventoshima@chromium.org2012-06-061-1/+2
* Reland: ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-061-0/+3
* Make sure enters and exits get sent even when capture changesdavemoore@chromium.org2012-06-061-2/+2
* Revert 139494 - ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-011-3/+0
* Adds switch to disable generating mouse events from touch events andsky@chromium.org2012-05-311-1/+20
* Decouple FocusManager from RootWindow.oshima@chromium.org2012-05-301-53/+23
* ash: Improved window maximize/restore animationsjamescook@chromium.org2012-05-301-0/+3
* Aura: add a bench utilitypiman@chromium.org2012-05-261-1/+1
* ash: Fix taking screenshots in high-dpi.sadrul@chromium.org2012-05-231-1/+2
* 2x Cursor support.oshima@chromium.org2012-05-221-0/+12
* aura: Fix the sythentic mouse-event location.sadrul@chromium.org2012-05-211-2/+7
* ash: Add the SYNTHETIC flag to mouse-events generated from gestures.sadrul@chromium.org2012-05-181-2/+4