freeglut
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...
2010-02-01 John F. FayAllowing recent change to build on older versions of...
2010-01-30 John F. FayPutting the definition of "HAVE_VFPRINTF" back in ...
2010-01-30 John F. FayAdding a more comprehensive warning message if "CreateD...
2010-01-29 John F. FayImplementing Windows multiple-display patch per e-mail...
2010-01-25 John F. FayMaking all Windows include file names lower-case for...
2010-01-11 John F. FayChecking for a window before we try to refer to it...
2010-01-04 John F. FayFixing a typo in a comment
2010-01-04 John F. FayImplementing feature request #2840239: Windows special...
2010-01-04 John F. FayImplementing feature request 2824176: detection of...
2009-12-24 John F. FayRearranged some of the configuration-dependent code...
2009-12-24 John F. FayAdding Solaris and OSX to the *nix/X11 cursor support...
2009-12-21 John F. FayAdding a check for Solaris in the "freeglut_internal...
2009-12-13 John F. FayHaving the library poll joysticks only if there is...
2009-12-13 John F. FayFixing another errant "HAVE_ERRNO_H" preprocessor defin...
2009-12-13 John F. FayChecking in the 'build patch' from Jeremy Huddleston...
2009-12-12 John F. FayReplacing a needed function in the cursor code -- the...
2009-12-05 John F. FaySimplifying the system-dependent conditional code in...
2009-12-03 John F. FayUploading spaceball/set-window patch per e-mail from...
2009-12-02 John F. FayBumping the version number up to 2.7.0 -- we are now...
2009-12-02 John F. FaySee e-mail from Martin Payne dated 11/30/09 at 5:51...
2009-11-19 John F. FayMaking the "smooth_opengl3" typedefs to be Windows...
2009-11-18 John F. FayAdding Mac OSX to the list of platforms covered by...
2009-11-18 John F. FayPutting in the "glutFullScreen" support for Gnome and...
2009-11-14 John F. FayFixing the "freeglutdll.def" for real per e-mail from...
2009-11-14 John F. FayRemoving a set of deprecated joystick functions from...
2009-11-14 John F. FayFixing bug 2862668, "freeglut 2.6.0 RC1 fails to build...
2009-11-11 John F. FayMaking the spaceball demo a bit more elegant per e...
2009-11-11 John F. FayGetting the "spaceball" demo to build properly in Windows
2009-11-11 John F. FayAdding the "freeglut_spaceball.c" file to the MSVC6...
2009-11-09 John F. FayAdding "freeglut_spaceball.c" to the VS2008 project...
2009-11-08 John F. FayAdding "freeglut_spaceball" to the "Makefile.wat" file...
2009-11-08 John F. FayConverting tab characters to spaces in the source code ...
2009-11-07 John F. FayRemoving spurious warning message from new freeglut...
2009-11-06 John F. FayFirst attempt at adding John Tsiombikas' spaceball...
2009-11-05 John F. FayImplementing "glutEntryFunc" for Windows properly....
2009-11-04 John F. FayAdding a check for mingw64 in "freeglut_cursor.c" per...
2009-11-03 John F. FayProtecting "errno" in case it is not defined per e...
2009-11-02 John F. FayProtecting some preprocessor symbols that are not defin...
2009-08-10 Sven PanneAdded support for sRGB framebuffers via the GLX_ARB_fra...
2009-07-23 Sven PanneUnbreak the build for non-Windows platforms, fixing...
2009-07-12 John F. FayMaking the #ifdef's around "__glutExitFunc" consistent...
2009-07-12 John F. FayAdding the Cygwin/mingw documentation from Jean-Seb...
2009-07-10 John F. FayMaking the "AT_EXIT" hack look a bit less like a copy...
2009-06-22 John F. FayChanging the OpenWatCom support per e-mail from Paul...
2009-06-11 Sven PanneDisable the ATEXIT_HACK for Watcom, their "exit" functi...
2009-05-31 John F. FayImproving the stroke fonts per e-mail from Fliran Echtl...
2009-05-24 Sven PanneMove all files related to Visual Studio 2008 into 2...
2009-05-23 Sven PannePut static library stuff into its own solution. This...
2009-05-23 Sven PanneIgnore more files generated by Visual C++ 2008
2009-05-23 Sven PanneNormalized VC 2008 project, making the configurations...
2009-05-22 Sven PanneAdded missing guard to deactivate ATEXIT_HACK on non...
2009-05-22 Sven PanneAvoid warnings when the ATEXIT_HACK is used with GCC...
2009-05-22 Sven PanneAdded the ugly ATEXIT_HACK from GLUT 3.7, making freegl...
2009-05-22 Sven PanneUse our module definition file, so we get undecorated...
2009-05-22 Sven PanneUse our module definition file, so we get undecorated...
2009-05-22 Sven PanneRemoved obsolete lines. Fixed version number.
2009-05-22 Sven PanneIgnore file generated by Visual C++ 2008
2009-04-05 Sven PanneWe are at version 2.6.0 now.
2009-04-05 Sven PanneAdded more project/workspace/... files to distribution.
2009-04-05 Sven PanneRemoved remnants of CVS.
2009-04-05 Sven PanneFixed minor typo in NEWS.
2009-03-30 Sven PanneMake the example fully OpenGL-3.1-compliant.
2009-03-27 Sven PanneMake Visual C happy by including stddef.h and explicitl...
2009-03-26 Sven PanneSynched ChangeLog with latest changes
2009-03-26 Sven PanneUnbreak the build: C++ style comments are not allowed...
2009-03-19 John F. FayFixing "freeglut_input_devices.c" for MSVS2005 and...
2009-03-17 John F. FayRemoving some build warnings from deprecated functions...
2009-03-17 John F. FayAdding Visual Studio 2008 solution and project files
2009-03-16 Sven PanneSet the default number of samples per pixel to 4 and...
2009-03-16 Sven PanneAdded GLUT_AUX and GLUT_MULTISAMPLE as possible paramet...
next