summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-10-03 19:06:17 +0000
committerElijah Newren <newren@src.gnome.org>2005-10-03 19:06:17 +0000
commitea4cd882853973755ad7bad704f822d3b5b4857d (patch)
tree9382a50e11b740abd83fbf253be6c25132626ca9 /ChangeLog
parent47f1a8634bc9a69f72589097cc2fa9886307af2a (diff)
downloadmetacity-ea4cd882853973755ad7bad704f822d3b5b4857d.tar.gz
Patch from Björn Lindqvist fix the workspace switcher tabpopup to display
2005-10-03 Elijah Newren <newren@gmail.com> Patch from Björn Lindqvist fix the workspace switcher tabpopup to display the right windows and to fix the pick-a-new-window-to-focus algorithm in order to not select windows that aren't showing. Fixes #170475. * src/tabpopup.c (meta_convert_meta_to_wnck, meta_select_workspace_expose_event): factor out conversion code from meta_select_workspace_expose_event() into the new meta_convert_meta_to_wnck() function * src/tabpopup.c (meta_select_workspace_expose_event): * src/workspace.c (focus_ancestor_or_mru_window): replace the buggy window->minimized logic with !meta_window_showing_on_its_workspace (window)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3ae57ea..046e9199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2005-10-03 Elijah Newren <newren@gmail.com>
+ Patch from Björn Lindqvist fix the workspace switcher tabpopup to
+ display the right windows and to fix the
+ pick-a-new-window-to-focus algorithm in order to not select
+ windows that aren't showing. Fixes #170475.
+
+ * src/tabpopup.c (meta_convert_meta_to_wnck,
+ meta_select_workspace_expose_event): factor out conversion code
+ from meta_select_workspace_expose_event() into the new
+ meta_convert_meta_to_wnck() function
+
+ * src/tabpopup.c (meta_select_workspace_expose_event):
+ * src/workspace.c (focus_ancestor_or_mru_window):
+ replace the buggy window->minimized logic with
+ !meta_window_showing_on_its_workspace (window)
+
+2005-10-03 Elijah Newren <newren@gmail.com>
+
Patch from Björn Lindqvist to have ancestors come along with the
transient when moving the window from one workspace to another.
Fixes #314977.