summaryrefslogtreecommitdiffstats
path: root/ash/wm/window_resizer.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-1/+1
* * Use Virtual Screen Coordinates in more placesoshima@chromium.org2012-07-181-2/+3
* Relanding r144499:oshima@chromium.org2012-06-271-2/+2
* Revert r 144499 "Rename the remaining usage of Monitor to Display"oshima@chromium.org2012-06-271-2/+2
* Rename the remaining usage of Monitor to Displayoshima@chromium.org2012-06-271-2/+2
* Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX.tfarina@chromium.org2012-06-171-3/+3
* aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...erg@google.com2012-05-151-1/+0
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-1/+1
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-251-4/+4
* Add ctrl+drag feature for allowing resizing window with exact positioning.jennyz@chromium.org2012-04-171-18/+20
* Two tweaks to window resizing code:sky@chromium.org2012-03-221-5/+5
* Fixes resize bug where we would incorrectly force window to be in worksky@chromium.org2012-03-211-2/+3
* Makes dragging to the left/right edge resize the window to half thesky@chromium.org2012-03-131-8/+14
* Minor refactoring of window resize code. I wasn't too happy withsky@chromium.org2012-03-051-128/+104
* Attempt 2: Allows tab dragging when maximized on aura. To fix it I made it sosky@chromium.org2012-03-011-9/+1
* Revert 124385 - Allows tab dragging when maximized on aura. To fix it I made ...battre@chromium.org2012-03-011-1/+9
* Allows tab dragging when maximized on aura. To fix it I made it sosky@chromium.org2012-03-011-9/+1
* Makes windows scale slightly when dragging the caption. Also wiredsky@chromium.org2012-02-281-0/+7
* Attempt 4:sky@chromium.org2012-02-251-4/+14
* Revert 123603 - Attempt 3: Makes managed mode constrain the height of windows...sky@chromium.org2012-02-251-14/+4
* Attempt 3: Makes managed mode constrain the height of windows so they don'tsky@chromium.org2012-02-251-4/+14
* Revert 123553 - Attempt 2 at: Makes managed mode constrain the height of wind...sky@chromium.org2012-02-241-14/+4
* Attempt 2 at: Makes managed mode constrain the height of windows so they don'tsky@chromium.org2012-02-241-4/+14
* Revert 123518 - Makes managed mode constrain the height of windows so they don'tsky@chromium.org2012-02-241-14/+4
* Makes managed mode constrain the height of windows so they don'tsky@chromium.org2012-02-241-4/+14
* Adds ability to stop updating the cursor and wires it up whensky@chromium.org2012-02-171-1/+12
* Moves window dragging/resizing logic into standalone class. I've gotsky@chromium.org2012-02-151-0/+336