Next | Query returned 205 messages, browsing 131 to 140 | Previous

History of commit frequency

CVS Commit History:


   2007-09-28 14:42:40 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Update xlockmore to 5.25. Changes:

  Renamed xlockrc.rc to xlock95.rc.
  win95 settings fixes from Frank Fesevur
    'Enabled' checkbox set in the savers configuration for is honored
        when the random mode is selected.
    Dialog rearranged to allow more room for Delay/Count/Cycles.
    Version is now displayed.
  ant3d,ant,life1d now with better colors.  Really looked bad on Windows 95.
  rain a new mode from Frank Fesevur.
  Patch for running stuff like "xlock95.scr -s ant3d" thanks to
    Frank Fesevur <ffes AT users.sourceforge.net> which makes testing
    and showing a particular mode much easier.
  Fix for xlock -resource in life.c.
  Added a compile-time option "-DNO_TIME if you dont want the time in the
    password window.
   2007-04-21 13:26:08 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Update xlockmore to 5.24. Changes:

  penrose added to xlock95 ("far" changed to "faraway" to \ 
compile).
    xcl added with a fix for DefaultScreen, which should not be
    there since xlock is a multiscreen program.
  Created packaging scripts in etc with input of releases to make
    it easier for me for release and zip.  It gets version from
    xlock/version.h .
  Changed pgsz and txsz variables in my man2html so it does not cause
    corruption in generated xlock.html from man page.
  Patch for solitare and reducing binary size for xlock95 thanks to
    Frank Fesevur <ffes AT users.sourceforge.net>.
  dilemma, voters, wator hexagonal/triangular drawing improvements.
  More triangular/hexagonal life from Carter Bays.
    http://www.cse.sc.edu/~bays/CAhomePage
    Fixes for old options for command line -rule S2b34B2a and
      -rule S2a2b4aB2a3a4b using -neighbors 6 .
    Fixes for hexagonal diagonal shooters.
    Added new hexagonal life -rule S35B2 and S3B245.
    Added many new triangular life rules with gliders.
    Updated random soup to include multiple symmetries.
    Added options runtime -glidersearch and -patternsearch, to be used with
      big values of cycles and count ie. -cycles 1000 -count 100000000
    Added -repeat num option to help find patterns that do not repeat in num
     periods.  This will output a pattern in cycles - num .  If compared to
     the output of cycles, one can see if a new pattern may have been
     discovered.
  Added -vertical option to ant, bug, demon, dilemma, dragon, life, loop,
    voters, wator, wire, these affect triangles and hexagons and crystal
    which affects parallelograms.
  DirectColor fixes for password window thanks to Jouk Jansen [still under
    development under DIRECTCOLOR_FIX].
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-12-27 14:37:47 by Joerg Sonnenberger | Files touched by this commit (210)
Log message:
- fine grained X11 dependencies for packages which have either USE_IMAKE
  or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
   2006-11-06 11:04:42 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Switch to modular buildlinks.
   2006-10-20 14:38:48 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Update xlockmore and xlockmore-lite to 5.23.

Changes:
* Fixed core for toneclock (fixed similar code in ico).
  Remove XSetFont on global GC dclock, marquee, nose, puzzle, xjack,
    bomb.
  image now can handle messages xlock -mode image -message "unicycle"
    If message is too big for little window it will randomly move
    around.
  solitare draw line errors fixed.
  dclock to handle user defined messages (nothing really to do with
    a clock, actually, but the man page already says
    "Shows a floating digital clock or message").
  nose mode tried to simplify talking code and fix small bugs like
    do not print tabs (it prints a box char for me) or not handling
    linefeeds correctly at end of message.
* DirectColor fix thanks to Jouk Jansen.
  Mallocing for error should check success pointed out by Dan Lukes.
    Using method in xlock.c, with some changes, did similar changes for
    passwd.c and resources.c
  PAM checking allocation fix and null resistant ReadXString thanks to
    Dan Lukes <dan AT obluda.cz>.
  Added stipples to life3d.  Noticed ant3d would probably leak if in
    mono... fixed.
  thick option for maze thanks to Alex Austin <circuitsoft.alex AT
    gmail.com>.  Also changed MINGRIDSIZE to 2.  Removed extra pixel space
    to the right and bottom of path... some people may like this so its
    an option... threed (not really 3D, a better name would be nice).
  fzort fix for uninitialized memory read thanks to Mauro Persano
    <mauro_persano AT yahoo.com>
  Fix to avoid running OpenGL on a StaticGray, GrayScale, and StaticColor
    on Sun.  Sun's glxCreateContext core dumps on Solaris 10.
  Turned off XRaiseWindow for Cygwin as it was stopping me from logging in.
  Added -DSYNCHRONIZE option to config.h.in for help in debugging X errors.
  Fixed a problem with random colors from petri mode PseudoColor.
   2006-06-20 18:02:14 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Without pkg-config, xglock is not build.
   2006-05-09 12:57:29 by Matthias Scheler | Files touched by this commit (1) | Package updated
Log message:
Reset package revision after recent updated. Approved by hubertf@.
   2006-05-08 21:28:49 by Hubert Feyrer | Files touched by this commit (2) | Package updated
Log message:
Update to xlockmore{,lite} 5.22. Changes:

* fiberlamp fix for array bounds read and leak fix for deluxe
+ magick and raster file (ras) fixes for True Color by Jouk Jansen
  Removed some compiler/lint warnings.
  deluxe mode ported from xscreensaver by Jouk Jansen.
  anemone mode ported from xscreensaver by Jouk Jansen
  win32 changes from Petey Leinonen:
    added XPutPixel()
    pacman now works by changing the initialization and now can create a
    1 bit depth bitmap when asked for.

* new since BETA
+ update since BETA
   2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | Package updated
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Next | Query returned 205 messages, browsing 131 to 140 | Previous