Removing the "atexit ( fgDeinitialize )" call from the Windows code per e-mail trail...
[freeglut] / src / freeglut_internal.h
2011-09-10 John F. FayFixing build warnings on OpenSUSE (and probably other...
2011-09-04 John F. FayPutting in Diederick Niehorster's fullstreen patch...
2011-09-04 John F. FayFixing bug 3292122 from Nigel Stewart (thanks, Nigel...
2011-06-10 John F. FayPatch for new Visual Studios to fix typos and quiet...
2011-05-27 John F. FayAdding "MouseWheelTicks" to the "fgState" structure...
2011-03-22 John F. FayMore game mode patches from John Tsiombikas, from an...
2011-03-18 John F. FayAdding multitouch capability per e-mail from Florian...
2011-03-16 John F. FayImplementing John Tsiombikas' game mode patch per e...
2011-01-23 John F. FayFixing bug report 2952457 -- modifying the "FREEGLUT_EX...
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...
2010-11-01 John F. FayAddressing feature request 2116152 -- adding an fgError...
2010-01-30 John F. FayPutting the definition of "HAVE_VFPRINTF" back in ...
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...
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. FayChecking in the 'build patch' from Jeremy Huddleston...
2009-12-02 John F. FayBumping the version number up to 2.7.0 -- we are now...
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-06 John F. FayFirst attempt at adding John Tsiombikas' spaceball...
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-22 Sven PanneAdded the ugly ATEXIT_HACK from GLUT 3.7, making freegl...
2009-02-28 Sven PanneSynched version number with configure.ac. We should...
2009-02-13 Sven PanneMore refactorings: Removed useless return value. Simpli...
2009-02-13 John F. FayAdding OpenGL 3.0 context detection for Windows per...
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-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 PanneMake a wgl/glXGetProcAddress abstraction available...
2008-11-02 Sven PanneRemoved superfluous #includes.
2007-12-02 John F. FayAdding "glutFullScreenToggle" for X11 -- still needs...
2007-11-12 John F. FayImplementing Jocelyn Frechot's changes -- see e-mail...
2007-09-22 John F. FayPutting in Jocelyn Frechot's X11 visual context changes...
2007-09-16 John F. FayFixing bug report #1052151 from October 2004.
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. 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-08-31 John F. FayAdding Open Watcom support
2005-07-08 Sven PanneMade all the "glutJoystickXXX" functions part of the...
2005-07-05 John F. FayChanging a comment ... nothing big.
2005-07-05 Sven PanneTiny change to make grep's life easier: Rename the...
2005-07-02 Sven PanneHandle modifiers in MotionNotify events, too. This...
2005-07-01 Sven PanneFixed #ifdef for ChangeDisplaySettingsEx prototype.
2005-07-01 Sven PanneMinGW is lacking a prototype for ChangeDisplaySettingsE...
2005-06-22 John F. FayJoe Krahn\'s input (dials) device implementation.
2005-06-02 J.C. Jones2.4.0 Release Candiate 5
2005-05-12 John F. FayTakeshi Nishimura\'s menu changes--menus should now...
2005-05-06 Sven PanneNecessary compilation fixes for newer GCCs (e.g. 3...
2005-05-04 John F. FayRemoving an unused variable
2005-04-26 John F. FayFixing the typecasts on the callback fetches and invoca...
2005-04-22 John F. FayTrying again to change \"fgStructure.Window\" to \...
2005-04-15 John F. FayTesting!
2005-02-16 Brian Paulfixes for menus being attached to multiple buttons...
2005-02-11 Brian PaulFix object/function pointer inconsistencies which are...
2005-01-23 Sven PanneStylistic change only (added "do { ... } while( 0 ...
2005-01-03 Sven Panneautoconf'd vfprintf
2005-01-03 Sven PanneCosmetics.
2005-01-03 Sven PanneImproved <sys/typed.h> / <unistd.h> handling as suggest...
2005-01-03 Sven PanneFixed <sys/time.h> / <time.h> handling as suggested...
2005-01-03 Sven PanneMoved '#include "config.h"' to freeglut_internal.h...
2005-01-03 J.C. JonesChanges remove duplicate menu code from "freeglut_windo...
2005-01-03 J.C. JonesAdding initialization checking to all GLUT interface...
2004-12-17 J.C. JonesSome assertion changes / removals from Dr. John Fay
2004-10-06 Brian Pauljoystick init fixes (John Fay)
2004-09-13 Brian Paulmore updates from John Fay
2004-09-13 Brian Paulsome function renaming, etc (John Fay)
2004-09-10 Brian Pauljoystick updates from John Fay
2004-09-10 Brian Paulupdated comments from John Fay
2004-08-11 J.C. JonesFix a game mode crashing bug, conditional compilation...
2004-05-12 J.C. JonesJohn Fay: Implement the modified logic of the direct...
2004-05-12 J.C. JonesJohn Fay: Remove some obsolete defined symbols.
2004-03-15 Daniel Wagneradded support for WindowsCE (building on top of klimt)
2004-03-15 Richard RauchCompleted removal of all support for the offscreen...
2004-03-14 Nigel StewartResolution of X11 key-repeat handling
2004-03-14 Nigel StewartStripped out tabs and end-of-line whitespace
2004-03-08 Nigel StewartC++ style comment converted to C style comment
2004-02-07 Richard RauchAdds GLUT_OFFSCREEN as a display mode option. This...
2003-12-30 Nigel StewartExplicitly cast function pointer to (void *) in SET_WCB...
2003-12-30 Nigel StewartThree supported win32 compilation environments: MSVC...
2003-12-19 Richard RauchOoops, left some cruft in a comment in the header when...
2003-12-19 Richard RauchWrote SET_WCB() to set a window callback. This lets...
2003-12-11 Christopher John... The deferred window destruction code was destroying...
2003-12-11 J.C. JonesUpdate to reflect 2.2.0 release
2003-12-03 Richard RauchHrm. I misunderstood the purpose of {window->State...
2003-12-01 Christopher John... Added missing prototype for new list function.
2003-11-28 Christopher John... Timer optimizations.
2003-11-27 Christopher John... Window close fix.
2003-11-25 Richard RauchMore work from John (sorry for procrastinating):
2003-11-25 Richard RauchChange from John (I removed a couple of spaces from...
2003-11-21 Richard RauchNumerous style normalizations from John:
2003-11-21 Richard RauchAll changes are from John, except for:
next