summaryrefslogtreecommitdiffstats
path: root/ash/magnifier
Commit message (Expand)AuthorAgeFilesLines
* ash: Cleanup - remove unused private fields.tfarina2015-01-162-6/+1
* Update {virtual,override,final} to follow C++11 style in ash.dcheng2015-01-161-8/+6
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-224-8/+8
* The test failure is caused by the mouse movement made by MangificationControl...jennyz2014-12-192-0/+6
* Focus following for the non-editable controls on web page in magnifier mode.jennyz2014-12-162-24/+95
* Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0pkotwicz2014-10-312-36/+9
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-272-32/+29
* Magnifier needs to follow the focus and caret change of the textfield.jennyz2014-10-232-52/+280
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-033-20/+20
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-6/+6
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-6/+6
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-6/+6
* Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..."erg@chromium.org2014-05-191-1/+1
* Revert of [Refactor] Consolidate the logic for whether a widget can be activa...pkotwicz@chromium.org2014-05-191-1/+1
* [Refactor] Consolidate the logic for whether a widget can be activated.pkotwicz@chromium.org2014-05-151-1/+1
* aura: Remove WindowTreeHost::QueryMouseLocation().sadrul@chromium.org2014-04-281-3/+5
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-112-3/+11
* Eliminate ash::internal namespaceoshima@chromium.org2014-04-032-3/+1
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-203-3/+4
* Move files from ui/views/corewm to ui/wm/coreben@chromium.org2014-03-112-2/+2
* Window ownership -> WindowTreeHostben@chromium.org2014-03-043-8/+7
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-213-3/+3
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-211-6/+6
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-1/+1
* Long press menu (shift+f6) to toggle spoken feedback.oshima@chromium.org2014-02-153-324/+0
* Magnification controller: fix incorrect point of interest.hshi@chromium.org2014-02-121-1/+2
* Add key based scrolling on magnified screen for kiosk mode.oshima@chromium.org2014-02-096-88/+393
* Revert 249996 "Add key based scrolling on magnified screen for k..."sorin@chromium.org2014-02-096-393/+88
* Add key based scrolling on magnified screen for kiosk mode.oshima@chromium.org2014-02-096-88/+393
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-12-191-2/+3
* Revert 236017 "Move some non-event related functionality from Ro..."ben@chromium.org2013-11-201-3/+2
* Move some non-event related functionality from RootWindow onto RootWindowHost.ben@chromium.org2013-11-191-2/+3
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-1/+1
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-082-13/+9
* Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..."ben@chromium.org2013-11-082-9/+13
* Eliminate Shell::RootWindowList in favor of aura::Window::Windows.ben@chromium.org2013-11-082-13/+9
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-254-16/+16
* Introduce AccessibiltyDelegateoshima@chromium.org2013-10-241-4/+7
* Change SkMScalar from double to floatenne@chromium.org2013-10-021-3/+3
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-182-3/+3
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-151-1/+1
* Rename GetActiveRootWindow -> GetTargetRootWindowoshima@chromium.org2013-09-121-6/+6
* Refactor TransformPoint{,Reverse}.avallee@chromium.org2013-09-121-1/+1
* Move DisplayLayout out from display_controller.hoshima@chromium.org2013-06-282-3/+0
* ExternalTabContainerWin's widgets should be opaque and not fade-in.grt@chromium.org2013-06-271-1/+1
* Use a direct include of strings headers in ash/.avi@chromium.org2013-06-101-1/+1
* Use the source display's pixel (host) size as a mirror window's sizeoshima@chromium.org2013-05-291-2/+2
* Magnifier: Prevent the cursor jumping on HiDPI display.yoshiki@chromium.org2013-05-092-58/+58
* Magnifier: Move the cursor directly to the root window host.yoshiki@chromium.org2013-04-264-4/+305
* Let Magnifier, UI Scaling and Rotation use AshRootWindowTransformer to create...yoshiki@chromium.org2013-04-242-10/+33