Replacing a needed function in the cursor code -- the previous SVN commit broke the...
[freeglut] / src /
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-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-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-10 John F. FayMaking the "AT_EXIT" hack look a bit less like a copy...
2009-05-31 John F. FayImproving the stroke fonts per e-mail from Fliran Echtl...
2009-05-22 Sven PanneAdded missing guard to deactivate ATEXIT_HACK on non...
2009-05-22 Sven PanneAdded the ugly ATEXIT_HACK from GLUT 3.7, making freegl...
2009-05-22 Sven PanneRemoved obsolete lines. Fixed version number.
2009-04-05 Sven PanneRemoved remnants of CVS.
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-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 Sven PanneAdded missing API entries.
2009-03-01 Sven PanneTo build shared libraries on Windows, one has to declar...
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 PanneSynched version number with configure.ac. We should...
2009-02-18 John F. FayFixing a build error caused by a variable declaration...
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 John F. FayAdding OpenGL 3.0 context detection for Windows per...
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 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 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-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-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-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-09-28 Joe KrahnRemoved incorrect comment about internal WGL/ARB defini...
2006-09-26 Joe KrahnAdded FREEGLUT_LIB_PRAGMAS to control MS library pragma...
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...
2006-09-21 John F. FayAdding support for the multisampling query per bug...
2006-09-21 John F. FayFixing Bug #1398196 - Windows message argument
2006-09-21 Joe Krahntest (comment edited)
2006-09-21 John F. FayAdding temporary fix to "glutInitDisplayString" to...
2006-09-21 John F. FayAdding multisampling to *nix and Windows; also some...
2006-09-21 John F. FayJoe Krahn's changes to "TARGET_HOST" defined constants
2006-09-21 John F. FayFixing two minor bugs, adding comments
2006-09-21 John F. FayChanging "GameMode" to "GameModeWindow ... and testing...
2005-10-06 John F. FayImplementing Stereo in Windows
2005-09-07 Sven PanneUse target-specific *_CPPFLAGS, not the deprecated...
2005-08-31 John F. FayAdding Open Watcom support
2005-07-14 Sven PanneNuked useless bit-fiddling, pointed out by John. I...
next