summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-10-03 20:02:31 +0000
committerElijah Newren <newren@src.gnome.org>2005-10-03 20:02:31 +0000
commit12daca5cb1ef51f3af34eb3c3a988e068c408dff (patch)
treec438ccde14dcf165df7316fd269d6b7c6f808073 /ChangeLog
parent1a8c2aa027da40cca627d937ddda55256b9cddc8 (diff)
downloadmetacity-12daca5cb1ef51f3af34eb3c3a988e068c408dff.tar.gz
Patch from Ross Cohen to make alt-esc (show windows instantly) actually
2005-10-03 Elijah Newren <newren@gmail.com> Patch from Ross Cohen to make alt-esc (show windows instantly) actually show minimized windows too. Fixes #107072. * src/keybindings.c (process_tab_grab): initialize tab_unminimized to FALSE for the target window when starting the grab, when advancing through the list check to find the previous window and re-minimize it if it was tab-unminimized, unminimize the new window we're alt-esc'ing to if it's minimized, (do_choose_window): raise and unminimize the initial window as well in alt-esc'ing * src/window.h (struct _MetaWindow): add a tab_unminimized field * src/window.c (meta_window_new_with_attrs): initialize tab_unminimized to false
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eff8953..beaa51d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2005-10-03 Elijah Newren <newren@gmail.com>
+ Patch from Ross Cohen to make alt-esc (show windows instantly)
+ actually show minimized windows too. Fixes #107072.
+
+ * src/keybindings.c (process_tab_grab): initialize tab_unminimized
+ to FALSE for the target window when starting the grab, when
+ advancing through the list check to find the previous window and
+ re-minimize it if it was tab-unminimized, unminimize the new
+ window we're alt-esc'ing to if it's minimized, (do_choose_window):
+ raise and unminimize the initial window as well in alt-esc'ing
+
+ * src/window.h (struct _MetaWindow): add a tab_unminimized field
+
+ * src/window.c (meta_window_new_with_attrs): initialize
+ tab_unminimized to false
+
+2005-10-03 Elijah Newren <newren@gmail.com>
+
Branched for Gnome 2.13. :-)
* configure.in: bump version to 2.13.0. Add UNSTABLE warning.