summaryrefslogtreecommitdiffstats
path: root/ash/wm/activation_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-2/+1
* Move WindowModalityController to CoreWm.ben@chromium.org2012-12-021-1/+1
* Revert 170550 - Revert 170477 - Removes the |event| parameter from Activation...ben@chromium.org2012-11-301-1/+1
* Revert 170477 - Removes the |event| parameter from ActivationDelegate::Should...ben@chromium.org2012-11-301-1/+1
* Removes the |event| parameter from ActivationDelegate::ShouldActivate and mak...ben@chromium.org2012-11-301-1/+1
* Eliminates all ash dependencies from WindowModalityController.ben@chromium.org2012-11-301-0/+4
* Pulse animation for constrained windows in Chrome OSrouslan@chromium.org2012-11-281-0/+3
* Rework FocusManager as FocusClient.ben@chromium.org2012-11-281-8/+9
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Move focus shifting from CEF onto an EventHandler implementation on Activatio...ben@chromium.org2012-11-201-0/+43
* Separates some ash-specific logic from the ActivationController in preparatio...ben@chromium.org2012-11-151-47/+26
* Fix no focus issue on second lock.antrim@chromium.org2012-11-061-1/+2
* fix "System Modal Window should retain focus upon Open Feedback (Report Issue...sschmitz@chromium.org2012-11-021-1/+13
* Renames Workspace*2 -> Workspace*.sky@chromium.org2012-10-311-1/+1
* Removes worskpace 1 code. Will rename next.sky@chromium.org2012-10-171-8/+2
* Initial crack at new workspace behavior. Each workspace now has itssky@chromium.org2012-08-201-5/+46
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-4/+4
* Change GetContainer to take a root windowoshima@chromium.org2012-06-111-9/+12
* Add ActivationChangeObserver, replacing kRootWindowActiveWindowKeyoshima@chromium.org2012-06-041-14/+20
* Remove more root window dependenciesoshima@chromium.org2012-06-011-5/+5
* Decouple FocusManager from RootWindow.oshima@chromium.org2012-05-301-6/+22
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-251-7/+7
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-1/+1
* Cleans up a couple of places that were installing WindowObservers butsky@chromium.org2012-04-271-3/+4
* Makes it so you can alt-tab away from a maximized window. Thesky@chromium.org2012-03-301-7/+26
* ash: Don't pick minimized window for replace active window.xiyuan@chromium.org2012-03-281-1/+3
* Aura: Add non-browser windows into the list of "Alt + Tab" cycle.yoshiki@chromium.org2012-03-281-5/+22
* ash: Restore minimized window when activating it.xiyuan@chromium.org2012-03-281-2/+8
* Move SettingBubbleContainer up in activation priorityzork@chromium.org2012-03-271-1/+1
* Set panels windows to always be on top.stevenjb@google.com2012-03-261-0/+1
* Keep hiding windows' layers stacked above the new active window's layer.ben@chromium.org2012-03-251-5/+17
* Gets instant to correctly commit under aura. This was broke for asky@chromium.org2012-03-161-53/+61
* Always look for a transient child from the activatable window.stevenjb@chromium.org2012-03-141-2/+1
* Activate the status area only when it's focused using the keyboard.yusukes@google.com2012-03-071-1/+1
* Revert 125323 - Activate the status area only when it's focused using the key...yusukes@google.com2012-03-071-1/+1
* Activate the status area only when it's focused using the keyboard.yusukes@chromium.org2012-03-071-1/+1
* ash uber tray: Make it work in ash_shell, and a couple more fixes.sadrul@chromium.org2012-03-041-0/+1
* Activate windows in higher containers if they exist.flackr@chromium.org2012-03-031-23/+54
* ash: Start moving window_util.h functions into wm namespace.tfarina@chromium.org2012-02-271-2/+2
* Migrate client API setters/getters to take a RootWindow.ben@chromium.org2012-02-261-1/+1
* Deactivate active window even if there is no next window to activateoshima@chromium.org2012-02-181-5/+4
* Provide a RootWindow instance getter on the shell, in preparation for removin...ben@chromium.org2012-02-171-7/+6
* aura::Window only supports void* and int values for custom properties, which ...benrg@chromium.org2012-02-111-8/+6
* Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...ben@chromium.org2012-02-031-1/+7
* [aura] Return focus to transient parent when modal window closes.ivankr@chromium.org2012-01-311-1/+1
* aura: Handle NULL |container| case in GetTopmostWindowToActivatexiyuan@chromium.org2012-01-261-6/+11
* Allow activation of the Launcher containerzork@chromium.org2012-01-251-0/+1
* Initialize the InputMethod before the windows. Allow the status container to ...zork@chromium.org2012-01-201-0/+1
* Rename system modal types and classes appropriately.flackr@chromium.org2012-01-181-2/+2
* * Don't activate a window if screen is locked.oshima@chromium.org2012-01-131-0/+8