http://www.uw-madison.lkams.kernel.org/pub/mirrors/fink/distfiles/xscreensaver-4...
[xscreensaver] / hacks / config / glslideshow.xml
index 02231e51996e7e8fc257e5fa046f8c0e6da82bab..bf3da8627159afbace22f41797aafb9d44d800c3 100644 (file)
@@ -5,17 +5,30 @@
   <command arg="-root"/>
 
   <number id="duration" type="slider" arg="-duration %"
-          _label="Image Duration"
+          _label="Time until loading a new image:"
           _low-label="10 Seconds" _high-label="5 Minutes"
           low="10" high="300" default="30"/>
 
+  <number id="pan" type="slider" arg="-pan %"
+          _label="Always show at least this much of the image:"
+          _low-label="50%" _high-label="100%"
+          low="50" high="100" default="75"/>
+
+  <number id="pan" type="slider" arg="-pan %"
+          _label="Pan/Zoom Duration:"
+          _low-label="1 Second" _high-label="30 Seconds"
+          low="1" high="30" default="6"/>
+
+  <number id="fade" type="slider" arg="-fade %"
+          _label="Crossfade Duration:"
+          _low-label="None" _high-label="30 Seconds"
+          low="0" high="30" default="6"/>
+
   <number id="speed" type="slider" arg="-delay %"
-          _label="Frame Rate" _low-label="Low" _high-label="High"
+          _label="Frame Rate:" _low-label="Low" _high-label="High"
           low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <boolean id="fade" _label="Fade Between Images" arg-unset="-no-fade"/>
-
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
@@ -26,6 +39,6 @@ images are loaded on the "Advanced" tab.
 This  program  requires  a good video card capable of supporting large
 textures.
 
-Written by Mike Oliphant and Jamie Zawinski.
+Written by Jamie Zawinski and Mike Oliphant.
   </_description>
 </screensaver>