X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=f6165cf50ca1c5fbd586221f30d854b37c5f02ed;hb=6a5114c6be53a01766ee8b7b2867bd22d9008a37;hp=ffc15bef54927ab79b55c7f16e1cfe758f751871;hpb=ba21dbc1eca4d994466497da8a309ce1300e775f;p=freeglut diff --git a/ChangeLog b/ChangeLog index ffc15be..f6165cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -918,3 +918,32 @@ mouse pointers don't work) on the way: * Unknown cursor types are an error now. * Now the window state always corresponds to the wanted cursorID, even in the case of GLUT_CURSOR_FULL_CROSSHAIR. + +************************************************************************** +* Changes between January 3 and April 15, 2005. +************************************************************************** +(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 + +************************************************************************** +* 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. +