summaryrefslogtreecommitdiffstats
path: root/ash/wm/window_resizer.cc
Commit message (Expand)AuthorAgeFilesLines
* Allows dragging window within 2nd display.mukai@chromium.org2012-10-291-6/+21
* Dont allow the user to 'resize a window out of the workarea'skuhne@chromium.org2012-10-171-27/+63
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-4/+4
* Adding proper dragging behavior for L/R maximized windows.skuhne@chromium.org2012-09-111-0/+20
* Revert 155840 - Adding proper dragging behavior for L/R maximized windows.khorimoto@chromium.org2012-09-101-18/+0
* Adding proper dragging behavior for L/R maximized windows.skuhne@chromium.org2012-09-101-0/+18
* Removes the grid from ash.sky@chromium.org2012-09-101-57/+7
* While dragging a window, show a semi-transparent aura window instead of the s...yusukes@chromium.org2012-08-101-0/+1
* 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