summaryrefslogtreecommitdiffstats
path: root/ash
Commit message (Expand)AuthorAgeFilesLines
* Merge 231622 "chromeos: Fix lock-before-suspend regression."matthewyuan@chromium.org2013-10-308-4/+98
* Fix a crash reported in ASH reported in the Chrome SyzyASAN canary.ananta@chromium.org2013-10-292-1/+7
* VIRTUAL KEYBOARD mode for second displayoshima@chromium.org2013-10-2910-18/+197
* Clean up unused screen share resources.tengs@chromium.org2013-10-285-2/+0
* Add unit tests for projection touch HUDmohsen@chromium.org2013-10-283-66/+246
* Replace kFullscreenUsesMinimalChrome with ash::wm::WindowState::hide_shelf_wh...pkotwicz@chromium.org2013-10-289-35/+42
* Make intsafe.h workaround globalscottmg@chromium.org2013-10-281-5/+0
* Windows ash own traydelegatecpu@chromium.org2013-10-261-0/+1
* Enable autoclick by default.tengs@chromium.org2013-10-252-4/+0
* [ash] Cleanup - Remove unused class and methods and fix some minor thingssimon.hong81@gmail.com2013-10-252-31/+13
* cros: Default to natural scrolling if the internal diplay is a touchscreen.sadrul@chromium.org2013-10-254-2/+18
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-25135-470/+480
* Use display ID only for mirrored display.oshima@chromium.org2013-10-2511-116/+136
* Refactor management of overview window copy lifetime into a separate class.flackr@chromium.org2013-10-255-146/+244
* Avoid hiding a docked window when it is going to get fullscreenedvarkha@chromium.org2013-10-251-1/+2
* Remove obsolete --ash-disable-software-mirroring optionoshima@chromium.org2013-10-253-6/+1
* Add --keyboard-usability-test flag and always show keyboard unless manually hidebshe@chromium.org2013-10-252-1/+4
* Setting the state / creating the menus / handling activation correctly for br...skuhne@chromium.org2013-10-252-0/+19
* Avoid hiding a docked window when it is going to get fullscreenedvarkha@chromium.org2013-10-251-15/+2
* Introduces NewWindowDelegate to create or show windows/tabs that are not part...oshima@chromium.org2013-10-259-102/+121
* Updating XTBs based on .GRDs from branch 1650kerz@chromium.org2013-10-242-2/+2
* Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...varkha@chromium.org2013-10-247-30/+161
* Avoid hiding a docked window when it is going to get fullscreenedvarkha@chromium.org2013-10-241-1/+5
* Revert 230671 "Avoid creating two resizers for two-finger drag. ..."falken@chromium.org2013-10-247-161/+30
* Enable to animate InputMethodContainer.komatsu@chromium.org2013-10-241-0/+2
* Avoid creating two resizers for two-finger drag. This CL is trying to avoid c...varkha@chromium.org2013-10-247-30/+161
* Use 100ms delay before overview and add a flag for setting the delay.flackr@chromium.org2013-10-244-3/+40
* Added methods to SystemTray needed for new first-run UI.dzhioev@chromium.org2013-10-245-20/+117
* Mouse movement must exceed threshold to trigger autoclick.tengs@chromium.org2013-10-242-7/+57
* Make aura::clients take Window instead of RootWindowben@chromium.org2013-10-2410-22/+16
* Hides docked windows when a packaged app activates full screen mode.varkha@chromium.org2013-10-241-0/+8
* Introduce AccessibiltyDelegateoshima@chromium.org2013-10-2422-288/+304
* Fix crash when turning off projection touch HUD while touching screenmohsen@chromium.org2013-10-241-1/+4
* Kill ImmersiveFullscreenConfiguration and remove flags for disabling immersiv...pkotwicz@chromium.org2013-10-232-9/+0
* Rename StackingClient -> WindowTreeClientben@chromium.org2013-10-2324-62/+68
* Add autoclick menu item to ash accessibility system tray.tengs@chromium.org2013-10-238-2/+54
* Show the cursor when entering overview.flackr@chromium.org2013-10-232-1/+5
* Restore the stacking order of a window after cycling past it.flackr@chromium.org2013-10-233-5/+175
* Change GetBrowserItemIndex() to GetLauncherItemIndexForType()simon.hong81@gmail.com2013-10-236-35/+36
* Use the scale factor of the dragging source to adjust bounds oshima@chromium.org2013-10-233-20/+61
* Implement app list folder management page UI, including the following feature:jennyz@chromium.org2013-10-232-0/+14
* Enable minmizing fullscreen, except for flash fullscreenoshima@chromium.org2013-10-231-4/+1
* ash: Improve low-battery notification thresholds.derat@chromium.org2013-10-237-27/+102
* [ash] Store ShelfLayoutManger in ShelfView instead of fetching it from ShelfT...simon.hong81@gmail.com2013-10-233-65/+58
* Use ctrl-m for toggling minimize state for all windowsoshima@chromium.org2013-10-231-1/+5
* Prevent normal shortcuts from enabling sticky keys.tengs@chromium.org2013-10-233-3/+42
* Revert 230227 "Implement app list folder management page UI, inc..."jyasskin@chromium.org2013-10-232-14/+0
* [ash] Refactor ShelfView::LayoutToIdealBounds()simon.hong81@gmail.com2013-10-221-6/+6
* Implement app list folder management page UI, including the following feature:jennyz@chromium.org2013-10-222-0/+14
* Add show press gesture and remove tap down deferraltdresser@chromium.org2013-10-221-0/+1