summaryrefslogtreecommitdiffstats
path: root/ash/sticky_keys
Commit message (Expand)AuthorAgeFilesLines
* Add explicit display ids in DisplayPlacementoshima2016-02-121-1/+2
* Factor out DisplayPlacement from DisplayLayoutoshima2016-02-101-1/+1
* Use list instead of pair to represent the set of displays.oshima2016-02-011-3/+3
* Switch to standard integer types in ash/.avi2015-12-202-1/+1
* Prevent ~StickyKeysOverlay() from calling back into StickyKeysOverlay via the...amistry2015-10-161-1/+10
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Enable sticky key unit tests under Ozone.kpschoedel2015-08-121-9/+54
* Rename DisplayController to WindowTreeHostManageroshima2015-07-281-7/+9
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-181-5/+4
* Update {virtual,override,final} to follow C++11 style in ash.dcheng2015-01-161-4/+2
* Speculative fix for sticky keys overlay crash.tengs2014-12-063-12/+57
* Revert of Speculative fix for sticky keys overlay crash. (patchset #2 id:2000...thestig2014-12-033-40/+6
* Speculative fix for sticky keys overlay crash.tengs2014-12-033-6/+40
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-272-10/+7
* Add [Search] modifier key to sticky keys overlay.tengs2014-10-093-1/+9
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-033-6/+6
* Support search as a sticky key.dtseng2014-09-262-1/+8
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-251-2/+2
* Prepare to use gfx::RenderText in views::Label.msw@chromium.org2014-07-211-1/+1
* Extract touchscreen device management into a generic managerdnicoara@chromium.org2014-06-231-1/+0
* Convert sticky keys to a chromeos::EventRewriter phase.kpschoedel@chromium.org2014-06-214-1143/+555
* Revert 278342 "Convert sticky keys to a chromeos::EventRewriter ..."oshima@chromium.org2014-06-194-555/+1143
* Convert sticky keys to a chromeos::EventRewriter phase.kpschoedel@chromium.org2014-06-194-1143/+555
* Remove Label::PaintText overrides.msw@chromium.org2014-06-191-18/+2
* Retires ui::TranslatedKeyEvent and replaces it with KeyEvent.yukishiino@chromium.org2014-05-221-3/+1
* Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..."erg@chromium.org2014-05-191-1/+0
* Revert of [Refactor] Consolidate the logic for whether a widget can be activa...pkotwicz@chromium.org2014-05-191-0/+1
* [Refactor] Consolidate the logic for whether a widget can be activated.pkotwicz@chromium.org2014-05-151-1/+0
* Add support for mod3 to sticky keyszork@chromium.org2014-04-105-5/+70
* Fix sticky keys crash when handling synthetic events without a native event.tengs@chromium.org2014-04-083-23/+96
* Revert of Fix sticky keys crash when handling synthetic events without a nati...tapted@chromium.org2014-04-083-93/+23
* Fix sticky keys crash when handling synthetic events without a native event.tengs@chromium.org2014-04-083-23/+93
* Eliminate ash::internal namespaceoshima@chromium.org2014-04-031-3/+2
* Don't handle NaturalScroll in Chrome but pass it to CMT insteaddenniskempin@chromium.org2014-04-031-9/+0
* Update StickyKeys overlay to show or hide AltGr depending on thezork@chromium.org2014-03-284-2/+38
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-202-4/+6
* Test that sticky key clicks work for high DPI displays.tengs@chromium.org2014-03-201-22/+57
* Fix sticky key clicks not working for high DPI displays.tengs@chromium.org2014-03-161-4/+23
* Provide access to the WindowEventDispatcher as a ui::EventProcessor.ben@chromium.org2014-03-101-8/+9
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-072-2/+0
* Revert 255368 "Clean up WindowEventDispatcher some more."ben@chromium.org2014-03-062-0/+2
* Clean up WindowEventDispatcher some more.ben@chromium.org2014-03-062-2/+0
* Add sticky key support for AltGrzork@chromium.org2014-03-053-0/+17
* Window ownership -> WindowTreeHostben@chromium.org2014-03-043-8/+8
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-213-3/+3
* Add missing x11 checks in StickyKeysHandler.kalyan.kondapally@intel.com2014-02-141-0/+2
* Make sticky keys overlay spacing dynamic based on the font size.tengs@chromium.org2014-02-121-10/+18
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-313-30/+42
* Renames gfx::FontList::Derive* family.yukishiino@chromium.org2014-01-311-3/+5
* Show overlay displaying the state of all sticky keys when it is enabled.tengs@chromium.org2014-01-167-111/+723