lp://qastaging/~smspillaz/compiz-animation-plugin/compiz-animation-plugin.fix_976469_abi_safe
- Get this branch:
- bzr branch lp://qastaging/~smspillaz/compiz-animation-plugin/compiz-animation-plugin.fix_976469_abi_safe
Branch merges
- Sam Spilsbury: Disapprove
- Daniel van Vugt: Needs Fixing
-
Diff: 199 lines (+14/-15)9 files modifiedinclude/animation/animeffect.h (+4/-2)
include/animation/fade.h (+0/-1)
include/animation/grid.h (+0/-2)
include/animation/gridtransform.h (+0/-1)
include/animation/transform.h (+0/-1)
src/animation.cpp (+7/-1)
src/fade.cpp (+1/-0)
src/private.h (+0/-7)
src/zoomside.cpp (+2/-0)
Related bugs
Bug #976469: Menu bar - Shadows are not clipped until animations are finished | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 397. By Sam Spilsbury
-
Don't increment the destroy ref count of a window unless an animation is
active. (LP: #940603)It doesn't make any sense to increase the destroy reference count of a window
on CompWindowNotifyBeforeDestroy based on whether or not an an animation for
that window "could" be allowed - CompWindowNotifyBeforeDestroye d is called
on CompWindow::destroy (which under sane circumstances, should only ever be
called when the window is either reparented away from its parent or the root
window or when the window is destroyed).In this case, we deregister all events on the window so it isn't possible to
determine through any normal means that a close animation is going to activate
on the window. And in any event, the unmap which causes close animations
always comes before the DestroyNotify or ReparentNotify anyways.Even if the CompWindowNotif
yClose were to somehow come after the window
received a ReparentNotify or DestroyNotify, the tradeoff then comes between
not playing animations for those corner case windows or keeping ghost windows
on screen because we kept a destroy reference and never got rid of it. In this
case, it is more sane to do the former. - 396. By Sam Spilsbury
-
Added a flag to specify whether an animation actually needs a transformed
window. (LP: #976469) - 395. By Daniel van Vugt
-
Fix stuttering animations on large/fullscreen windows by using the higher
performance rendering method (full screen damage). (LP: #930192)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/compiz-animation-plugin