summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in ui/, part 1.avi@chromium.org2013-07-181-1/+1
* aura: Some minor code cleanup.sadrul@chromium.org2013-07-081-9/+7
* Do not dispatch synthetic mousemove events when mouse events are disabledtdanderson@google.com2013-06-241-0/+6
* aura: Some event-related cleanup in RootWindow.sadrul@chromium.org2013-06-201-9/+5
* Rename RootWindowObserver::OnRootWindowResized to OnRootWindowHostResized, andoshima@chromium.org2013-06-121-12/+10
* Cause touch events to be held like mouse events during window resizingrharrison@chromium.org2013-06-111-89/+109
* Ensures calling OnMouseExited for window close with mouse hovers.mukai@chromium.org2013-05-201-0/+19
* Magnifier: Prevent the cursor jumping on HiDPI display.yoshiki@chromium.org2013-05-091-8/+8
* Removes XGetImage for taking screenshot.mukai@chromium.org2013-04-301-8/+0
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-4/+4
* Magnifier: Move the cursor directly to the root window host.yoshiki@chromium.org2013-04-261-21/+18
* Let Magnifier, UI Scaling and Rotation use AshRootWindowTransformer to create...yoshiki@chromium.org2013-04-241-3/+18
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-7/+6
* ui/aura: Remove unnecessary scoped_ptr ".get()" calls.tfarina@chromium.org2013-04-231-3/+3
* Propagate back damaged rects coming from the UI to the renderer.skaslev@chromium.org2013-04-151-5/+9
* Remove Event::system_locationoshima@chromium.org2013-04-111-2/+0
* Translate 1 pixel not 1 dip when rotating the display.oshima@chromium.org2013-04-111-19/+0
* Aura: Make compositor_unittests work with --ui-enable-threaded-compositingbacker@chromium.org2013-04-061-0/+1
* Factor out ash/chromeos specific transform from RootWindow.oshima@chromium.org2013-04-031-72/+58
* Manually compute inverted matrix for screen rotationoshima@chromium.org2013-03-261-12/+34
* Short term workaround to deal with calculation error caused by inverted matrix.oshima@chromium.org2013-03-231-4/+24
* Use floored value for screen size and mouse location for consistency.oshima@chromium.org2013-03-201-11/+14
* Revert 188538 "Closing menu from LauncherMenuItem upon second click"skuhne@chromium.org2013-03-161-1/+0
* Translate points correctly with root window's transformoshima@chromium.org2013-03-161-18/+27
* Closing menu from LauncherMenuItem upon second clickskuhne@chromium.org2013-03-161-0/+1
* Improve mouse/trackpad handling when closing a context menusschmitz@chromium.org2013-03-151-15/+56
* 3rd tryoshima@chromium.org2013-03-151-3/+5
* Revert "2nd try"oshima@chromium.org2013-03-151-5/+3
* 2nd tryoshima@chromium.org2013-03-151-3/+5
* Revert "Add shortcut keys to ui scaling"oshima@chromium.org2013-03-151-5/+3
* Add shortcut keys to ui scalingoshima@chromium.org2013-03-151-3/+5
* Desktop Aura: Reset the mouse pressed handler when capture changes.erg@chromium.org2013-03-141-3/+7
* Rotate Cursor when the display is rotatedoshima@chromium.org2013-03-141-4/+10
* Add UI scaling supportoshima@chromium.org2013-03-131-7/+27
* Re-implement overscan & Implement Display Rotationoshima@chromium.org2013-03-121-7/+36
* Add is_internal_display_ property to aura::RootWindowHostLinux.ynovikov@chromium.org2013-03-081-0/+1
* Refactor DisplayInfo/Display - 3rd tryoshima@chromium.org2013-02-281-0/+1
* Revert "Refactor DisplayInfo/Display - 2nd try"oshima@chromium.org2013-02-281-1/+0
* Refactor DisplayInfo/Display - 2nd tryoshima@chromium.org2013-02-281-0/+1
* Revert 185178: Broke CrOS build:thakis@chromium.org2013-02-281-1/+0
* Refactor DisplayInfo/Displayoshima@chromium.org2013-02-281-0/+1
* CrOS: Schedule renderer drawing to hardware vsync.backer@chromium.org2013-02-211-1/+7
* Plumbs through ET_CANCEL_MODE, which is intended to be used when modalsky@chromium.org2013-02-211-0/+6
* move --aura-host-window-size to --ash-host-window-bounds oshima@chromium.org2013-02-151-1/+0
* Clicking on the caption in desktop chrome AURA eats subsequent mouse events u...ananta@chromium.org2013-02-071-1/+5
* aura-x11: Make sure the touch event with the native event gets dispatched.sadrul@chromium.org2013-02-061-6/+10
* Reenable synthesized mouse events on win aurascottmg@chromium.org2013-02-011-3/+0
* ash: Save gesture targets in case of nested message loop.xiyuan@chromium.org2013-01-301-10/+24
* Add ability for EventGenerator to generate Scroll events asynchronouslydavemoore@chromium.org2013-01-291-12/+13
* Fixes two mouse event related bugs:sky@chromium.org2013-01-281-18/+22