| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes unused parameter from RootWindow::OnWindowHidden. | sky@chromium.org | 2013-08-06 | 1 | -6/+4 |
* | Use a direct include of the message_loop header in ui/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | aura: Some minor code cleanup. | sadrul@chromium.org | 2013-07-08 | 1 | -9/+7 |
* | Do not dispatch synthetic mousemove events when mouse events are disabled | tdanderson@google.com | 2013-06-24 | 1 | -0/+6 |
* | aura: Some event-related cleanup in RootWindow. | sadrul@chromium.org | 2013-06-20 | 1 | -9/+5 |
* | Rename RootWindowObserver::OnRootWindowResized to OnRootWindowHostResized, and | oshima@chromium.org | 2013-06-12 | 1 | -12/+10 |
* | Cause touch events to be held like mouse events during window resizing | rharrison@chromium.org | 2013-06-11 | 1 | -89/+109 |
* | Ensures calling OnMouseExited for window close with mouse hovers. | mukai@chromium.org | 2013-05-20 | 1 | -0/+19 |
* | Magnifier: Prevent the cursor jumping on HiDPI display. | yoshiki@chromium.org | 2013-05-09 | 1 | -8/+8 |
* | Removes XGetImage for taking screenshot. | mukai@chromium.org | 2013-04-30 | 1 | -8/+0 |
* | ui: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-29 | 1 | -4/+4 |
* | Magnifier: Move the cursor directly to the root window host. | yoshiki@chromium.org | 2013-04-26 | 1 | -21/+18 |
* | Let Magnifier, UI Scaling and Rotation use AshRootWindowTransformer to create... | yoshiki@chromium.org | 2013-04-24 | 1 | -3/+18 |
* | ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-04-24 | 1 | -7/+6 |
* | ui/aura: Remove unnecessary scoped_ptr ".get()" calls. | tfarina@chromium.org | 2013-04-23 | 1 | -3/+3 |
* | Propagate back damaged rects coming from the UI to the renderer. | skaslev@chromium.org | 2013-04-15 | 1 | -5/+9 |
* | Remove Event::system_location | oshima@chromium.org | 2013-04-11 | 1 | -2/+0 |
* | Translate 1 pixel not 1 dip when rotating the display. | oshima@chromium.org | 2013-04-11 | 1 | -19/+0 |
* | Aura: Make compositor_unittests work with --ui-enable-threaded-compositing | backer@chromium.org | 2013-04-06 | 1 | -0/+1 |
* | Factor out ash/chromeos specific transform from RootWindow. | oshima@chromium.org | 2013-04-03 | 1 | -72/+58 |
* | Manually compute inverted matrix for screen rotation | oshima@chromium.org | 2013-03-26 | 1 | -12/+34 |
* | Short term workaround to deal with calculation error caused by inverted matrix. | oshima@chromium.org | 2013-03-23 | 1 | -4/+24 |
* | Use floored value for screen size and mouse location for consistency. | oshima@chromium.org | 2013-03-20 | 1 | -11/+14 |
* | Revert 188538 "Closing menu from LauncherMenuItem upon second click" | skuhne@chromium.org | 2013-03-16 | 1 | -1/+0 |
* | Translate points correctly with root window's transform | oshima@chromium.org | 2013-03-16 | 1 | -18/+27 |
* | Closing menu from LauncherMenuItem upon second click | skuhne@chromium.org | 2013-03-16 | 1 | -0/+1 |
* | Improve mouse/trackpad handling when closing a context menu | sschmitz@chromium.org | 2013-03-15 | 1 | -15/+56 |
* | 3rd try | oshima@chromium.org | 2013-03-15 | 1 | -3/+5 |
* | Revert "2nd try" | oshima@chromium.org | 2013-03-15 | 1 | -5/+3 |
* | 2nd try | oshima@chromium.org | 2013-03-15 | 1 | -3/+5 |
* | Revert "Add shortcut keys to ui scaling" | oshima@chromium.org | 2013-03-15 | 1 | -5/+3 |
* | Add shortcut keys to ui scaling | oshima@chromium.org | 2013-03-15 | 1 | -3/+5 |
* | Desktop Aura: Reset the mouse pressed handler when capture changes. | erg@chromium.org | 2013-03-14 | 1 | -3/+7 |
* | Rotate Cursor when the display is rotated | oshima@chromium.org | 2013-03-14 | 1 | -4/+10 |
* | Add UI scaling support | oshima@chromium.org | 2013-03-13 | 1 | -7/+27 |
* | Re-implement overscan & Implement Display Rotation | oshima@chromium.org | 2013-03-12 | 1 | -7/+36 |
* | Add is_internal_display_ property to aura::RootWindowHostLinux. | ynovikov@chromium.org | 2013-03-08 | 1 | -0/+1 |
* | Refactor DisplayInfo/Display - 3rd try | oshima@chromium.org | 2013-02-28 | 1 | -0/+1 |
* | Revert "Refactor DisplayInfo/Display - 2nd try" | oshima@chromium.org | 2013-02-28 | 1 | -1/+0 |
* | Refactor DisplayInfo/Display - 2nd try | oshima@chromium.org | 2013-02-28 | 1 | -0/+1 |
* | Revert 185178: Broke CrOS build: | thakis@chromium.org | 2013-02-28 | 1 | -1/+0 |
* | Refactor DisplayInfo/Display | oshima@chromium.org | 2013-02-28 | 1 | -0/+1 |
* | CrOS: Schedule renderer drawing to hardware vsync. | backer@chromium.org | 2013-02-21 | 1 | -1/+7 |
* | Plumbs through ET_CANCEL_MODE, which is intended to be used when modal | sky@chromium.org | 2013-02-21 | 1 | -0/+6 |
* | move --aura-host-window-size to --ash-host-window-bounds | oshima@chromium.org | 2013-02-15 | 1 | -1/+0 |
* | Clicking on the caption in desktop chrome AURA eats subsequent mouse events u... | ananta@chromium.org | 2013-02-07 | 1 | -1/+5 |
* | aura-x11: Make sure the touch event with the native event gets dispatched. | sadrul@chromium.org | 2013-02-06 | 1 | -6/+10 |
* | Reenable synthesized mouse events on win aura | scottmg@chromium.org | 2013-02-01 | 1 | -3/+0 |
* | ash: Save gesture targets in case of nested message loop. | xiyuan@chromium.org | 2013-01-30 | 1 | -10/+24 |
* | Add ability for EventGenerator to generate Scroll events asynchronously | davemoore@chromium.org | 2013-01-29 | 1 | -12/+13 |