summaryrefslogtreecommitdiffstats
path: root/ash/magnifier/magnification_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* magnifier: Make conversions from gfx::Point to PointF explicit.danakj2015-10-211-8/+8
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Remove some unneeded virtual inheritance.thakis2015-07-181-1/+1
* Refactoring the ownership of ui::InputMethod.shuchen2015-06-101-16/+14
* Center the focus of the text input in magnifier screen when this feature is e...jennyz2015-06-011-29/+139
* [Screen Magnifier] reduce the sensitivity of the trackpad to one-forthyoshiki2015-06-011-1/+1
* Enable display rotation, magnifier in unified desktop modeoshima2015-05-051-28/+22
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-221-4/+4
* The test failure is caused by the mouse movement made by MangificationControl...jennyz2014-12-191-0/+2
* Focus following for the non-editable controls on web page in magnifier mode.jennyz2014-12-161-24/+86
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-28/+25
* Magnifier needs to follow the focus and caret change of the textfield.jennyz2014-10-231-51/+135
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-031-15/+15
* Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash.oshima@chromium.org2014-04-111-3/+6
* Eliminate ash::internal namespaceoshima@chromium.org2014-04-031-1/+1
* Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...ben@chromium.org2014-03-201-1/+1
* Move files from ui/views/corewm to ui/wm/coreben@chromium.org2014-03-111-1/+1
* Window ownership -> WindowTreeHostben@chromium.org2014-03-041-5/+3
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-211-1/+1
* 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
* 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-091-83/+54
* Revert 249996 "Add key based scrolling on magnified screen for k..."sorin@chromium.org2014-02-091-54/+83
* Add key based scrolling on magnified screen for kiosk mode.oshima@chromium.org2014-02-091-83/+54
* 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
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-9/+9
* Introduce AccessibiltyDelegateoshima@chromium.org2013-10-241-4/+7
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-2/+2
* 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-281-2/+0
* 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-091-2/+2
* Magnifier: Move the cursor directly to the root window host.yoshiki@chromium.org2013-04-261-1/+6
* Let Magnifier, UI Scaling and Rotation use AshRootWindowTransformer to create...yoshiki@chromium.org2013-04-241-9/+32
* I need this patch (https://codereview.chromium.org/12328030/) to land the CL ...oshima@chromium.org2013-02-281-10/+54
* Magnifier: keep recording the last mouse location even magnifier is off.yoshiki@chromium.org2013-02-061-9/+9
* Magnifier: Consider the last touched location when zoomming/unzoomingyoshiki@chromium.org2013-01-211-4/+22
* Magnifier: make view-port panning smoothly along the cursor movementyoshiki@chromium.org2013-01-111-17/+26
* Make the cursor have separate mode for disabled mouse events and invisible.mazda@chromium.org2012-12-191-2/+2
* events: Update mouse-event handlers to not return EventResult.sadrul@chromium.org2012-12-181-5/+2
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-6/+6
* Magnifier: Change the login-screen default scale from 1.0x to 2.0x yoshiki@chromium.org2012-12-061-16/+2
* Magnifier: Fix the problem not to restore the previously used magnifier levelyoshiki@chromium.org2012-12-061-4/+10
* Magnifier: Prevent useless operation in enabling/disabling magnifier.yoshiki@chromium.org2012-12-061-0/+3
* Do not let MagnificationController move cursor on login screen when cursor is...mazda@chromium.org2012-11-301-7/+14