From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
authorZygo Blaxell <zblaxell@faye.furryterror.org>
Sun, 16 Nov 2014 06:50:59 +0000 (01:50 -0500)
committerZygo Blaxell <zblaxell@faye.furryterror.org>
Sun, 16 Nov 2014 06:51:31 +0000 (01:51 -0500)
commitd5186197bc394e10a4402f7f6d23fbb14103bc50
treeff396d3ccd16a98e18f291d5fc776005ab750e13
parent6afd6db0ae9396cd7ff897ade597cd5483f49b0e
From jwz.org/xscreensaver/xscreensaver-5.31.tar.gz

-rw-r--r-- 1 zblaxell zblaxell 10569562 Nov 15 18:51 xscreensaver-5.31.tar.gz
1b023a3b01f1f23aa136d13c37f79c0c01c3f1e6  xscreensaver-5.31.tar.gz
461 files changed:
Makefile.in
OSX/Makefile
OSX/README
OSX/SaverListController.h
OSX/SaverListController.m
OSX/SaverRunner.h
OSX/SaverRunner.m
OSX/SaverRunner.plist
OSX/Updater.plist
OSX/XScreenSaver.plist
OSX/XScreenSaverConfigSheet.m
OSX/XScreenSaverGLView.m
OSX/XScreenSaverView.h
OSX/XScreenSaverView.m
OSX/bindist.rtf
OSX/build-fntable.pl
OSX/iSaverRunner.plist
OSX/iSaverRunner29t.png [deleted file]
OSX/iSaverRunner57t.png [new file with mode: 0644]
OSX/installer.sh
OSX/ios-function-table.m
OSX/iosgrabimage.m
OSX/jwxyz.h
OSX/jwxyz.m
OSX/update-thumbnail.pl
OSX/updates.xml
OSX/xscreensaver.xcconfig [new file with mode: 0644]
README
android/Makefile [new file with mode: 0644]
android/XScreenSaverGLView.c [new file with mode: 0644]
android/XScreenSaverView.c [new file with mode: 0644]
android/glue.c [new file with mode: 0644]
android/jwxyz-timers.h [new file with mode: 0644]
android/jwxyz.c [new file with mode: 0644]
android/jwxyz.h [new file with mode: 0644]
android/project/GLWallpaperService/AndroidManifest.xml [new file with mode: 0644]
android/project/GLWallpaperService/LICENSE [new file with mode: 0644]
android/project/GLWallpaperService/NOTICE [new file with mode: 0644]
android/project/GLWallpaperService/build.xml [new file with mode: 0644]
android/project/GLWallpaperService/default.properties [new file with mode: 0644]
android/project/GLWallpaperService/local.properties [new file with mode: 0644]
android/project/GLWallpaperService/project.properties [new file with mode: 0644]
android/project/GLWallpaperService/readme-contribute.txt [new file with mode: 0644]
android/project/GLWallpaperService/readme.txt [new file with mode: 0644]
android/project/GLWallpaperService/res/drawable-hdpi/icon.png [new file with mode: 0644]
android/project/GLWallpaperService/res/drawable-ldpi/icon.png [new file with mode: 0644]
android/project/GLWallpaperService/res/drawable-mdpi/icon.png [new file with mode: 0644]
android/project/GLWallpaperService/res/layout/main.xml [new file with mode: 0644]
android/project/GLWallpaperService/res/values/strings.xml [new file with mode: 0644]
android/project/GLWallpaperService/src/net/rbgrn/android/glwallpaperservice/GLWallpaperService.java [new file with mode: 0644]
android/project/xscreensaver/AndroidManifest.xml [new file with mode: 0644]
android/project/xscreensaver/build.xml [new file with mode: 0644]
android/project/xscreensaver/jni/Android.mk [new file with mode: 0644]
android/project/xscreensaver/jni/Application.mk [new file with mode: 0644]
android/project/xscreensaver/jni/xscreensaver [new symlink]
android/project/xscreensaver/local.properties [new file with mode: 0644]
android/project/xscreensaver/project.properties [new file with mode: 0644]
android/project/xscreensaver/res/drawable-hdpi/icon.png [new file with mode: 0644]
android/project/xscreensaver/res/drawable-ldpi/icon.png [new file with mode: 0644]
android/project/xscreensaver/res/drawable-mdpi/icon.png [new file with mode: 0644]
android/project/xscreensaver/res/drawable/hilbert.png [new file with mode: 0644]
android/project/xscreensaver/res/drawable/sproingies.png [new file with mode: 0644]
android/project/xscreensaver/res/drawable/stonerview.png [new file with mode: 0644]
android/project/xscreensaver/res/drawable/superquadrics.png [new file with mode: 0644]
android/project/xscreensaver/res/drawable/thumbnail.png [new file with mode: 0644]
android/project/xscreensaver/res/layout/main.xml [new file with mode: 0644]
android/project/xscreensaver/res/values/settings.xml [new file with mode: 0644]
android/project/xscreensaver/res/values/strings.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/glwallpapertest.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/hilbert.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/hilbert_settings.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/sproingies.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/sproingies_settings.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/stonerview.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/stonerview_settings.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/superquadrics.xml [new file with mode: 0644]
android/project/xscreensaver/res/xml/superquadrics_settings.xml [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/ARenderer.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/BufferFactory.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/CallNative.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/XscreensaverApp.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/HilbertService.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/HilbertSettings.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/HilbertWallpaper.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/SproingiesService.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/SproingiesSettings.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/SproingiesWallpaper.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/StonerviewService.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/StonerviewSettings.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/StonerviewWallpaper.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/SuperquadricsService.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/SuperquadricsSettings.java [new file with mode: 0644]
android/project/xscreensaver/src/org/jwz/xscreensaver/gen/SuperquadricsWallpaper.java [new file with mode: 0644]
config.h.in
configure
configure.in
driver/Makefile.in
driver/XScreenSaver.ad.in
driver/XScreenSaver_ad.h
driver/demo-Gtk-conf.c
driver/windows.c
driver/xscreensaver-demo.glade2.in [new file with mode: 0644]
driver/xscreensaver-text
driver/xscreensaver.c
hacks/Makefile.in
hacks/abstractile.c
hacks/analogtv.c
hacks/apple2-main.c
hacks/binaryring.c [new file with mode: 0644]
hacks/binaryring.man [new file with mode: 0644]
hacks/blitspin.c
hacks/bumps.c
hacks/check-configs.pl
hacks/compile_axp.com
hacks/compile_decc.com
hacks/config/README
hacks/config/abstractile.xml
hacks/config/anemone.xml
hacks/config/anemotaxis.xml
hacks/config/ant.xml
hacks/config/antinspect.xml
hacks/config/antmaze.xml
hacks/config/antspotlight.xml
hacks/config/apollonian.xml
hacks/config/apple2.xml
hacks/config/atlantis.xml
hacks/config/attraction.xml
hacks/config/atunnel.xml
hacks/config/barcode.xml
hacks/config/binaryring.xml [new file with mode: 0644]
hacks/config/blaster.xml
hacks/config/blinkbox.xml
hacks/config/blitspin.xml
hacks/config/blocktube.xml
hacks/config/boing.xml
hacks/config/bouboule.xml
hacks/config/bouncingcow.xml
hacks/config/boxed.xml
hacks/config/boxfit.xml
hacks/config/braid.xml
hacks/config/bsod.xml
hacks/config/bubble3d.xml
hacks/config/bubbles.xml
hacks/config/bumps.xml
hacks/config/cage.xml
hacks/config/carousel.xml
hacks/config/ccurve.xml
hacks/config/celtic.xml
hacks/config/circuit.xml
hacks/config/cityflow.xml [new file with mode: 0644]
hacks/config/cloudlife.xml
hacks/config/companioncube.xml
hacks/config/compass.xml
hacks/config/coral.xml
hacks/config/crackberg.xml
hacks/config/critical.xml
hacks/config/crystal.xml
hacks/config/cube21.xml
hacks/config/cubenetic.xml
hacks/config/cubestorm.xml
hacks/config/cubicgrid.xml
hacks/config/cwaves.xml
hacks/config/cynosure.xml
hacks/config/dangerball.xml
hacks/config/decayscreen.xml
hacks/config/deco.xml
hacks/config/deluxe.xml
hacks/config/demon.xml
hacks/config/discrete.xml
hacks/config/distort.xml
hacks/config/dnalogo.xml
hacks/config/drift.xml
hacks/config/endgame.xml
hacks/config/engine.xml
hacks/config/epicycle.xml
hacks/config/eruption.xml
hacks/config/euler2d.xml
hacks/config/extrusion.xml
hacks/config/fadeplot.xml
hacks/config/fiberlamp.xml
hacks/config/fireworkx.xml
hacks/config/flag.xml
hacks/config/flame.xml
hacks/config/flipflop.xml
hacks/config/flipscreen3d.xml
hacks/config/fliptext.xml
hacks/config/flow.xml
hacks/config/fluidballs.xml
hacks/config/flurry.xml
hacks/config/flyingtoasters.xml
hacks/config/fontglide.xml
hacks/config/forest.xml
hacks/config/fuzzyflakes.xml
hacks/config/galaxy.xml
hacks/config/gears.xml
hacks/config/geodesic.xml
hacks/config/geodesicgears.xml [new file with mode: 0644]
hacks/config/gflux.xml
hacks/config/glblur.xml
hacks/config/glcells.xml
hacks/config/gleidescope.xml
hacks/config/glforestfire.xml
hacks/config/glhanoi.xml
hacks/config/glknots.xml
hacks/config/glmatrix.xml
hacks/config/glplanet.xml
hacks/config/glschool.xml
hacks/config/glslideshow.xml
hacks/config/glsnake.xml
hacks/config/gltext.xml
hacks/config/goop.xml
hacks/config/grav.xml
hacks/config/greynetic.xml
hacks/config/halftone.xml
hacks/config/halo.xml
hacks/config/helix.xml
hacks/config/hexadrop.xml
hacks/config/hilbert.xml
hacks/config/hopalong.xml
hacks/config/hyperball.xml
hacks/config/hypercube.xml
hacks/config/hypertorus.xml
hacks/config/hypnowheel.xml
hacks/config/ifs.xml
hacks/config/imsmap.xml
hacks/config/interaggregate.xml
hacks/config/interference.xml
hacks/config/intermomentary.xml
hacks/config/jigglypuff.xml
hacks/config/jigsaw.xml
hacks/config/juggle.xml
hacks/config/juggler3d.xml
hacks/config/julia.xml
hacks/config/kaleidescope.xml
hacks/config/kaleidocycle.xml
hacks/config/klein.xml
hacks/config/kumppa.xml
hacks/config/lament.xml
hacks/config/laser.xml
hacks/config/lavalite.xml
hacks/config/lcdscrub.xml
hacks/config/lightning.xml
hacks/config/lisa.xml
hacks/config/lissie.xml
hacks/config/lmorph.xml
hacks/config/lockward.xml
hacks/config/loop.xml
hacks/config/m6502.xml
hacks/config/maze.xml
hacks/config/memscroller.xml
hacks/config/menger.xml
hacks/config/metaballs.xml
hacks/config/mirrorblob.xml
hacks/config/mismunch.xml
hacks/config/moebius.xml
hacks/config/moebiusgears.xml
hacks/config/moire.xml
hacks/config/moire2.xml
hacks/config/molecule.xml
hacks/config/morph3d.xml
hacks/config/mountain.xml
hacks/config/munch.xml
hacks/config/nerverot.xml
hacks/config/noof.xml
hacks/config/noseguy.xml
hacks/config/pacman.xml
hacks/config/pedal.xml
hacks/config/penetrate.xml
hacks/config/penrose.xml
hacks/config/petri.xml
hacks/config/phosphor.xml
hacks/config/photopile.xml
hacks/config/piecewise.xml
hacks/config/pinion.xml
hacks/config/pipes.xml
hacks/config/polyhedra.xml
hacks/config/polyominoes.xml
hacks/config/polytopes.xml
hacks/config/pong.xml
hacks/config/popsquares.xml
hacks/config/projectiveplane.xml
hacks/config/providence.xml
hacks/config/pulsar.xml
hacks/config/pyro.xml
hacks/config/qix.xml
hacks/config/quasicrystal.xml
hacks/config/queens.xml
hacks/config/rd-bomb.xml
hacks/config/ripples.xml
hacks/config/rocks.xml
hacks/config/rorschach.xml
hacks/config/rotor.xml
hacks/config/rotzoomer.xml
hacks/config/rubik.xml
hacks/config/rubikblocks.xml
hacks/config/sballs.xml
hacks/config/shadebobs.xml
hacks/config/sierpinski.xml
hacks/config/sierpinski3d.xml
hacks/config/skytentacles.xml
hacks/config/slidescreen.xml
hacks/config/slip.xml
hacks/config/sonar.xml
hacks/config/speedmine.xml
hacks/config/sphere.xml
hacks/config/spheremonics.xml
hacks/config/spiral.xml
hacks/config/spotlight.xml
hacks/config/sproingies.xml
hacks/config/squiral.xml
hacks/config/stairs.xml
hacks/config/starfish.xml
hacks/config/starwars.xml
hacks/config/stonerview.xml
hacks/config/strange.xml
hacks/config/substrate.xml
hacks/config/superquadrics.xml
hacks/config/surfaces.xml
hacks/config/swirl.xml
hacks/config/t3d.xml
hacks/config/tangram.xml
hacks/config/tessellimage.xml
hacks/config/thornbird.xml
hacks/config/timetunnel.xml
hacks/config/topblock.xml
hacks/config/triangle.xml
hacks/config/tronbit.xml
hacks/config/truchet.xml
hacks/config/twang.xml
hacks/config/unknownpleasures.xml
hacks/config/vermiculate.xml
hacks/config/vidwhacker.xml
hacks/config/vines.xml
hacks/config/voronoi.xml
hacks/config/wander.xml
hacks/config/webcollage.xml
hacks/config/whirlwindwarp.xml
hacks/config/whirlygig.xml
hacks/config/winduprobot.xml
hacks/config/worm.xml
hacks/config/wormhole.xml
hacks/config/xanalogtv.xml
hacks/config/xflame.xml
hacks/config/xjack.xml
hacks/config/xlyap.xml
hacks/config/xmatrix.xml
hacks/config/xrayswarm.xml
hacks/config/xspirograph.xml
hacks/config/zoom.xml
hacks/decayscreen.c
hacks/distort.c
hacks/flame.c
hacks/fontglide.c
hacks/fpsI.h
hacks/fuzzyflakes.man
hacks/glx/Makefile.in
hacks/glx/carousel.c
hacks/glx/circuit.c
hacks/glx/cityflow.c [new file with mode: 0644]
hacks/glx/cityflow.man [new file with mode: 0644]
hacks/glx/crackberg.c
hacks/glx/cubestorm.c
hacks/glx/engine.c
hacks/glx/fliptext.c
hacks/glx/font-ximage.c [deleted file]
hacks/glx/font-ximage.h [deleted file]
hacks/glx/fps-gl.c
hacks/glx/gears.c
hacks/glx/geodesicgears.c [new file with mode: 0644]
hacks/glx/geodesicgears.man [new file with mode: 0644]
hacks/glx/glknots.c
hacks/glx/gllist.h
hacks/glx/glmatrix.c
hacks/glx/glplanet.c
hacks/glx/glplanet.man
hacks/glx/glslideshow.c
hacks/glx/glsnake.c
hacks/glx/gltext.c
hacks/glx/gltext.man
hacks/glx/gltrackball.c
hacks/glx/glxfonts.c [deleted file]
hacks/glx/glxfonts.h [deleted file]
hacks/glx/involute.c
hacks/glx/involute.h
hacks/glx/jigsaw.c
hacks/glx/juggler3d.c
hacks/glx/jwzgles.c
hacks/glx/lament.c
hacks/glx/lockward.c
hacks/glx/moebiusgears.c
hacks/glx/molecule.c
hacks/glx/photopile.c
hacks/glx/pinion.c
hacks/glx/polyhedra-gl.c
hacks/glx/quasicrystal.c
hacks/glx/sonar.c
hacks/glx/sphere.c
hacks/glx/spheremonics.c
hacks/glx/sproingies.c
hacks/glx/starwars.c
hacks/glx/stonerview-move.c
hacks/glx/stonerview-move.h
hacks/glx/stonerview-view.c
hacks/glx/stonerview.h
hacks/glx/tangram.c
hacks/glx/texfont.c
hacks/glx/texfont.h
hacks/glx/tronbit.c
hacks/glx/tube.c
hacks/glx/winduprobot.c
hacks/glx/xlock-gl-utils.c
hacks/images/earth.xpm
hacks/images/earth_night.xpm [new file with mode: 0644]
hacks/ljlatest
hacks/memscroller.c
hacks/munge-ad.pl
hacks/noseguy.c
hacks/phosphor.c
hacks/rd-bomb.c
hacks/recanim.c [new file with mode: 0644]
hacks/recanim.h [new file with mode: 0644]
hacks/ripples.c
hacks/rotzoomer.c
hacks/screenhack.c
hacks/screenhackI.h
hacks/slidescreen.c
hacks/spotlight.c
hacks/starfish.c
hacks/substrate.c
hacks/tessellimage.c
hacks/twang.c
hacks/webcollage
hacks/webcollage-cocoa.m
hacks/webcollage-helper-cocoa.m
hacks/whirlwindwarp.c
hacks/xlockmore.c
hacks/xlockmore.h
hacks/xlockmoreI.h
hacks/xmatrix.c
hacks/xml2man.pl
hacks/zoom.c
po/POTFILES.in
setup.com
utils/Makefile.in
utils/async_netdb.c [new file with mode: 0644]
utils/async_netdb.h [new file with mode: 0644]
utils/compile_axp.com
utils/compile_decc.com
utils/grabclient.c
utils/resources.c
utils/textclient.c
utils/thread_util.c
utils/thread_util.h
utils/utf8wc.c [new file with mode: 0644]
utils/utf8wc.h [new file with mode: 0644]
utils/utils.h
utils/version.h
utils/xft.c [new file with mode: 0644]
utils/xft.h [new file with mode: 0644]
xscreensaver.spec
xscreensaver.xcodeproj/project.pbxproj