summaryrefslogtreecommitdiffstats
path: root/ash/wm
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused parameter in ash::WindowResizer::CompleteDrag()pkotwicz@chromium.org2013-12-2822-81/+67
* Start the move of launcher_types.h to shelf.tfarina@chromium.org2013-12-271-1/+2
* This CL refactors ToplevelWindowEventHandler and TwoFingerDragHandler to make...pkotwicz@chromium.org2013-12-264-175/+201
* Revert 242116 "Use a single ToplevelWindowEventHandler for the a..."pkotwicz@chromium.org2013-12-208-35/+83
* Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in...pkotwicz@chromium.org2013-12-208-83/+35
* Move sticky keys files to their own directory and rename to StickyKeysControl...tengs@chromium.org2013-12-203-1562/+0
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-191-1/+1
* Rename Launcher to Shelf.tfarina@chromium.org2013-12-1916-173/+174
* wm: public window_types.tfarina@chromium.org2013-12-1929-134/+109
* Refactor BaseLayoutManager and WorkspaceLayoutManager to use ash::wm::WindowS...pkotwicz@chromium.org2013-12-198-143/+119
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-175-16/+23
* Make sure the dragged window is smaller than work area in the target display.oshima@chromium.org2013-12-173-12/+91
* Invoke cursor-hiding logic on touch for Windowstdanderson@google.com2013-12-161-4/+8
* Use exact match when removing selector items on window destroying observation.flackr@chromium.org2013-12-167-20/+94
* Rename View::set_focusable and View::set_accessibility_focusablemohsen@chromium.org2013-12-161-3/+3
* Made first-run UI more accessibility-friendly.dzhioev@chromium.org2013-12-141-8/+4
* Remove obsolete WorkspaceEventHandler::destroyed_pkotwicz@chromium.org2013-12-132-13/+1
* Revert 240542 "Make sure the dragged window is smaller than work..."hashimoto@chromium.org2013-12-133-87/+12
* Fixes the shelf background while dragging a windowvarkha@chromium.org2013-12-132-10/+11
* Cleanup of CursorClient and NativeCursorDelegate interfacestdanderson@chromium.org2013-12-131-7/+7
* Make sure the dragged window is smaller than work area in the target display.oshima@chromium.org2013-12-133-12/+87
* Adding UMA metric tracking to the status are menu and related tray views to t...harrym@chromium.org2013-12-1310-26/+27
* Disables docked windows by default in M33varkha@chromium.org2013-12-124-4/+8
* Modified clicks and scrolls performed normally should not enable sticky keys.tengs@chromium.org2013-12-122-3/+51
* Windows and notifications are hidden during first-run tutorial.dzhioev@chromium.org2013-12-121-8/+2
* Add UMA metrics forpkotwicz@chromium.org2013-12-124-35/+66
* Fixed sounds registration in SoundsManager.ygorshenin@chromium.org2013-12-111-13/+7
* Do not send the OnWindowShowTypeChanged() notification if the window show typ...pkotwicz@chromium.org2013-12-113-23/+47
* Use forward-declares of Border and Background in view.htapted@chromium.org2013-12-114-1/+4
* Avoids reparenting children that originally come from a container that is dif...varkha@chromium.org2013-12-117-25/+112
* Ensure that BrowserNonClientFrameViewAsh::Layout() is called after TabStrip::...pkotwicz@chromium.org2013-12-111-0/+5
* Ignore non-active fullscreen windows for shelf state.flackr@chromium.org2013-12-107-41/+125
* Updates docked background when shelf is auto-hiddenvarkha@chromium.org2013-12-102-2/+60
* Rename LauncherDelegate to ShelfDelegate.tfarina@chromium.org2013-12-097-29/+28
* Cleanup: use !!window_resizer as is_dragged()oshima@chromium.org2013-12-094-22/+6
* Fix use after free due to https://codereview.chromium.org/84743003/pkotwicz@chromium.org2013-12-091-3/+4
* Revert 239419 "Enable the task manager to be put into immersive ..." because ...pkotwicz@chromium.org2013-12-091-4/+3
* Enable the task manager to be put into immersive fullscreenpkotwicz@chromium.org2013-12-091-3/+4
* Enable the task manager to be put into immersive fullscreenpkotwicz@chromium.org2013-12-083-0/+101
* Measure time spent alt-tab cycling.flackr@chromium.org2013-12-072-0/+9
* Implement new maximize/restore button for CrOS behind the --ash-enable-altern...pkotwicz@chromium.org2013-12-0714-100/+1148
* Animating docked background in sync with shelfvarkha@chromium.org2013-12-073-28/+158
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-064-11/+10
* Revert 239232 "Make sure WindowObservers are removed from window..."oshima@chromium.org2013-12-064-10/+11
* Make sure WindowObservers are removed from window before destructionoshima@chromium.org2013-12-064-11/+10
* Cleanup: rename tracked_by_workspace to is_draggedoshima@chromium.org2013-12-0610-225/+27
* Fix crash when using touch selection in immersive fullscreen.pkotwicz@chromium.org2013-12-052-10/+21
* Prevent virtual keyboard from closing App Launcher window.kevers@chromium.org2013-12-041-0/+4
* Remove obsolete checks of ash::wm::WindowState::tracked_by_workspace() in ash...pkotwicz@chromium.org2013-12-046-91/+9
* Sticky keys modifies an entire scroll sequence instead of just a single event.tengs@chromium.org2013-12-043-17/+123