gnome-shell/js
Colin Walters d624db18c5 Add deferred work system
Previously we had various things watching for notify::mapped so
we could be more lazy about updating non-visible actors, but it
was fairly ad-hoc.

The deferred work system unifies these callbacks, and also adds
a timeout so that we don't delay changes arbitrarily; this way we
avoid a storm of work if you stay out of the overview for a while,
then go in.

https://bugzilla.gnome.org/show_bug.cgi?id=603522
2009-12-15 15:53:05 -05:00
..
misc Add params.js, for function param object parsing. 2009-11-23 13:48:59 -05:00
ui Add deferred work system 2009-12-15 15:53:05 -05:00
Makefile.am