~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to hacks/config/boxed.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, Tormod Volden, Jose Luis Rivas
  • Date: 2008-07-15 14:48:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715144848-c6c6mhyxij0dk2p7
Tags: 5.05-3
[ Tormod Volden ]
* debian/patches/10_jwz-xscreensaver-randr-patch-3.patch:
  from upstream, addresses issues with xrandr/xinerama
  (Closes: #482385, #428797, #471920, #453708, #473681, #479715, #480231)
* fixed typo "screen < real_nscreens" in driver/lock:1527 from above patch
* drop 61_DualHead-nVidia_bug471920.patch (obsolete)
* drop 67_XineRama-mode_bug473681.patch (obsolete)
* fix m6502.o typo in hacks/Makefile.in
* refresh 53_XScreenSaver.ad.in.patch
* refresh (disabled) 60_add-ant-hack.patch

[ Jose Luis Rivas ]
* add xscreensaver-demo desktop file, thanks to Daniel Dickinson
  (Closes: #480592)
* update package descriptions (thanks jwz)
* fix categories in xscreensaver.menu
* change build-deps from xlibmesa-gl-dev to libgl1-mesa-dev,
  xutils to xutils-dev, x-dev to x11proto-core-dev.
* bump Standards-Version to 3.8.0
* add Vcs fields and Homepage to debian/control
* Flurry is not installed until the bug get fixed (Closes: #484112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
  <number id="explosion" type="slider" arg="-explosion %"
25
25
          _label="Explosion Force" _low-label="Popcorn" _high-label="Nuke"
26
 
          low="1.0" high="50.0" default="25.0"/>
 
26
          low="1.0" high="50.0" default="15.0"/>
 
27
 
 
28
  <number id="decay" type="slider" arg="-decay %"
 
29
          _label="Explosion Decay" _low-label="Linger" _high-label="Pop!"
 
30
          low="0.0" high="1.0" default="0.07"/>
 
31
 
 
32
  <number id="momentum" type="slider" arg="-momentum %"
 
33
          _label="Explosion Momentum" _low-label="None" _high-label="Full"
 
34
          low="0.0" high="1.0" default="0.6"/>
27
35
 
28
36
  <hgroup>
29
37
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
32
40
 
33
41
  <_description>
34
42
Draws a box full of 3D bouncing balls that explode.
35
 
Written by Sander van Grieken.
 
43
 
 
44
Written by Sander van Grieken; 2002.
36
45
  </_description>
37
46
</screensaver>