X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=2e0d8f71a2ad469d7701ef9fb905f9daa3457b83;hb=4a451851ec51ea7c3b79534fa5faebadceedf4df;hp=e6a6c3e89758987090ebad10e513ac09da0c698e;hpb=8fb7b342a32cb2336b5c3752c68714b47ac7c63e;p=freeglut diff --git a/ChangeLog b/ChangeLog index e6a6c3e..2e0d8f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,42 @@ +2012-01-09 John F. Fay + * 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 + + * 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 + + * replaced broken IDE based OpenWatcom build with a makefile based one + +2009-06-11 Sven Panne + + * include/GL/freeglut_std.h: Disable the ATEXIT_HACK for Watcom, their + "exit" function has a different calling convention, leading to + compilation errors. + +2009-05-24 Sven Panne + + * freeglut_static_vs2008.vcproj,freeglut_vs2008.vcproj, + freeglut_vs2008.sln,freeglut_vs2008_static.sln: Move all files related + to Visual Studio 2008 into 2 directories, one for the normal DLL + build, and one for the static build. We should do this for other IDEs, + too. + 2009-05-22 Sven Panne + + * include/GL/freeglut_std.h: Avoid warnings when the ATEXIT_HACK is used + with GCC, making the hack even uglier. + * include/GL/freeglut_std.h,src/freeglut_init.c,src/freeglut_internal.h, src/freeglut_menu.c,src/freeglut_window.c,src/freeglutdll.def: Added the ugly ATEXIT_HACK from GLUT 3.7, making freeglut binary compatible with the