freeglut
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...
2009-02-03 John F. FayAdding some instructions about building on a *nix platf...
2009-02-03 John F. FayRemoving some errant tabs, fixing ticket #2137721,...
2009-02-03 John F. FayA further response to bug [ 1804696 ] Warnings when...
2009-02-02 John F. FayFixing bug [ 1804696 ] Warnings when building on OpenSo...
2008-11-20 Sven PanneYet another try to make the font definitions compile...
2008-11-17 John F. FayAllowing "freeglut" to compile without errors under...
2008-11-06 Sven PanneOoops, forgot one file in the previous commit (fix...
2008-11-06 Sven PanneUse autoconf to detect gettimeofday instead of broken...
2008-11-06 Sven PanneWe need to link against winmm under Cygwin when --witho...
2008-11-06 Sven PanneFixed first parameter of CreateWindow call, used for...
2008-11-05 Sven PanneBe conservative about the presence of GL_TABLE_TOO_LARGE.
2008-11-05 Sven Pannefreeglut_internal.h needs some GL types, but it is...
2008-11-05 Sven PanneRemoved the annoying "Unable to create direct context...
2008-11-05 Sven PanneIgnore *.exe
2008-11-05 Sven PanneHandle new glutInitContext* API entries in glutGetProcA...
2008-11-05 Sven PanneMake freeglut compile under Cygwin, which has an ancien...
2008-11-02 Sven PanneAdded OpenGL 3.0 context creation API entries
2008-11-02 Sven PanneRefactored GLX context creation into a single function...
2008-11-02 Sven PanneMake a wgl/glXGetProcAddress abstraction available...
2008-11-02 Sven PanneDo not depend on GLU, it will vanish in the future...
2008-11-02 Sven PanneRemoved superfluous #includes.
2008-11-02 Sven PanneFix for bug #1709675 ("probably not be so ISO-conforman...
2008-11-02 Sven PanneAdded AM_PROG_CC_C_O to configure.ac, removing a warnin...
2008-07-21 John F. FayImplementing a patch from Jocelyn Frechot (thank you...
2008-07-10 John F. FayAdding "glutExit" to the functions in "fghGetProcAddres...
2008-04-05 John F. FayAdding "SC_MONITORPOWER" and other new options to the...
2007-12-02 John F. FayAdding "glutFullScreenToggle" for X11 -- still needs...
2007-12-01 John F. FayFixing the window position for asynchronous X11 impleme...
2007-11-26 John F. FayMaking a demo program that uses "glutMainLoopEvent"
2007-11-12 John F. FayImplementing Jocelyn Frechot's changes -- see e-mail...
2007-10-02 John F. FayRemoving more Win64 build warnings from joystick code
2007-09-30 John F. FayRemoving the final compiler warning when building on...
2007-09-29 John F. FayRemoving the remaining compiler warnings from the curso...
2007-09-25 John F. FayChanging the cursor definition macro for newer versions...
2007-09-25 John F. FayMore changes for Jocelyn Frechot's multisampling change...
2007-09-23 John F. FayFixing a remaining bug in the multisampling change...
2007-09-22 John F. FayPutting in Jocelyn Frechot's X11 visual context changes...
2007-09-21 John F. FayRemoving compiler warnings in MSVC 2005 build
2007-09-21 John F. FayImplementing Larry Ramey's "glutExit" feature (see...
2007-09-19 John F. FayImplementing first part of Windows version of "GLUT_CAP...
2007-09-19 John F. FayFixing Linux key-repeat mode bug reported in "[ 1796845...
2007-09-19 John F. FayFixing a build error on SuSE described in bug report...
2007-09-18 John F. FayImplementing feature request "[ 947118 ] Popup menu...
2007-09-18 John F. FayAdding Takeshi Nishimura's Feature Request "[ 1045202...
2007-09-18 John F. FayAddressing Feature Request #1307049 that "freeglut...
2007-09-18 John F. FayAdded Windows "nmake" Makefiles and dependency files...
2007-09-16 John F. FayFixing bug #1688954, submitted in Marcy '07. I changed...
2007-09-16 John F. FayFixing bug report #1052151 from October 2004.
2006-11-28 John F. FayAdding a Frequently Asked Questions file
2006-09-28 Joe KrahnRemoved incorrect comment about internal WGL/ARB defini...
2006-09-27 Joe KrahnUndo svn:eol-style=CR/LF for MSVC project files.
2006-09-26 Joe KrahnAdded FREEGLUT_LIB_PRAGMAS to control MS library pragma...
2006-09-26 Joe KrahnAdded svn:eol-style=CRLF property to MSVC project/works...
2006-09-25 John F. FayFixing a typo bug in the display mode checking (removin...
2006-09-25 Joe KrahnFixed a small mistake in the previous commit for glutGet.
2006-09-25 Joe KrahnAdded proper support for number of mouse buttons in...
2006-09-24 Joe KrahnConverted Time counter to a uniform unsigned long it...
2006-09-23 Joe KrahnRemoved WindowState.IsGameMode; it is redundant with...
next