Added the ugly ATEXIT_HACK from GLUT 3.7, making freeglut binary compatible with...
[freeglut] / src / freeglut_internal.h
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:
2003-11-18 Christopher John... Lots of stuff that John F. Fay pointed out.
2003-11-17 Christopher John... Fix spelling mistake in a variable name.
2003-11-16 Christopher John... Made Modifers variable global as per glut classic.
2003-11-15 Christopher John... Removed the state variable BuildingAMenu.
2003-11-15 Christopher John... Replace TRUE with GL_TRUE and FALSE with GL_FALSE where...
2003-11-15 Christopher John... Added a new state variable "Initalized".
2003-11-14 Richard RauchNormalized the internal header's style a bit.
2003-11-07 Richard RauchAdopted Eero Pajarre's suggestion of using a do { ...
2003-11-07 Richard RauchOh well, I might as well add the call to clear callback...
2003-11-07 Richard RauchAdded fgInitCallBacks() to freeglut_structure.c. ...
2003-11-06 Richard RauchCleanup pass after committing callback conversion ...
2003-11-06 Richard RauchConverted the "Callbacks" structure (with named members...
2003-10-28 Richard RauchCommit, mostly of work from John:
2003-10-26 Richard RauchFixed the buglet about failing to report the program...
2003-08-27 J.C. JonesMajor overhaul to the menu system, by John Fay
2003-08-17 Christopher John... Game mode fixes from Bernhard Kaindl and Eric Espie.
2003-08-04 Christopher John... Replacing glutGet(GLUT_WINDOW_X) and glutGet(GLUT_WINDO...
2003-08-02 Christopher John... Putting stuff back that was undone with the menu code...
2003-08-02 J.C. JonesMajor menu changes (they appear in their own window...
2003-08-01 Christopher John... Added autoconf detection for the xf86 vid mode extentions.
2003-08-01 Eric Sandallsrc/freeglut_initial.c:91 Added check for SOLARIS OS
2003-06-27 Brian PaulXF86 game mode fixes, context sharing option. (John...
2003-06-25 Brian Paulversion bumps
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...