X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=9850a9a52fcc827c1e54b46911289dee6008bccd;hb=bc0d27e8c973c916fc87fa752e60a9de7d54b55b;hp=729a817d5fde234aa77e608b3356292380e4bdc4;hpb=594e633aada7577825541f70447451e0007f80f9;p=freeglut diff --git a/ChangeLog b/ChangeLog index 729a817..9850a9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -636,3 +636,60 @@ SourceForge "CVS message board"), summarzing changes for the sake of those who lack both web-browser and CVS access. Also fixed a numbering error in the log where there were two "(110)" events. (Plus added (174) from November 10th by memory.) + +(176) Style cleanup to the "one" demo. (Removal of CRs, TABs, mostly.) + +(177) Changed the "one" demo to do glutInit*() calls before glutInit(), +proper. This allows command-line parameters to override built-in +behavior. + +(178) Complete purge of all remaining TABs from freeglut's *.[ch] files. +Also verified that (as far as I can tell) all CRs are removed from all +files where they do not belong. + +******************************************************************************************* +* Freeglut 2.2.0 RC 1 Released on December 10, 2003! +******************************************************************************************* + +(179) CallbackMaker.dsp, demos.dsw, shapes.dsp all updated and are +packaged with distributions + +(180) Fix for the window sizes on Win32 (Nigel Stewart) + +(181) Disable/enable lighting in the "one.c" demo (John Fay) + +******************************************************************************************* +* Freeglut 2.2.0 RC 2 Released on December 11, 2003! +******************************************************************************************* + +******************************************************************************************* +* Freeglut 2.2.0 Released on December 12, 2003! +******************************************************************************************* + + +*************************************************************************** +* Changes on Februrary 5, 2004. +*************************************************************************** + +(182) With permission from Steve Baker, John Fay imported the latest joystick +code from PLIB into freeglut. This is expected to provide better support +joysticks such as USB joysticks. However, it is largely untested beyond +compiling, and likely will require some debugging. + + +*************************************************************************** +* Changes on Februrary 7, 2004. +*************************************************************************** + +(183) Richard Rauch added experimental support for a new feature: +GLUT_OFFSCREEN as a rendering mode (as proposed by Nigel Stewart). +The intent is that you specify GLUT_OFFSCREEN as a GLUT display mode, +and then open a "window" much as you would a regular top-level window. +Only UNIX_X11 is supprted at this point, for lack of knowledge. + +********************************* +* Ides of March, 2004. +********************************* + +(184) Per demands of project owner, offscreen rendering is now removed +from freeglut.