summaryrefslogtreecommitdiffstats
path: root/ash/display/screen_position_controller_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert ScopedVector<DisplayPlacement> to std::vector<DisplayPlacement>robliao2016-03-231-1/+1
* Allow display layout for 2> displaysoshima2016-02-241-1/+1
* Make DislpayLayout classoshima2016-02-171-5/+7
* Factor out DisplayPlacement from DisplayLayoutoshima2016-02-101-11/+10
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-271-5/+5
* Use the host coordinate when comparing to host window bounds.oshima2015-08-191-16/+13
* aura: Remove layerless windows.danakj2015-04-031-1/+1
* Prevent synthetic events from being processed during RootWindowController shu...pkotwicz2015-02-121-0/+86
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-3/+3
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-031-2/+2
* Eliminate ash::internal namespaceoshima@chromium.org2014-04-031-1/+1
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-201-1/+1
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-12/+12
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* Screen cleanup:oshima@chromium.org2014-01-171-3/+3
* Makes Window::Init take a WindowLayerType instead of LayerType.sky@chromium.org2014-01-081-1/+1
* wm: public window_types.tfarina@chromium.org2013-12-191-1/+1
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-12/+16
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-12/+20
* Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..."ben@chromium.org2013-11-081-20/+12
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-081-12/+20
* Rename StackingClient -> WindowTreeClientben@chromium.org2013-10-231-1/+1
* Move SetLayoutForCurrentDisplays to DisplayManageroshima@chromium.org2013-10-161-2/+2
* Use registered info to initialize primary display instead ofoshima@chromium.org2013-08-141-4/+4
* [Cleanup]oshima@chromium.org2013-07-181-11/+6
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/.dcheng@chromium.org2013-06-131-1/+1
* Skip mulitple-display tests on win8oshima@chromium.org2013-06-121-2/+2
* Allow no-internal display modeoshima@chromium.org2013-03-301-2/+2
* Use floored value for screen size and mouse location for consistency.oshima@chromium.org2013-03-201-1/+1
* Translate points correctly with root window's transformoshima@chromium.org2013-03-161-41/+118
* [Clenup] Split ShellTestApi into separate fileoshima@chromium.org2012-12-081-1/+2
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-281-1/+1
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-5/+7
* Fixes the drag/drop errors for 2x displays.mukai@chromium.org2012-09-271-0/+31
* Fix test failure of ConvertNativePointToScreen on win_aura.mazda@chromium.org2012-09-201-1/+9
* Add ScreenPositionClient::ConvertNativePointToScreen.mazda@chromium.org2012-09-201-0/+154