if user opens menu in parent window and then clicked child window, the menu wasn...
[freeglut] / ChangeLog
index 8289609..2e0d8f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2012-01-09  John F. Fay <johnffay@cybertron.com>
+       * Released freeglut 2.8.0 a few days ago and am restarting the ChangeLog
+       * Added 'cmake' support
+       * Moved source files from 'src' directory to 'src/Common' directory with
+       an eye to moving platform-specific code to separate files in separate
+       directories
+2009-08-10  Sven Panne  <sven.panne@aedion.de>
+
+       * include/GL/freeglut_ext.h,include/GL/freeglut_std.h,src/freeglut_ext.c,
+       src/freeglut_init.c,src/freeglut_internal.h,src/freeglut_state.c,
+       src/freeglut_window.c,src/freeglutdll.def: Added support for sRGB
+       framebuffers via the GLX_ARB_framebuffer_sRGB / WGL_ARB_framebuffer_sRGB
+       extensions. Added support for context profiles via the new parts of the
+       GLX_ARB_create_context / WGL_ARB_create_context extensions.
+
+2009-06-11  Paul Blew  <paul.blew@northgatearinso.com>
+
+       * replaced broken IDE based OpenWatcom build with a makefile based one
+
 2009-06-11  Sven Panne  <sven.panne@aedion.de>
 
        * include/GL/freeglut_std.h: Disable the ATEXIT_HACK for Watcom, their