gnome-shell/js
Adel Gadllah d2709c681f lookingGlass: Avoid infinite animation time
Math.max(x / y, 0.5) will return infinite when y is 0. Fix that by using
Math.min() which was the actual intent of the patch.
2013-08-04 13:51:06 +02:00
..
extensionPrefs extensionPrefs: Fix opening extension preferences on startup 2013-02-28 15:37:29 +01:00
gdm util: clear user verifier after cancelling it 2013-08-01 16:08:23 -04:00
misc util: Remove unused killall function 2013-08-04 05:30:30 -04:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui lookingGlass: Avoid infinite animation time 2013-08-04 13:51:06 +02:00
Makefile.am gdmUtil: separate AuthPrompt out into its own file 2013-07-24 06:01:03 -04:00