lp://staging/compiz-workarounds-plugin/trunk
- Get this branch:
- bzr branch lp://staging/compiz-workarounds-plugin/trunk
Branch merges
Branch information
Recent revisions
- 108. By Sam Spilsbury
-
Don't write w->type () to w->wmType (). Instead back up the existing
wmType and new wmType every time it changes and we apply the fix
and then write that in when appropriate. Writing back w->type ()
causes bugs in window matching.Fixes LP #765422
- 107. By Sam Spilsbury
-
Don't disable the ::handleCompizEvent function where there are windows
still minimizing (since we still need a notification from them as to
when they've finished animating) - 106. By Sam Spilsbury
-
Don't unminimize transients when the window is being destroyed
Unminimizing the transients means that we have to loop the window list
in the ::~WorkaroundsWindow stage, and we don't know which of our windows
have already been destroyed (which is problematic for ::get ()). Since
the transients of windows are likely to be destroyed along with the main
window and and also during the entire plugin tear-down phase we are unminimizing
each individual window, there is no need to also unminimize transients for
each window.FIXME: We should really implement a ::fini stage where we can guaruntee that
nothing has been destroyed - 105. By Sam Spilsbury
-
Merge branch 'master' of git+ssh:
//git.opencompo siting. org/git/ compiz/ plugins/ workarounds - 103. By Sam Spilsbury
-
Merge branch 'master' of git+ssh:
//git.opencompo siting. org/git/ compiz/ plugins/ workarounds - 102. By Chow Loong Jin
-
[PATCH] Return "" instead of NULL in getRoleAtom.
The return value of NULL is implicitly converted into CompString (return type of getRoleAtom), and throws a logic_error causing Compiz to SIGBART.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)