gnome-shell/js
Jasper St. Pierre 5bc8a0860a tweener: Remove the onAnimationStart/onAnimationComplete callbacks
Our gnome-shell tweener integration has had hooks to determine when
the tweens have started and completed... except that they had a bug
in them. When a tween completed, it queued an idle handler to run
the callback in. If no tweens were running when the idle was removing,
it reset the tween state that contained the idle handler ID. It also
returned false, meaning that the source would always get removed.

If the actor had a tween in-flight when the idle was fired, it wouldn't
clean up after itself. While this is also a simple bug fix, remove the
callback so we don't queue unnecessary, unused idles.

https://bugzilla.gnome.org/show_bug.cgi?id=711732
2013-11-09 11:44:44 -05:00
..
extensionPrefs Synchronize shell startup 2013-11-04 11:50:20 -05:00
gdm loginDialog: Use UserWidget 2013-10-30 13:19:02 -04:00
misc Synchronize shell startup 2013-11-04 11:50:20 -05:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui tweener: Remove the onAnimationStart/onAnimationComplete callbacks 2013-11-09 11:44:44 -05:00
js-resources.gresource.xml Load JS from GResource 2013-10-30 13:27:16 -04:00
Makefile.am build: Also look for resources in $(builddir) 2013-10-30 14:00:58 -04:00