gnome-shell/js/ui
Owen Taylor 9b822402b9 Use a Tweener "Frame Ticker" with a ClutterTimeline backend
Call Tweener.setFrameTicker() with a custom object that bridges to
ClutterTimeline to get new frame notifications. Combined with a
hack to dynamically adjust the frame ticker's frame rate when
Clutter drops frames, this means that our animations play in the
intended time even if rendering is too slow to maintain a full
60HZ frame rate.

http://bugzilla.gnome.org/show_bug.cgi?id=561745

svn path=/trunk/; revision=79
2008-11-23 04:12:34 +00:00
..
appdisplay.js Fix app event handling 2008-11-21 20:45:35 +00:00
button.js Make sure we include staysPressed in the list of arguments to the Button object 2008-11-19 19:25:51 +00:00
main.js Use a Tweener "Frame Ticker" with a ClutterTimeline backend 2008-11-23 04:12:34 +00:00
overlay.js Use _deactivate rather than hide so we correctly reset input area 2008-11-21 20:45:33 +00:00
panel.js fix import ordering 2008-11-21 13:54:25 +00:00
run_dialog.js Convert run dialog to gjs signals 2008-11-20 15:40:44 +00:00
windowmanager.js implement a basic switch_workspace animation using Tweener. #561835 2008-11-21 21:34:10 +00:00