summaryrefslogtreecommitdiffstats
path: root/ash/wm/workspace
Commit message (Expand)AuthorAgeFilesLines
* Ash: Update window size and close button assetsjamescook@chromium.org2012-04-031-11/+9
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-2/+2
* Changes the maximize button to only minimize for panels. This resultedsky@chromium.org2012-03-312-30/+4
* Add missing virtual to PhantomWindowController d'tor.derat@chromium.org2012-03-301-1/+1
* Makes the phantom window animate between positions. Additionally ifsky@chromium.org2012-03-304-43/+103
* Decreases the number of pixels needed to trigger a snap from 200 tosky@chromium.org2012-03-281-1/+1
* Makes the frame maximize button show the multi-state icon on hover.sky@chromium.org2012-03-281-0/+3
* Fixes bug where maximized window wasn't getting resized when togglingsky@chromium.org2012-03-282-7/+0
* Makes the phantom appear immediately and does away with a phantom forsky@chromium.org2012-03-276-171/+36
* Disable left/right/maximize for panels.stevenjb@chromium.org2012-03-262-4/+32
* Fixes bug in window resizing code that could lead to window snappingsky@chromium.org2012-03-262-5/+25
* Set panels windows to always be on top.stevenjb@google.com2012-03-262-0/+142
* Adds context menu so that shelf always auto-hides (except on locksky@chromium.org2012-03-253-23/+36
* Revert r128507 "Revert r128436 "relanding: disabled workspace_window_resizer ...oshima@chromium.org2012-03-231-2/+14
* Revert r128436 "relanding: disabled workspace_window_resizer test. fixed acce...backer@chromium.org2012-03-231-14/+2
* Makes the launcher use a layer with a solid color, which is cheapersky@chromium.org2012-03-235-7/+9
* relanding: disabled workspace_window_resizer test. fixed access-after-free.oshima@chromium.org2012-03-231-2/+14
* Revert r128330 "* MonitorChangeObserverX11 that listen to Xrandr events and u...oshima@chromium.org2012-03-231-7/+2
* * MonitorChangeObserverX11 that listen to Xrandr events and update monitor co...oshima@chromium.org2012-03-221-2/+7
* Two tweaks to window resizing code:sky@chromium.org2012-03-223-14/+104
* Adds a tooltip to the frame maximize button.sky@chromium.org2012-03-221-0/+3
* Changes how we detect whether the launcher should be shown whensky@chromium.org2012-03-221-8/+4
* Fixes resize bug where we would incorrectly force window to be in worksky@chromium.org2012-03-211-0/+12
* Makes the launcher auto-hide for maximized windows. This turned out tosky@chromium.org2012-03-2114-188/+185
* Makes multi window resizer use the fade animation style.sky@chromium.org2012-03-211-0/+4
* Makes sure that the maximize button doesn't stay painted as pressed when its notpkotwicz@chromium.org2012-03-201-0/+3
* Adds maximized button hotness for app framepkotwicz@chromium.org2012-03-202-14/+25
* Removes collapsing height while dragging logic and instead makes it sosky@chromium.org2012-03-203-317/+49
* Prevent managed workspaces from being destroyed when the last window in them ...ben@chromium.org2012-03-193-36/+42
* Makes sure restoring to a default window state restores the restoresky@chromium.org2012-03-191-2/+4
* Adds a delay before hiding the multi-window resize widget. Also fixessky@chromium.org2012-03-196-30/+488
* Makes the multi window resize code reorder the windows (in thesky@chromium.org2012-03-163-4/+98
* Changes window multi window resizer so that if you move the resizer tosky@chromium.org2012-03-163-252/+180
* Adds a basic animation for window minimization.ben@chromium.org2012-03-152-4/+12
* Centralizes snap sizing and implements spec'd behavior. Three resizesky@chromium.org2012-03-156-142/+313
* Makes escape cancel a snap operation from the maximize button.sky@chromium.org2012-03-152-3/+100
* Makes the maximize/restore button handlingsky@chromium.org2012-03-143-1/+309
* MonitorManager to manage multiple monitors.oshima@chromium.org2012-03-146-16/+26
* Adds support for minimizing a window.sky@chromium.org2012-03-145-8/+120
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-2/+1
* Replace Shell::GetRootWindow with Window::GetRootWindowoshima@chromium.org2012-03-142-2/+6
* Recommit r125950, which was reverted by r125958 due to link failures on win_a...erg@chromium.org2012-03-135-11/+11
* Makes dragging to the left/right edge resize the window to half thesky@chromium.org2012-03-135-32/+289
* ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.tfarina@chromium.org2012-03-111-3/+1
* Revert 125950 - Aura/Ash split: Move ScreenAura to aura::RootWindowScreen.isherman@chromium.org2012-03-105-11/+11
* Aura/Ash split: Move ScreenAura to aura::RootWindowScreen.erg@chromium.org2012-03-105-11/+11
* Wires up using images in multi window resize controller.sky@chromium.org2012-03-091-10/+13
* Adds an outline beneath the current window as you drag it around tosky@chromium.org2012-03-094-21/+287
* Fixes possible crash in window resizing code. The problem is changingsky@chromium.org2012-03-091-3/+4
* Adds Window::StackBelow and wiring in Widget.sky@chromium.org2012-03-081-1/+1