diff options
author | Rob Adams <robadams@ucla.edu> | 2003-08-21 04:32:21 +0000 |
---|---|---|
committer | Rob Adams <readams@src.gnome.org> | 2003-08-21 04:32:21 +0000 |
commit | dbcf03535dc828c8384d9a8a1f0706d89d5fc57f (patch) | |
tree | 6a807ada3b0c5a81c7bdff1a3777f509d3700113 /ChangeLog | |
parent | a644753073d75ed32ec11b34f37615ee0c36ccc1 (diff) | |
download | metacity-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |