| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename WindowSettings to WindowState | oshima@chromium.org | 2013-09-20 | 1 | -4/+6 |
* | Windows should animate when they are about to get docked at screen edges. | varkha@chromium.org | 2013-08-13 | 1 | -8/+15 |
* | Dock with non-zero width | varkha@chromium.org | 2013-07-19 | 1 | -2/+15 |
* | broke compilation on win_aura: exported class using non-exported interface | jochen@chromium.org | 2013-07-18 | 1 | -15/+2 |
* | Dock with non-zero width | varkha@chromium.org | 2013-07-18 | 1 | -2/+15 |
* | Make touch-resizing windows to screen edge possible | mohsen@chromium.org | 2013-06-17 | 1 | -3/+36 |
* | Makes windows obey their maximum size constraints on chromeos. | koz@chromium.org | 2012-11-26 | 1 | -0/+6 |
* | Revert r168447 "Makes windows obey their maximum size constraints on chromeos." | oshima@chromium.org | 2012-11-17 | 1 | -6/+0 |
* | Makes windows obey their maximum size constraints on chromeos. | koz@chromium.org | 2012-11-17 | 1 | -0/+6 |
* | Adding persistence of user defined window positions / sizes to return to that... | skuhne@chromium.org | 2012-11-06 | 1 | -1/+0 |
* | Use correct restore bounds in resizer. | oshima@chromium.org | 2012-11-03 | 1 | -22/+26 |
* | Revert "Disabled WorkspaceWindowResizerTest.Edge since it got broken by https... | phajdan.jr@chromium.org | 2012-11-02 | 1 | -26/+22 |
* | Use correct restore bounds in resizer. | oshima@chromium.org | 2012-11-02 | 1 | -22/+26 |
* | Renames Workspace*2 -> Workspace*. | sky@chromium.org | 2012-10-31 | 1 | -1/+1 |
* | Allows dragging window within 2nd display. | mukai@chromium.org | 2012-10-29 | 1 | -6/+21 |
* | Dont allow the user to 'resize a window out of the workarea' | skuhne@chromium.org | 2012-10-17 | 1 | -27/+63 |
* | Makes gfx::Screen an instance, rather than a collection of static methods. | scottmg@chromium.org | 2012-10-12 | 1 | -4/+4 |
* | Adding proper dragging behavior for L/R maximized windows. | skuhne@chromium.org | 2012-09-11 | 1 | -0/+20 |
* | Revert 155840 - Adding proper dragging behavior for L/R maximized windows. | khorimoto@chromium.org | 2012-09-10 | 1 | -18/+0 |
* | Adding proper dragging behavior for L/R maximized windows. | skuhne@chromium.org | 2012-09-10 | 1 | -0/+18 |
* | Removes the grid from ash. | sky@chromium.org | 2012-09-10 | 1 | -57/+7 |
* | While dragging a window, show a semi-transparent aura window instead of the s... | yusukes@chromium.org | 2012-08-10 | 1 | -0/+1 |
* | Rename bounds accessors to be intuitive and consistent | oshima@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | * Use Virtual Screen Coordinates in more places | oshima@chromium.org | 2012-07-18 | 1 | -2/+3 |
* | Relanding r144499: | oshima@chromium.org | 2012-06-27 | 1 | -2/+2 |
* | Revert r 144499 "Rename the remaining usage of Monitor to Display" | oshima@chromium.org | 2012-06-27 | 1 | -2/+2 |
* | Rename the remaining usage of Monitor to Display | oshima@chromium.org | 2012-06-27 | 1 | -2/+2 |
* | Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX. | tfarina@chromium.org | 2012-06-17 | 1 | -3/+3 |
* | aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/... | erg@google.com | 2012-05-15 | 1 | -1/+0 |
* | ui: Move compositor/ directory out of gfx/, up to ui/. | tfarina@chromium.org | 2012-05-05 | 1 | -1/+1 |
* | * Separated implementation class from gfx::Screen | oshima@chromium.org | 2012-04-25 | 1 | -4/+4 |
* | Add ctrl+drag feature for allowing resizing window with exact positioning. | jennyz@chromium.org | 2012-04-17 | 1 | -18/+20 |
* | Two tweaks to window resizing code: | sky@chromium.org | 2012-03-22 | 1 | -5/+5 |
* | Fixes resize bug where we would incorrectly force window to be in work | sky@chromium.org | 2012-03-21 | 1 | -2/+3 |
* | Makes dragging to the left/right edge resize the window to half the | sky@chromium.org | 2012-03-13 | 1 | -8/+14 |
* | Minor refactoring of window resize code. I wasn't too happy with | sky@chromium.org | 2012-03-05 | 1 | -128/+104 |
* | Attempt 2: Allows tab dragging when maximized on aura. To fix it I made it so | sky@chromium.org | 2012-03-01 | 1 | -9/+1 |
* | Revert 124385 - Allows tab dragging when maximized on aura. To fix it I made ... | battre@chromium.org | 2012-03-01 | 1 | -1/+9 |
* | Allows tab dragging when maximized on aura. To fix it I made it so | sky@chromium.org | 2012-03-01 | 1 | -9/+1 |
* | Makes windows scale slightly when dragging the caption. Also wired | sky@chromium.org | 2012-02-28 | 1 | -0/+7 |
* | Attempt 4: | sky@chromium.org | 2012-02-25 | 1 | -4/+14 |
* | Revert 123603 - Attempt 3: Makes managed mode constrain the height of windows... | sky@chromium.org | 2012-02-25 | 1 | -14/+4 |
* | Attempt 3: Makes managed mode constrain the height of windows so they don't | sky@chromium.org | 2012-02-25 | 1 | -4/+14 |
* | Revert 123553 - Attempt 2 at: Makes managed mode constrain the height of wind... | sky@chromium.org | 2012-02-24 | 1 | -14/+4 |
* | Attempt 2 at: Makes managed mode constrain the height of windows so they don't | sky@chromium.org | 2012-02-24 | 1 | -4/+14 |
* | Revert 123518 - Makes managed mode constrain the height of windows so they don't | sky@chromium.org | 2012-02-24 | 1 | -14/+4 |
* | Makes managed mode constrain the height of windows so they don't | sky@chromium.org | 2012-02-24 | 1 | -4/+14 |
* | Adds ability to stop updating the cursor and wires it up when | sky@chromium.org | 2012-02-17 | 1 | -1/+12 |
* | Moves window dragging/resizing logic into standalone class. I've got | sky@chromium.org | 2012-02-15 | 1 | -0/+336 |