X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=fe594d95fc8249118dde6c7aeacd9da27a5d34c4;hb=2c52e17121abf4888117ab6b1c94be48ebd569c5;hp=fc1d537de5ce16a7ff5d98e25afec625bd403323;hpb=cff8e4f6b12c36f76a11540f2b2a6f913f9aac04;p=freeglut diff --git a/ChangeLog b/ChangeLog index fc1d537..fe594d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -136,8 +136,74 @@ October 24, 2002: (51) Changed "freeglut_state.c" so the "glutGet" calls with window position and size don't move the windows down and to the right one pixel. +(52) Implement single-buffered rendering (or its emulation) in Windows. +(53) Implement Eero Pajarre's "GLUT_ICON" code. +(54) Fixes for the window positioning problem. +(55) Fixed a couple of compiler warnings and other bugs. Changed "freeglut_main.c" to remove a compiler warning. Changed "freeglut_structure.c" to set the current window before calling the window closure callback. +******************************************************************************************* +* Changes on 17-19 June 2003 +******************************************************************************************* + +(56) Added glutGetProcAddress() + +(57) Added GLUT_FPS env var. + +(58) Implemented Aleksandar Donev's user data changes: added user data fields to window and menu structures and implemented functions to get and set them + +(59) Added a "MenuDestroy" callback which sets a function that "freeglut" calls when a menu is destroyed. + + + +******************************************************************************************* +* Changes on 20 June 2003 +******************************************************************************************* + +(60) Added autogen.sh (#30 from todo.txt) + +(70) Updated aclocal.m4 with aclocal 1.7.3 (was created with aclocal 1.5) + +(71) Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files to the repository (TODO #34). + + +******************************************************************************************* +* Changes on 24 June 2003 +******************************************************************************************* + +(80) Fixed autogen.sh and removed aclocal.m4 + +(81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file + + +******************************************************************************************* +* Changes on 24 June 2003 +******************************************************************************************* + +(82) Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10) + + +******************************************************************************************* +* Changes on 27 June 2003 +******************************************************************************************* + +(83) Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before) + + +******************************************************************************************* +* Changes on 01 July 2003 +******************************************************************************************* + +(84) Fixed the 'ptr + len' problem in freeglut_misc.c:90 + + +******************************************************************************************* +* Changes on 02 July 2003 +******************************************************************************************* + +(85) Removed genfonts/genstrokes code, updated configure.in and Makefile.in + +(86) Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in