summaryrefslogtreecommitdiffstats
path: root/ash/wm/partial_screenshot_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-3/+3
* Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..."ben@chromium.org2013-11-081-3/+3
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-3/+3
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-1/+1
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* ExternalTabContainerWin's widgets should be opaque and not fade-in.grt@chromium.org2013-06-271-1/+1
* Add partial_screenshot_view_unittestmiletus@chromium.org2013-03-271-1/+5
* Add support for taking partial screenshot using touchmiletus@chromium.org2013-03-261-13/+51
* Linux/ChromeOS Chromium style checker cleanup, ash/ edition.rsleevi@chromium.org2013-02-071-1/+1
* Add synchronous Widget closing eventwittman@chromium.org2013-02-051-1/+1
* Fix memory leak issue around partial screenshot view on tests.mukai@chromium.org2012-12-211-61/+77
* Supports multi-display in PartialScreenshotView.mukai@chromium.org2012-12-061-46/+93
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-3/+2
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+3
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-1/+1
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-4/+4
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-1/+2
* Make accelerators not to work when the keyboard overlay is shown.mazda@chromium.org2012-07-261-7/+15
* Do not use DeleteSoon in partial_screenshot_view. Use Widget::Close() instead.mukai@chromium.org2012-06-281-13/+4
* Do not capture the partial screenshot region selector boundary.mukai@chromium.org2012-06-211-3/+5
* Change GetContainer to take a root windowoshima@chromium.org2012-06-111-3/+4
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-251-2/+2
* Take 2 at: Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-151-1/+1
* Revert 136877 - Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-141-1/+1
* Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-141-1/+1
* SetCapture of mouse events in partial screenshot. Mouse events are routed to ...mukai@chromium.org2012-04-131-0/+8
* Do not start 'dragging' of partial screenshot when mouse is pressed.mukai@chromium.org2012-04-061-2/+5
* aura-x11: Add custom web cursor support.sadrul@chromium.org2012-04-031-2/+2
* Provide a RootWindow instance getter on the shell, in preparation for removin...ben@chromium.org2012-02-171-2/+2
* Implement taking partial screenshot.mukai@chromium.org2012-02-161-0/+123