freeglut
2012-02-04 John F. FayFixing "cmake" with the new location of the "freeglut_x...
2012-02-04 John F. FayMoving the "\freeglut_xinput.c" file from the Common...
2012-02-04 John F. FayAdding the X11-specific source files to the Makefile...
2012-02-01 John F. FayMoving some header-style joystick code from "freeglut_j...
2012-01-31 John F. FayChanging the version number since we're making some...
2012-01-30 John F. FayFixing a bug I introduced into the "...ATEXIT" hack
2012-01-29 John F. FayMoving the platform-specific window state fields into...
2012-01-29 John F. FayMoving more Windows-specific header stuff over to the...
2012-01-29 John F. FayMoving the Windows-specific includes into the Windows...
2012-01-29 John F. FayMoving the Windows-specific "__glutCreateMenuWIthExit...
2012-01-29 John F. FayMoving the Windows-specific joystick definitions into...
2012-01-29 John F. FayMoved the platform-specific variables in the Joystick...
2012-01-29 John F. FayRemoving the Windows-specific "includes" from "freeglut...
2012-01-29 John F. FaySplitting the platform-specific joystick "Raw Read...
2012-01-29 John F. FaySplitting the platform-specific "fgSystemTime" code...
2012-01-29 John F. FayMoving non-Windows platform-specific code lower in...
2012-01-29 John F. FaySplitting out the platform-specific code from "fghJoyst...
2012-01-29 John F. FayMoving the definition of the "fgJoystick" structure...
2012-01-29 John F. FayMoving the platform-specific code (non-Windows) farther...
2012-01-29 John F. FaySplitting platform-specific code out of "fgJoystickClos...
2012-01-29 John F. FayMoving the Windows-specific "glutInitWithExit" function...
2012-01-29 John F. FayMoving the "glutCreateWindowWithExit" and its associate...
2012-01-29 John F. FayMoving the platform-specific FBConfig and device contex...
2012-01-29 John F. FayMoving the platform-specific window handle and context...
2012-01-29 John F. FayMoving the Windows platform-specific "SwapBuffers"...
2012-01-29 John F. FayMoving platform-specific fields in "SFG_Display" into...
2012-01-29 John F. FayFixing the previous commit so we don't have a circular...
2012-01-29 John F. FayAdding the platform-specific includes to "freeglut_inte...
2012-01-24 John F. FayRemoving some Windows-specific function prototypes...
2012-01-24 John F. FayRemoving a bunch of "static" declarations from the...
2012-01-24 John F. FayFixing the Linux directory paths in which the "automake...
2012-01-24 John F. FayPutting in Diederick Niehorster's patch from e-mail...
2012-01-23 John F. FayFixing a preprocessor typo
2012-01-23 John F. FaySplitting the rest of the Windows-specific "freeglut_wi...
2012-01-23 John F. FaySplitting some Windows-specific "freeglut_window.c...
2012-01-23 John F. FayMoving some function prototypes into the source files...
2012-01-23 John F. FayRationalizing the names of the platform-specific functi...
2012-01-23 John F. FaySplitting Windows-specific "freeglut_structure.c" code...
2012-01-23 John F. FaySplitting the other "glutGet" Windows-specific code...
2012-01-23 John F. FayMoving Windows-specific "glutGet" code into its own...
2012-01-23 John F. FaySplitting a little Windows-specific menu code into...
2012-01-22 John F. FaySplitting the rest of the Windows-specific code from...
2012-01-22 John F. FayMoving some Windows-specific code out of "freeglut_main...
2012-01-22 John F. FaySplitting out more Windows-specific code in "freeglut_i...
2012-01-22 John F. FaySplitting the Windows-specific input device code into...
2012-01-22 John F. FayCorrecting a header comment
2012-01-20 John F. FayMoving the command-line parsing into its own function...
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...
next