X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=a31554f220f1569591052d7991e77c2ebcb6ad3f;hb=8a242563de492cc8947b6327ae5d78b81d467fb6;hp=a2dcb49757a4c2fef7fd12a41f80565d9c86b599;hpb=1d2753d225cd3e4377e808ff8af4c02a335d3dbc;p=freeglut diff --git a/ChangeLog b/ChangeLog index a2dcb49..a31554f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -920,7 +920,55 @@ mouse pointers don't work) on the way: the case of GLUT_CURSOR_FULL_CROSSHAIR. ************************************************************************** -* Gap in log between January 3 and April 15, 2005. +* Changes between January 3 and April 15, 2005. ************************************************************************** -(237) Changed some comments in "freeglut_internal.h" as a test for the new - pCVSc project. \ No newline at end of file +(237) Moved the "#include "config.h"" statement to the header file + +(238) Changed the "assert" checks to more dignified statements that print + useful error messages before exiting. Also added initialization + checking to all GLUT interface functions. + +(239) Changed some menu code around to remove duplicate code. + +(240) Implemented the ability to attach a menu to multiple windows. + +(241) Implemented the "GLUT_AUXn" color buffers for X11 and Windows + +(242) Improved the cursor handling marginally; also removed some duplicate + cursor code + +************************************************************************** +* Changes on April 15, 2005. +************************************************************************** +(243) Changed some comments in "freeglut_internal.h" as a test for the new + pCVSc project. + +(244) Changed the names of the "fgStructure.Window" and ".Menu" variables + to ".CurrentWindow" and ".CurrentMenu" to make maintenance easier. + +(245) Tried implementing Yuri D'Elia's game mode changes. + +************************************************************************** +* Changes in late April 2005 +************************************************************************** +(246) Added French version of README (called LISEZ-MOI") and a Windows-specific + version of README describing how to operate under MSVC + +(247) Changed definitions of "FETCH_WCB" and "INVOKE_WCB" to allow compilation + with GCC 4.0 + +(248) Changed the Makefile path to the "include" directory to allow for + off-directory compilation + +(249) Added some initializations and changed a hard-coded number of mouse + buttons to a defined constant + +(250) Added code to the Windows timing to allow for millisecond granularity + in the execution time + +(251) Fixed a reported bug in the fullscreen mode + +(252) Added window exit event handling to the Windows code; also put in a note + about adding window entry event handling + +