mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 19:10:43 -05:00
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:
parent
1f7446cd88
commit
d0564def9c
16
ChangeLog
16
ChangeLog
@ -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>
|
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,
|
* src/window.c, src/window.h (meta_window_set_demands_attention,
|
||||||
meta_window_unset_demands_attention): mark a window as needing
|
meta_window_unset_demands_attention): new functions to mark a
|
||||||
or not needing the user's attention
|
window as needing or not needing the user's attention
|
||||||
* src/window.c (meta_window_show, window_activate,
|
* src/window.c (meta_window_show, window_activate,
|
||||||
meta_window_focus, meta_window_configure_request,
|
meta_window_focus, meta_window_configure_request,
|
||||||
meta_window_client_message): use the new set/unset
|
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>
|
2006-03-29 Björn Lindqvist <bjourne@gmail.com>
|
||||||
|
|
||||||
|
@ -39,10 +39,16 @@ workspace wrapping:
|
|||||||
http://bugzilla.gnome.org/show_bug.cgi?id=89315
|
http://bugzilla.gnome.org/show_bug.cgi?id=89315
|
||||||
|
|
||||||
raise windows on click:
|
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=86108
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=115072
|
http://bugzilla.gnome.org/show_bug.cgi?id=115072
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=115753
|
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
|
Tracking bugs
|
||||||
====
|
====
|
||||||
|
Loading…
Reference in New Issue
Block a user