summaryrefslogtreecommitdiffstats
path: root/ash/wm/workspace
Commit message (Expand)AuthorAgeFilesLines
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-256-20/+20
* Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...varkha@chromium.org2013-10-241-2/+6
* Revert 230671 "Avoid creating two resizers for two-finger drag. ..."falken@chromium.org2013-10-241-6/+2
* Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...varkha@chromium.org2013-10-241-2/+6
* Hides docked windows when a packaged app activates full screen mode.varkha@chromium.org2013-10-241-0/+8
* Rename StackingClient -> WindowTreeClientben@chromium.org2013-10-234-7/+7
* Skip test that requires multiple displays on win8oshima@chromium.org2013-10-221-0/+3
* Make sure the top of the window is visible when a window is added.oshima@chromium.org2013-10-223-15/+42
* Refactor FramePainter so that a child view of NonClientFrameView can paint th...pkotwicz@chromium.org2013-10-182-11/+6
* Optimally subdividing vertical space for docked windows. The first window is ...varkha@chromium.org2013-10-172-4/+9
* Move SetLayoutForCurrentDisplays to DisplayManageroshima@chromium.org2013-10-161-2/+2
* Move auto layout code to WindowPositioneroshima@chromium.org2013-10-113-292/+5
* Remove forced maximized modeoshima@chromium.org2013-10-081-2/+1
* Fix regression wrt aura::Window::set_hit_test_bounds_override_inner() due to ...pkotwicz@chromium.org2013-10-071-8/+12
* Rename BrowserFrameAura to BrowserFrameAsh. This removes some previously need...pkotwicz@chromium.org2013-10-041-2/+2
* Fixes crashes and other bad behavior with modal dialogs. Maintains that trans...varkha@chromium.org2013-10-031-6/+10
* Allow a window to get all the way to the bottom of work area for small window...varkha@chromium.org2013-09-292-2/+21
* Introduce WindowShowType which specifies the ash specific window show state.oshima@chromium.org2013-09-296-95/+96
* Docked windows should preferably all have the same width. The width of a newl...varkha@chromium.org2013-09-242-15/+21
* Rename WindowSettings to WindowStateoshima@chromium.org2013-09-2013-263/+288
* Do not CrossFade on restore to side-maximized.mukai@chromium.org2013-09-191-5/+7
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-182-3/+3
* This CLpkotwicz@chromium.org2013-09-184-23/+99
* Do not CrossFade when the window is restored to maximized mode.mukai@chromium.org2013-09-182-9/+23
* Move code related to the window controls to ash/wm/caption_buttonspkotwicz@chromium.org2013-09-168-1953/+0
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-156-25/+26
* Windows docking should get triggered by pressing against the screen edgevarkha@chromium.org2013-09-145-44/+121
* When moving window to the left or right edge consider that work area can be s...varkha@chromium.org2013-09-131-18/+21
* Rename GetActiveRootWindow -> GetTargetRootWindowoshima@chromium.org2013-09-121-1/+1
* Basic implementation of the bubble burst effect for the new caption button st...pkotwicz@chromium.org2013-09-125-124/+614
* Only support left/right maximizing at 50% width when the --ash-enable-alterna...pkotwicz@chromium.org2013-09-113-38/+147
* Group WM related properties to ash::wm::WindowSettingsoshima@chromium.org2013-09-119-44/+57
* Revert 222512 "Group WM related properties to ash::wm::WindowSet..."stevet@chromium.org2013-09-119-57/+44
* Group WM related properties to ash::wm::WindowSettingsoshima@chromium.org2013-09-119-44/+57
* Make resizing a window by snapping it left or right take into account the win...pkotwicz@chromium.org2013-09-102-22/+159
* Tuning gesture recognizer parametersmiletus@chromium.org2013-09-101-24/+24
* Move GetRootWindowController to root_window_controller.hoshima@chromium.org2013-09-061-1/+0
* ash:Shelf - Enable Alternate Shelf and Side Shelf by default.harrym@chromium.org2013-09-052-6/+6
* Correctly restore the auto managed window to the original bounds when becomin...oshima@chromium.org2013-08-292-55/+114
* Do not CrossFade the bounds change of AdjustWindowBoundsForWorkAreaChange()mukai@chromium.org2013-08-291-8/+5
* Adds AnimateToFullscreen window property for the transition animation to full...mukai@chromium.org2013-08-281-3/+10
* Make PanelFrameView, CustomFrameViewAsh and BrowserNonClientFrameViewAsh use ...pkotwicz@chromium.org2013-08-243-61/+404
* Remove obsolete --ash-enable-auto-window-managementoshima@chromium.org2013-08-231-6/+4
* Add a container view for the window controls part 1.pkotwicz@chromium.org2013-08-223-0/+297
* Remove misuse of HasUserChangedWindowPositionOrSizeoshima@chromium.org2013-08-202-13/+30
* Animate phantom snap window across displaysvarkha@chromium.org2013-08-145-42/+239
* Windows should animate when they are about to get docked at screen edges.varkha@chromium.org2013-08-132-6/+14
* Do not use cross-fade effect for the transition to fullscreen state.mukai@chromium.org2013-08-131-1/+1
* Reduce stickiness when pointer is outside work areavarkha@chromium.org2013-08-132-4/+32
* Maximize window in the display to be restored.oshima@chromium.org2013-08-122-3/+140