freeglut
2012-01-20 John F. FayRemoving more duplicate code ... need to be more careful.
2012-01-20 John F. FayRemoving some duplicate code from "freeglut_init.c...
2012-01-20 John F. FayMoving some Windows-specific "freeglut_init.c" helper...
2012-01-20 John F. FayMoving some Windows-specific code from "freeglut_gamemo...
2012-01-20 John F. FayMoving more Windows-specific code from "freeglut_ext...
2012-01-20 John F. FayMoving some Windows-specific code from "freeglut_ext...
2012-01-19 John F. FayMaking "freeglut_internal_mswin.h" part of the MSVC...
2012-01-19 John F. FaySplitting out the Windows-specific cursor code into...
2012-01-19 John F. FayAdding the platform-specific files to Visual Studio...
2012-01-17 John F. FayPutting the platform-specific files into the "Cmake...
2012-01-16 John F. FayAdding /one more/ blank platform-specific file
2012-01-16 John F. FayAdding empty files for platform-specific Windows and...
2012-01-15 John F. FayAdding directories for platform-specific source code...
2012-01-10 John F. FayMoving the source code files from 'src' to 'src/Common...
2012-01-10 John F. FayAdding header files to the "freeglut" projects per...
2012-01-10 John F. FayMaking the building of demo programs optional, but...
2012-01-09 John F. FayAdding further comments to the removal of the "atexit...
2012-01-08 John F. FayFixing the "cmake" inputs to build the "spaceball"...
2012-01-08 John F. FayGetting "cmake" to work on MSVC 6.0. Instructions...
2012-01-08 John F. FayAdding the first step towards "cmake" support. It...
2011-12-20 John F. FayFixing the "xrandr" refresh rate per e-mail from John...
2011-12-20 John F. FayFixing ambiguous parentheses (possibly incorrect?)...
2011-12-20 John F. FayLeave game mode on "deinitialization" if we entered...
2011-12-20 John F. FayFixing the "fgDeinitialize" call properly per e-mail...
2011-12-17 John F. FayRemoving the "atexit ( fgDeinitialize )" call from...
2011-12-17 John F. FayMaking the check for a current window in "glutPostRedis...
2011-12-14 John F. FayFixing a memory leak in the "fgHintPresent" function...
2011-12-14 John F. FayUndoing changeset 949 as it breaks the Linux build...
2011-12-13 John F. FayDeleting project directories that were deprecated last...
2011-12-13 John F. FayAdding four new functions to the DLL export definition...
2011-12-13 John F. FayUpdating copyright and version information in "freeglut...
2011-12-13 John F. FayAdding an error message code to the "smooth_opengl3...
2011-11-06 John F. FayUpdating the 64-bit builds for Visual Studio 2008 and...
2011-11-06 John F. FayPatching to fix "glXCreateContextAttribsARB not found...
2011-09-28 John F. FayFreeBSD patch per e-mail from John Tsiombikas vintage...
2011-09-28 John F. FayGiving credit where credit is due (I think -- let me...
2011-09-28 John F. FayAddressing Ubuntu bug 686312 reported as freeglut bug...
2011-09-28 John F. FayAddressing Ubuntu bug 686315 reported as freeglut bug...
2011-09-10 John F. FayFixing build warnings on OpenSUSE (and probably other...
2011-09-05 John F. FayAddressing bug report 3368139 about warnings under...
2011-09-05 John F. FayFixing the "XRANDR" version testing in "freeglut_gamemo...
2011-09-05 John F. FayWhoops, I missed one.
2011-09-05 John F. FayCleaning up the MS VS2008 and VS2010 project files...
2011-09-05 John F. FayFinal patch on full screen fix per e-mail from Diederic...
2011-09-04 John F. FayAdding the "patch_demo" patch per e-mail from Diederick...
2011-09-04 John F. FayFixing the build after Diederick Niehorster's full...
2011-09-04 John F. FayPutting in Diederick Niehorster's fullstreen patch...
2011-09-04 John F. FayFixing freeglut's desire to initialize the spaceball...
2011-09-04 John F. FayFixing bug 3292122 from Nigel Stewart (thanks, Nigel...
2011-06-10 John F. FayFixing a null argument to 'strdup' per e-mail from...
2011-06-10 John F. FayAdding a multitouch patch from Eero Pajarre per e-mail...
2011-06-10 John F. FayPatch for new Visual Studios to fix typos and quiet...
2011-06-10 John F. FayUpdating the MSVC 2010 project file for the "subwin...
2011-06-01 John F. FayFixing a 'gamemode at_exit' bug courtesy of Diederick...
2011-05-27 John F. FayAdding support for partial mouse wheel turns as request...
2011-05-27 John F. FayAdding "MouseWheelTicks" to the "fgState" structure...
2011-05-27 John F. FayFixing multitouch for Windows per e-mail from Florian...
2011-05-27 John F. FayFixing 'glutGet' processing for 'GLUT_BORDERLESS' on...
2011-05-27 John F. FayFixing 'GLUT_BORDERLESS' on Windows per e-mail from...
2011-05-27 John F. FayUpdating the VS 2010 solution file per e-mail from...
2011-03-26 John F. FayAdding the "subwin" demo to the MSVC 6.0 workspace...
2011-03-25 John F. FayFixing the build on *nix per e-mail from John Tsiombika...
2011-03-23 John F. FayFixing problems in VS2010 solution and project files...
2011-03-23 John F. FayAdding the "subwin" demo program to the Visual Studio...
2011-03-23 John F. FayAdding the "subwin" demo program to the Visual Studio...
2011-03-23 John F. FayMaking some constants in the 'subwin' demo floating...
2011-03-22 John F. FayAdding 'invisible messages' patch per e-mail from John...
2011-03-22 John F. FayMore game mode patches from John Tsiombikas, from an...
2011-03-22 John F. FayAdding 'freeglut_xinput.c' to fix the SVN head per...
2011-03-18 John F. FayAdding the 'subwinfix.patch' patch to set the focus...
2011-03-18 John F. FayAdding multitouch capability per e-mail from Florian...
2011-03-17 John F. FayAdding more examples to 'one.c' to test the game mode...
2011-03-17 John F. FayAdding a warning to an unsuccessful game mode entry...
2011-03-17 John F. FayImplementing the 'gamemode-testing_windows.patch' per...
2011-03-17 John F. FayFixing the unspecified game mode parameter problem...
2011-03-17 John F. FayApplying the "readme-win32.patch" patch from Diederick...
2011-03-17 John F. FayApplying the "vs2010_project_files.patch" patch from...
2011-03-16 John F. FayImplementing John Tsiombikas' missing error demo patch...
2011-03-16 John F. FayImplementing John Tsiombikas' game mode patch per e...
2011-03-14 John F. FayFixing a bug which set the "ErrorFunc" field in the...
2011-03-14 John F. FayReducing the initial menu window size from 100x100...
2011-03-13 John F. FayFixing a bug in the game mode refresh rate specificatio...
2011-03-13 John F. FayFixing game mode in X11 so that it doesn't override...
2011-03-13 John F. FayFixing game mode in Windows so that it doesn't override...
2011-01-25 John F. FayFixing bug 3048705 -- "fgOpenWindow should only return...
2011-01-25 John F. FayFixing bug report 3104860 -- setting the accumulator...
2011-01-25 John F. FayFixing bug 3105058. There is a possibly substantial...
2011-01-25 John F. FayFixing bug report 3021598 by modifying "glutSetWindow...
2011-01-23 John F. FayFixing bug report 2952457 -- modifying the "FREEGLUT_EX...
2011-01-23 John F. FayFixing bug 2946386 -- typo in 'configure.ac'
2011-01-23 John F. FayFixing bug 3058389, typo in Open Watcom Makefile.wat...
2011-01-23 John F. FayPart one of fixing bug 3058987 -- the 'freeglut_patch_v...
2011-01-23 John F. FayAdding support to Solaris courtesy of Dagobert Michelse...
2011-01-23 John F. FayRemoving a bunch of Windows line endings -- see bug...
2011-01-23 John F. FayFixing bug report 3106347, 'Incorrect normals for glutS...
2011-01-23 John F. FayAdding Visual Studio 2010 support and moving Visual...
2011-01-23 John F. FayAdding a 'README.mac' file to capture Nicholas Panayis...
2010-11-20 John F. FayFixing typo in a comment per e-mail from Arvin Schnell...
2010-11-01 John F. FayAddressing feature request 2116152 -- adding an fgError...
2010-05-29 John F. FayFixing "fgDestroyWindow" error per e-mail from John...
next