diff options
author | Rob Adams <robadams@ucla.edu> | 2003-08-15 01:07:58 +0000 |
---|---|---|
committer | Rob Adams <readams@src.gnome.org> | 2003-08-15 01:07:58 +0000 |
commit | 60a453f5a01c8b3fdcb38771eed9674e3f007500 (patch) | |
tree | e13c47ecfe28239ba1b636ba8cae04c6f017e76d /ChangeLog | |
parent | 32a587e4a3959f079f799b5dda034f6341d5678e (diff) | |
download | metacity-60a453f5a01c8b3fdcb38771eed9674e3f007500.tar.gz |
Allow windows that are too tall for the workarea to break the onscreen
2003-08-14 Rob Adams <robadams@ucla.edu>
Allow windows that are too tall for the workarea to break the
onscreen constraints just enough so that their bottom edges can be
made visible. Fix for #106740. Also, changes constraints to
constrain the resize and then the move to avoid complexities in
the code for the above fix.
* src/constraints.c (get_outermost_onscreen_positions)
Compute the "effective" height of the work area and the minimum
size for the window to compute a value by which a window is
allowed to violate the top constraint.
(meta_window_constrain): convert to a resize then a move instead
of a move then resize.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2003-08-14 Rob Adams <robadams@ucla.edu> + + Allow windows that are too tall for the workarea to break the + onscreen constraints just enough so that their bottom edges can be + made visible. Fix for #106740. Also, changes constraints to + constrain the resize and then the move to avoid complexities in + the code for the above fix. + + * src/constraints.c (get_outermost_onscreen_positions) + Compute the "effective" height of the work area and the minimum + size for the window to compute a value by which a window is + allowed to violate the top constraint. + (meta_window_constrain): convert to a resize then a move instead + of a move then resize. + 2003-08-13 Rob Adams <robadams@ucla.edu> * configure.in: remove metacity.spec from AC_OUTPUT |