summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Adams <robadams@ucla.edu>2003-08-15 01:07:58 +0000
committerRob Adams <readams@src.gnome.org>2003-08-15 01:07:58 +0000
commit60a453f5a01c8b3fdcb38771eed9674e3f007500 (patch)
treee13c47ecfe28239ba1b636ba8cae04c6f017e76d /ChangeLog
parent32a587e4a3959f079f799b5dda034f6341d5678e (diff)
downloadmetacity-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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a0f5538..970ae378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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