summaryrefslogtreecommitdiffstats
path: root/ash/wm
Commit message (Expand)AuthorAgeFilesLines
* Fix two crash and potential leak&crashoshima@chromium.org2012-02-152-0/+8
* Change WorkspaceLayoutManager::SetChildBounds to pass through anysky@chromium.org2012-02-152-16/+7
* aura: Hide cursor during and after shutdown.derat@chromium.org2012-02-144-5/+51
* aura: Display black background when locking from wrench.derat@chromium.org2012-02-142-0/+21
* ash: Hide the shelf/launcher in managed mode when a window goes fullscreen.sadrul@chromium.org2012-02-132-2/+24
* 1) Invoke RootWindow::SetCapture(NULL) as a result from OS level mouse captur...pkotwicz@chromium.org2012-02-111-0/+1
* aura: Update status area position in compact mode.derat@chromium.org2012-02-111-13/+5
* aura::Window only supports void* and int values for custom properties, which ...benrg@chromium.org2012-02-1135-178/+213
* Minor refactoring of workspace code so that code for managed windowssky@chromium.org2012-02-1011-163/+278
* Fix aura compact mode window transition:alicet@chromium.org2012-02-101-6/+17
* Revert 121338 - 1) Adds support for OS level mouse capture lost (eg from a po...pkotwicz@chromium.org2012-02-101-1/+0
* 1) Adds support for OS level mouse capture lost (eg from a popup)pkotwicz@chromium.org2012-02-091-0/+1
* aura: Display black background in compact window mode.derat@chromium.org2012-02-095-5/+25
* ash: Fix creating the modal screen.sadrul@chromium.org2012-02-081-14/+14
* aura: CompactLayoutManager::FindReplacementWindow finds only visible window.xiyuan@chromium.org2012-02-083-91/+126
* Aura code cleanup from readability reviewjamescook@chromium.org2012-02-087-21/+26
* Custom frame view for panels.dslomov@chromium.org2012-02-082-0/+227
* Close background widget synchronously when root window is deleted.oshima@chromium.org2012-02-081-1/+2
* Aura: Switch window mode when screen resolution changesjamescook@chromium.org2012-02-071-0/+5
* Add PanelWindow and PanelLayoutManager to ash. (+ win fix)stevenjb@chromium.org2012-02-043-0/+278
* Revert 120460 - Add PanelWindow and PanelLayoutManager to ash.tbreisacher@chromium.org2012-02-043-278/+0
* Add PanelWindow and PanelLayoutManager to ash.stevenjb@chromium.org2012-02-043-0/+278
* Disable failing system modal test on Mac/Aura shell unit testsdhollowa@chromium.org2012-02-041-1/+8
* Update widget initialization for screen lock, settings bubble and menus to se...alicet@chromium.org2012-02-031-4/+6
* aura: Ignore hide animation request for a window that is already animating tovarunjain@chromium.org2012-02-031-0/+9
* Adds switch to disable window animations. This is needed to disablesky@chromium.org2012-02-031-1/+6
* Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...ben@chromium.org2012-02-036-13/+25
* Aura: Create a new containerr for drag/drop images and tooltips.varunjain@chromium.org2012-02-022-2/+5
* Disable animations during aura tests.vollick@google.com2012-02-029-90/+57
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-012-6/+6
* Revert 120092 - Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-019-57/+90
* Reland 120074 -- Disable animations during aura tests.vollick@google.com2012-02-019-90/+57
* Revert 120074 - Disable animations during aura tests.vollick@google.com2012-02-019-57/+90
* Disable animations during aura tests.vollick@google.com2012-02-019-90/+57
* add compact layout manager window transition unittest.alicet@chromium.org2012-02-012-0/+127
* Cleanup: Delete some 0 byte files that are still lying around as a result of ...thestig@chromium.org2012-02-011-0/+0
* Remove Owner param to EventFilter's ctor.ben@chromium.org2012-01-319-16/+13
* Acquire all layers when hiding window gets destroyed.oshima@chromium.org2012-01-313-22/+102
* Fix compile with Aura/Mac ash_shell and workspace controllerdhollowa@chromium.org2012-01-312-0/+4
* [aura] Return focus to transient parent when modal window closes.ivankr@chromium.org2012-01-313-2/+51
* Mac/Aura aura_shell_unittests are not linkingdhollowa@chromium.org2012-01-303-3/+23
* Handful of workspace changes:sky@chromium.org2012-01-309-110/+399
* aura: Add Layer::LAYER_SOLID_COLOR to compositor.derat@chromium.org2012-01-2810-37/+14
* Do not allow system modal dialogs below the lock layer to steal focus.flackr@chromium.org2012-01-272-0/+75
* Allow hide animations to work again:ben@chromium.org2012-01-278-95/+145
* aura compact mode continuous alt-tab should land on a window instead of showi...alicet@chromium.org2012-01-272-21/+33
* Aura: Fix tab strip showing under status area in compact modejamescook@chromium.org2012-01-271-5/+11
* Reworks the workspace code. Here's the new heuristics:sky@chromium.org2012-01-2618-1589/+590
* We should not be setting state in ET_MOUSE_MOVEDpkotwicz@chromium.org2012-01-261-3/+0
* Adds the option for TopLevelWindowEventFilter to snap to asky@chromium.org2012-01-263-8/+116