summaryrefslogtreecommitdiffstats
path: root/ash/accelerators
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, ash/ edition.rsleevi@chromium.org2013-02-071-2/+2
* Make minimize shortcut not repeative.mtomasz@chromium.org2013-02-061-0/+1
* ash: Do not allow minimizing windows in login screen.sadrul@chromium.org2013-02-061-1/+1
* Magnifier: Use Ctrl+BRIGHTNESS_DOWN/UP as debugging shortcut keys instead of ...yoshiki@chromium.org2013-02-051-2/+3
* ash: Add an accelerator to clear the HUD.sadrul@chromium.org2013-01-313-0/+10
* cros: Bind Ctrl-M to minimize windowjamescook@chromium.org2013-01-301-0/+2
* Fix window rotation animation not ending cleanlyjamescook@chromium.org2013-01-301-3/+1
* cros: Fix crash with screen rotation animationjamescook@chromium.org2013-01-271-2/+4
* ash: Use the Pass() idiom of scoped_ptr to pass the ownership of delegates.tfarina@chromium.org2013-01-231-3/+3
* ash: Make the touch HUD fullscreen.sadrul@chromium.org2013-01-183-0/+10
* Fixes the problem that many shortcuts change the current tab without closing ...sschmitz@chromium.org2013-01-161-0/+32
* add command-line flag to enable brigntness controloshima@chromium.org2013-01-151-1/+4
* Limit how quickly a user can change display configurationoshima@chromium.org2013-01-121-26/+2
* More work to make ash_unittests pass when we require context.erg@chromium.org2013-01-091-1/+1
* Show more info in print window commmandoshima@chromium.org2012-12-191-5/+10
* Don't fire Alt-Search binding when Alt-Search is being used for accessing a m...danakj@chromium.org2012-12-183-3/+16
* Enable Search-key modifiers for extended key shortcuts.danakj@chromium.org2012-12-183-68/+9
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-143-9/+9
* Show an a11y notification only if the feature was enabled by its shortcut keyyoshiki@chromium.org2012-12-132-9/+11
* Make Shell::launcher_model() / GetLauncherDelegate privateoshima@chromium.org2012-12-132-42/+9
* [Cleanup] rename tray_delegate -> system_tray_delegateoshima@chromium.org2012-12-122-8/+8
* Remove Ctrl+M for the Chrome OS Files appkaznacheev@chromium.org2012-12-114-11/+3
* - Show app list on 2nd launcheroshima@chromium.org2012-12-111-3/+4
* [Launcher per display] Removed Shell::status_area_widget(), system_tray()oshima@chromium.org2012-12-101-3/+8
* Make Shift+Alt+S to show the system tray bubble.mazda@chromium.org2012-12-063-11/+7
* Add the magnifier shortcut keys (Ctrl+F6/F7) for debugging.yoshiki@chromium.org2012-12-051-0/+3
* Don't disable Caps Lock when Shift+<non-modifier-key> is pressed and then Shi...yusukes@chromium.org2012-12-042-9/+34
* Use rewriting to make ChromeOS keyboard F<number> keys produce extended keyco...danakj@chromium.org2012-11-303-170/+92
* Immersive mode reveals the tabstrip/omnibox on top of web contentjamescook@chromium.org2012-11-301-7/+5
* CrOS: Add hotkey for disabling the GPU watchdog timer.backer@chromium.org2012-11-303-1/+9
* ash: Remove unnecessary NULL checks for delegates.derat@chromium.org2012-11-291-9/+8
* ash: Refactor some code that snaps windows.sadrul@chromium.org2012-11-291-19/+2
* Desktop aura: Break aura::Window::SetParent in two.erg@chromium.org2012-11-283-11/+8
* Add power-user keyboard mode for ChromeOS with Search key acting as a typical...danakj@chromium.org2012-11-273-21/+111
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-202-20/+0
* Revert 168552 - Let shift globally trigger slow animation mode.jamescook@chromium.org2012-11-191-3/+0
* Let shift globally trigger slow animation mode.vollick@chromium.org2012-11-191-0/+3
* chromeos: Listen for lock key from within Chrome.derat@chromium.org2012-11-152-21/+9
* Separates some ash-specific logic from the ActivationController in preparatio...ben@chromium.org2012-11-151-1/+1
* Add the partial screen magnifier to Chrome OS.zork@chromium.org2012-11-151-12/+20
* aura: Remove aura::EventFilter.sadrul@chromium.org2012-11-141-1/+0
* - Move DisplayManager and DisplayChangeObserverX11 from auraoshima@chromium.org2012-11-142-11/+6
* ash: Move UserWallpaperDelegate to its own header file.tfarina@chromium.org2012-11-131-0/+1
* ash: Convert all remaining EventFilters into EventHandlers.sadrul@chromium.org2012-11-131-2/+3
* ash: Convert some aura::EventFilters into ui::EventHandlers.sadrul@chromium.org2012-11-122-29/+24
* Add a workaround for crbug.com/139556.yusukes@chromium.org2012-11-093-25/+73
* Don't check NULL for ShellDelegate.oshima@chromium.org2012-11-081-38/+13
* Snap resize windows on touch to 50% when the maximize button is close to the ...skuhne@chromium.org2012-11-071-1/+2
* Fixed nonrepeative accelerators.mtomasz@chromium.org2012-11-068-255/+332
* Check status_area before accessing system_tray where appropriatestevenjb@chromium.org2012-11-051-3/+8