summaryrefslogtreecommitdiffstats
path: root/ash/accelerators
Commit message (Expand)AuthorAgeFilesLines
* Add DOM3 'location' attribute support to Chrome for Chrome OS.yusukes@chromium.org2012-06-251-0/+8
* Screen Magnifier: Adds option UI and enables accelerators.yoshiki@chromium.org2012-06-243-21/+23
* Make the window minimize/maximize shortcuts restore the window from launcher ...mazda@chromium.org2012-06-221-2/+10
* Changes constant type from double to float.yoshiki@chromium.org2012-06-221-1/+1
* Full-screen Magnifier: Support warping the cursor on the edgeyoshiki@chromium.org2012-06-223-0/+32
* Disable shortcut key "alt +" for maximizing window under full screen mode.jennyz@google.com2012-06-211-1/+1
* Make Alt+Tab accelerator behavior compatible to Windows.yusukes@chromium.org2012-06-207-9/+84
* Support normalized form of the Shift+Alt+ET_KEY_RELEASED accelerator.yusukes@google.com2012-06-202-4/+48
* ash: Add an about:flags entry for debug keyboard shortcuts.thakis@chromium.org2012-06-193-17/+41
* Fix typo in accelerator_controller_unittest.cc.yusukes@google.com2012-06-181-1/+1
* Do not toggle Applist with Search key press when accessibility is enabled.yusukes@chromium.org2012-06-162-0/+18
* Add Extended Desktop mode behind --ash-extended-desktop flag.oshima@chromium.org2012-06-152-3/+2
* Handle Ctrl+F1 and Ctrl+F2 correctly even when no browser window is available.yusukes@chromium.org2012-06-143-0/+24
* Make the shortcut of opening content browser global.mazda@chromium.org2012-06-134-6/+18
* Disable minimize window shortcut key for the full screen window, which will c...jennyz@chromium.org2012-06-131-1/+4
* Reland r141871.oshima@chromium.org2012-06-131-5/+6
* Revert r141871 "Add RootWindowController that keeps per root window state."oshima@chromium.org2012-06-131-6/+5
* Add RootWindowController that keeps per root window state.oshima@chromium.org2012-06-131-5/+6
* Consume Ctrl+Alt+/ in ash/accelerators/accelerator_controller.cc.yusukes@chromium.org2012-06-131-1/+4
* Fix and re-enable AcceleratorControllerTest.GlobalAccelerator.mazda@chromium.org2012-06-121-10/+13
* Use a #fefefe solid color wallpaper background before user login for GAIA log...bshe@chromium.org2012-06-121-3/+4
* Change GetContainer to take a root windowoshima@chromium.org2012-06-113-32/+36
* ash/chromeos: "Search" key to toggle app list.xiyuan@chromium.org2012-06-083-7/+2
* ash: Allow snapping/minimizing a fullscreen/maximized window using accelerators.sadrul@chromium.org2012-06-073-37/+119
* Allow taking screenshots for all of minitors at the same time.mukai@chromium.org2012-06-071-4/+6
* Add EnvEventFilter to filter events before root window process eventoshima@chromium.org2012-06-061-1/+0
* Reland: ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-061-3/+3
* Remove Shift+space accelerator.yusukes@chromium.org2012-06-052-6/+1
* Reland "Load user custom wallpaper after browser crash"bshe@chromium.org2012-06-041-3/+5
* Revert 140312 - Load user custom wallpaper after browser crash.acolwell@chromium.org2012-06-041-5/+3
* Load user custom wallpaper after browser crash.bshe@chromium.org2012-06-041-3/+5
* Chrome version of monitor configuration codedisher@chromium.org2012-06-023-1/+12
* Remove more root window dependenciesoshima@chromium.org2012-06-012-2/+3
* Revert 140031 - Chrome version of monitor configuration codewjia@chromium.org2012-06-013-12/+1
* Chrome version of monitor configuration codedisher@chromium.org2012-06-013-1/+12
* Support Home, Search, Favorites, Refresh, Stop, Back, and Forward keys on an ...yusukes@chromium.org2012-06-011-0/+4
* Revert 139494 - ash: Improved window maximize/restore animationsjamescook@chromium.org2012-06-011-3/+3
* Fixing french keyboard handlingskuhne@chromium.org2012-05-303-16/+8
* Prepare to support Ash notification tray:stevenjb@google.com2012-05-303-5/+6
* ash: Improved window maximize/restore animationsjamescook@chromium.org2012-05-301-3/+3
* Handle more browser commands in ash.mazda@chromium.org2012-05-254-2/+42
* Rename GetRootWindow() -> GetPrimaryRootWindow()oshima@chromium.org2012-05-256-25/+25
* Make the keyboard overlay handle close shortcuts in JavaScript code.mazda@chromium.org2012-05-241-1/+1
* Allow Control+Shift+Q on lock screen.yusukes@chromium.org2012-05-235-18/+48
* Adding four bezel gesturesskuhne@chromium.org2012-05-192-0/+6
* Revert 137968 - Adding four bezel gestureszea@chromium.org2012-05-182-6/+0
* Adding four bezel gesturesskuhne@chromium.org2012-05-182-0/+6
* accelerators: Remove deprecated Accelerator ctor that takes booleans.tfarina@chromium.org2012-05-182-69/+66
* Let Chrome app handle Ash accelerators first if the app is launched as a window.yusukes@chromium.org2012-05-177-16/+122
* Use single "modifiers" field rather than boolean fields.mukai@chromium.org2012-05-164-91/+97