freeglut
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...
2009-03-16 John F. FayAdding "GLUT_MULTISAMPLE" to "shapes" demo ... because...
2009-03-16 Sven PanneAdded missing API entries.
2009-03-15 Sven PanneAdded NEWS entry for 2.6.0 release. Please review/exten...
2009-03-15 Sven PanneRecreated ChangeLog via svn2cl, so we use the standard...
2009-03-10 John F. FayAdding the "smooth_opengl3" demo
2009-03-09 John F. FayMaking the definition of "WIN32_LEAN_AND_MEAN" conditio...
2009-03-09 John F. FaySetting the "fractals" demo initial number of levels...
2009-03-01 John F. FayFixing Microsoft compatibility with the new "vsnprintf...
2009-03-01 Sven PanneWe do not depend on GLU anymore
2009-03-01 Sven PanneAdded notes for building under Cygwin
2009-03-01 Sven PanneTo build shared libraries on Windows, one has to declar...
2009-03-01 Sven PanneWindows fun again: Use the correct calling convention...
2009-02-28 Sven PanneWhen -mno-cygwin is used, we get ancient GL headers...
2009-02-28 Sven Panne_CrtDumpMemoryLeaks and its header are Microsoft-specif...
2009-02-28 Sven PanneDo not try to destroy a GLX context when there is none...
2009-02-28 Sven PanneUse snprintf or _snprintf instead of the potentially...
2009-02-28 Sven PanneUse vsnprintf instead of the potentially dangerous...
2009-02-28 Sven PannePosition the distance message closer to the middle...
2009-02-28 Sven PanneSynched version number with configure.ac. We should...
2009-02-19 John F. FayFixing the DOS/Linux line ending problems in the progs...
2009-02-18 John F. FayFixing a build error caused by a variable declaration...
2009-02-15 Sven PanneFinal changes to make the example fully OpenGL-3.0...
2009-02-15 Sven PanneUse GLSL shaders (still 1.20, though). Dump GL info.
2009-02-15 Sven PanneAdded a commandline option for 'classic' contexts....
2009-02-15 Sven PanneUse VBOs in new example. Added a few comments.
2009-02-14 Sven PanneInitial version of a fully OpenGL-3.0-compliant of...
2009-02-13 Sven PanneMention autogen.sh
2009-02-13 Sven PanneSynchronized WGL behavior with GLX implementation:...
2009-02-13 Sven PanneMore refactorings: Removed useless return value. Simpli...
2009-02-13 Sven PanneRefactoring only (replace nested conditionals with...
2009-02-13 Sven PanneWe have added some API entries, so we have to update...
2009-02-13 Sven PanneAvoid CR\LF vs. LF troubles when using TortoiseSVN...
2009-02-13 Sven PanneIgnore config.lt, too. It seems to be generated by...
2009-02-13 John F. FayAdding OpenGL 3.0 context detection for Windows per...
next