Tidy nested if/else to suppress gcc -Wall -pedantic noise
[freeglut] / progs /
2003-12-25 Richard RauchConfiguring with "--enable-warnings" broke three demos:
2003-12-15 J.C. JonesChange the destination directory of the debug version...
2003-12-11 J.C. JonesInclude project file in the distribution.
2003-12-11 J.C. JonesAdd shapes to the Visual C workspace.
2003-12-11 J.C. JonesPackage the visual C project file with the distribution
2003-12-11 J.C. JonesDisable/enable lighting in the "one.c" demo (John Fay)
2003-12-11 J.C. JonesAdd some essentials to get this program to compile...
2003-12-07 Richard RauchTwo from Nigel:
2003-11-25 Richard RauchAdded a new demo (from Nigel) showing some of the basic...
2003-11-11 Richard RauchRemoval of all remaining TABs in the freeglut *.[ch...
2003-11-11 Richard RauchMoved glutInit*() functions ahead of glutInit(). ...
2003-11-11 Richard RauchStyle normalizations: Removed CRs and hard TABs mostly.
2003-11-10 Richard RauchA *.dsp file for CallbackMaker in the demos.
2003-11-10 Richard RauchNew demo from John: CallbackMaker.
2003-11-08 Christopher John... Applied Braden McDaniel's non-srcdir build patch.
2003-11-08 Richard RauchAltered the way that the {random} value (from 0..3...
2003-11-06 Richard RauchUpdate from John: Includes mouse button, mouse motion...
2003-11-04 Richard RauchUpdate from John:
2003-11-04 Richard RauchUpdate from John:
2003-10-21 Christopher John... Added --disable-replace-glut option to autoconf configure.
2003-10-13 Richard RauchSmall bug-fix that's been on my mind:
2003-10-09 Richard RauchApplied John's updated ReadConfigFile() changes to...
2003-10-09 Richard RauchFixed:
2003-10-09 Richard RauchA few minor changes:
2003-09-27 Christopher John... Don't install the demos.
2003-09-26 J.C. JonesPackage the demos.dsw file.
2003-09-26 J.C. JonesDemos workspace for MSVC users
2003-09-23 Brian Pauladded needClear flag to take care of initial window...
2003-09-23 Richard RauchFixed:
2003-09-22 Christopher John... Fix to allow demos to compile before freeglut has been...
2003-09-22 J.C. JonesAdd an idle function to ensure that the screen gets...
2003-09-21 J.C. JonesNote the possible buffer overflow in window_title
2003-09-21 J.C. JonesFix the window title.
2003-09-21 J.C. JonesFix window title, and ensure that the random integer...
2003-09-14 Christopher John... Removed unused AC_PROG_RANLIB from configure.in
2003-09-13 J.C. JonesRemoved the incorrect relative path for including freeg...
2003-09-13 J.C. JonesMade all demos compile. Thanks to Thierry Thomas for...
2003-09-13 J.C. JonesFix location of the include files from a fixed to relat...
2003-07-12 Andreas Umbachchanges for make dist
2003-07-10 J.C. JonesChanges by John Fay
2003-07-10 J.C. JonesChanges to the Fractals demo by John Fay
2003-07-10 J.C. JonesInitial project file from John Fay
2003-07-10 J.C. JonesModifications from John Fay
2003-07-02 Eric Sandall* Removed genfonts/genstrokes code, updated configure...
2003-06-30 Brian PaulLorenz attractor demo (John Fay)
2003-06-20 Brian PaulFractal demo (John Fay)