diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-03-18 20:28:18 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-03-18 20:37:35 -0400 |
commit | ff635bad3b72c70120a9bf4f78e8bdfb71fe6f0b (patch) | |
tree | 999c4b1c60ee52f496da594fce9404046ac98d6d /doc | |
parent | 43a409dec4092f41c6eb0ded55853e2d9980f3d4 (diff) | |
download | mutter-ff635bad3b72c70120a9bf4f78e8bdfb71fe6f0b.tar.gz |
Clean up the source tree
Remove a lot of old, unmaintained files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rationales.txt | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/doc/rationales.txt b/doc/rationales.txt new file mode 100644 index 000000000..600d2d5a2 --- /dev/null +++ b/doc/rationales.txt @@ -0,0 +1,79 @@ + +History +==== + +Focus issues: + see doc/how-to-get-focus-right.txt + +Keep panel always on top: + http://bugzilla.gnome.org/show_bug.cgi?id=81551 + +Edge flipping: + http://bugzilla.gnome.org/show_bug.cgi?id=82917 + +Opaque resize: + http://bugzilla.gnome.org/show_bug.cgi?id=92618 + +Alt+click to move/resize: + http://bugzilla.gnome.org/show_bug.cgi?id=101151 + https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80918 + +minimized windows in Alt+tab: + http://bugzilla.gnome.org/show_bug.cgi?id=89416 + +dialogs above entire app group: + http://bugzilla.gnome.org/show_bug.cgi?id=88926 + +display window size/position: + http://bugzilla.gnome.org/show_bug.cgi?id=85213 + http://bugzilla.gnome.org/show_bug.cgi?id=106645 + http://bugzilla.gnome.org/show_bug.cgi?id=130821 + +configure click actions, alt+click: + http://bugzilla.gnome.org/show_bug.cgi?id=83210 + +system modal dialogs: + http://bugzilla.gnome.org/show_bug.cgi?id=83357 + +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) + + +Bugs for easy dupe-finding that seem to be hard to find otherwise: +=== +Applications opening in wrong workspace: + http://bugzilla.gnome.org/show_bug.cgi?id=160687 + + +Tracking bugs +==== + + revise theme format: http://bugzilla.gnome.org/show_bug.cgi?id=102547 + session management: http://bugzilla.gnome.org/show_bug.cgi?id=107063 + focus-stealing-prevention: http://bugzilla.gnome.org/show_bug.cgi?id=149028 + other focus bugs: http://bugzilla.gnome.org/show_bug.cgi?id=155450 + drag-and-drop: http://bugzilla.gnome.org/show_bug.cgi?id=155451 + raising/stacking: http://bugzilla.gnome.org/show_bug.cgi?id=155452 + tasklist/workspace switcher: http://bugzilla.gnome.org/show_bug.cgi?id=155453 + window/workspace selection: http://bugzilla.gnome.org/show_bug.cgi?id=155456 + key/mouse-binding actions: http://bugzilla.gnome.org/show_bug.cgi?id=155457 +moving/resizing (constraints): http://bugzilla.gnome.org/show_bug.cgi?id=155458 + window placement: http://bugzilla.gnome.org/show_bug.cgi?id=155460 + logout/system-monitor keys: http://bugzilla.gnome.org/show_bug.cgi?id=155462 + modal dialogs: http://bugzilla.gnome.org/show_bug.cgi?id=164841 + multi-head sans xinerama: http://bugzilla.gnome.org/show_bug.cgi?id=324772 + xinerama: http://bugzilla.gnome.org/show_bug.cgi?id=324773 + output-only windows: http://bugzilla.gnome.org/show_bug.cgi?id=340584 + allowed actions/window-type: http://bugzilla.gnome.org/show_bug.cgi?id=340682 + EWMH/ICCCM compliance: http://bugzilla.gnome.org/show_bug.cgi?id=340691 |