summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Adams <robadams@ucla.edu>2003-08-21 04:32:21 +0000
committerRob Adams <readams@src.gnome.org>2003-08-21 04:32:21 +0000
commitdbcf03535dc828c8384d9a8a1f0706d89d5fc57f (patch)
tree6a807ada3b0c5a81c7bdff1a3777f509d3700113 /ChangeLog
parenta644753073d75ed32ec11b34f37615ee0c36ccc1 (diff)
downloadmetacity-dbcf03535dc828c8384d9a8a1f0706d89d5fc57f.tar.gz
Complete the transition to using the MRU window as the default focus
2003-08-20 Rob Adams <robadams@ucla.edu> Complete the transition to using the MRU window as the default focus window instead of the topmost window; fixes a number of problems with sloppy focus and utility windows. See #112031. * src/window.c (meta_window_free): call meta_workspace_focus_mru_window (meta_window_minimize): call meta_workspace_focus_mru_window
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3de68ab6..9425a8b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2003-08-20 Rob Adams <robadams@ucla.edu>
+ Complete the transition to using the MRU window as the default
+ focus window instead of the topmost window; fixes a number of
+ problems with sloppy focus and utility windows. See #112031.
+
+ * src/window.c (meta_window_free): call
+ meta_workspace_focus_mru_window
+ (meta_window_minimize): call meta_workspace_focus_mru_window
+
+2003-08-20 Rob Adams <robadams@ucla.edu>
+
* src/constraints.c (meta_window_constrain): do northwest resize
when maximizing and fullscreening to avoid potential "off-by-one"
problems.