Add bugs about pointer warping; update raise-on-click ones.

2006-03-29  Elijah Newren  <newren gmail com>

	* rationales.txt: Add bugs about pointer warping; update
	raise-on-click ones.
This commit is contained in:
Elijah Newren 2006-03-30 02:56:17 +00:00 committed by Elijah Newren
parent 1f7446cd88
commit d0564def9c
2 changed files with 19 additions and 3 deletions

View File

@ -1,11 +1,21 @@
2006-03-29 Elijah Newren <newren gmail com>
* rationales.txt: Add bugs about pointer warping; update
raise-on-click ones.
2006-03-29 Thomas Thurman <thomas@thurman.org.uk>
Abstract out the functions for setting/unsetting demands attention
hint and avoid doing it when the window isn't obscured. Fixes the
remainder of #305882.
* src/window.c, src/window.h (meta_window_set_demands_attention,
meta_window_unset_demands_attention): mark a window as needing
or not needing the user's attention
meta_window_unset_demands_attention): new functions to mark a
window as needing or not needing the user's attention
* src/window.c (meta_window_show, window_activate,
meta_window_focus, meta_window_configure_request,
meta_window_client_message): use the new set/unset
demands attention functions. Fixes #305882.
demands attention functions.
2006-03-29 Björn Lindqvist <bjourne@gmail.com>

View File

@ -39,10 +39,16 @@ workspace wrapping:
http://bugzilla.gnome.org/show_bug.cgi?id=89315
raise windows on click:
http://bugzilla.gnome.org/show_bug.cgi?id=326156
http://bugzilla.gnome.org/show_bug.cgi?id=86108
http://bugzilla.gnome.org/show_bug.cgi?id=115072
http://bugzilla.gnome.org/show_bug.cgi?id=115753
Pointer warping:
http://bugzilla.gnome.org/show_bug.cgi?id=134353
http://bugzilla.gnome.org/show_bug.cgi?id=134352
(Think about tasklist & window selector too; this would be a very bad idea)
Tracking bugs
====