summaryrefslogtreecommitdiffstats
path: root/ash/accelerators
Commit message (Expand)AuthorAgeFilesLines
* Merge 177710 > ash: Make the touch HUD fullscreen.sadrul@chromium.org2013-01-223-0/+10
* Merge 176595oshima@chromium.org2013-01-151-26/+2
* 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
* ui: Split some bits out of event_constants into event_utils.sadrul@chromium.org2012-11-053-0/+4
* ui: Remove TouchStatus in favour of EventResult.sadrul@chromium.org2012-11-042-3/+3
* Temporarily disable the auto-repeat suppression feature for (Shift+)Alt+Tab.yusukes@chromium.org2012-10-291-2/+6
* Screen Magnifier: Change keyboard shortcut from [CTRL + brightness] to [CTRL ...yoshiki@chromium.org2012-10-241-2/+4
* Move keyboard brightness controller to ash/system/chromeos.tfarina@chromium.org2012-10-233-16/+24
* Remove Shell::shelf|status_area_widget|launcher andoshima@chromium.org2012-10-181-8/+7
* fix for 156227, 153077, 134093sschmitz@chromium.org2012-10-176-7/+210
* Revert 162240 - See also:mattm@chromium.org2012-10-166-210/+7
* See also:sschmitz@chromium.org2012-10-166-7/+210
* Do not consume keys for DISABLE_CAPS_LOCK when caps lock is off.mazda@chromium.org2012-10-162-2/+19
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-1/+1
* Fix test failure of AcceleratorControllerTest on Win Aura.mazda@chromium.org2012-10-121-6/+13
* Make AcceleratorTableTest.CheckDuplicatedAcceleratorsAsh pass on Windows Aura.jam@chromium.org2012-10-121-17/+17