freeglut
2004-03-16 Nigel StewartWhitespace conversion - tabs to 4 spaces
2004-03-16 Nigel StewartRevert X11 fgCloseWindow to 1.38 pre-offscreen implemen...
2004-03-15 Daniel Wagnerfixed mouse position and keyboard mapping.
2004-03-15 Daniel Wagneradded support for WindowsCE (building on top of klimt)
2004-03-15 Nigel StewartRepeat-key handling for Win32
2004-03-15 Richard RauchForgot to update the ChangeLog for the benefit of those...
2004-03-15 Richard RauchCompleted removal of all support for the offscreen...
2004-03-15 Richard RauchRemoved Makefile support for the offscreen demo.
2004-03-15 Richard RauchRemoved offscreen demo program.
2004-03-15 Nigel StewartProvide local include path to automake for GL/freeglut...
2004-03-14 Nigel StewartCode formatting tweak
2004-03-14 Nigel StewartResolution of X11 key-repeat handling
2004-03-14 Nigel StewartStripped out tabs and end-of-line whitespace
2004-03-10 Nigel StewartResolve [ 853044 ] FreeGLUT menus on Win32 in task...
2004-03-08 Nigel StewartignoreKeyRepeat mode in FreeGLUT is TRUE by default
2004-03-08 Nigel StewartResolved bug #869765 glutIgnoreKeyRepeat() Fix (Win32)
2004-03-08 Nigel StewartC++ style comment converted to C style comment
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2004-03-03 Nigel StewartAccording to John F. Fay:
2004-02-20 Richard RauchRemoved nonstandard #warning constructs. Converted...
2004-02-20 Richard RauchFixed the bug where glutDisplayFunc() was effectively...
2004-02-19 Richard RauchI had rubbed the offscreen/Makefile.am off from the...
2004-02-19 Richard RauchAdded "offscreen" demo, a very simple program that...
2004-02-18 Richard RauchMinor comment adjustments.
2004-02-18 Nigel StewartRefinements to comments
2004-02-14 Richard RauchNormalized the style of the new joystick a bit.
2004-02-14 Richard RauchFor some reason, the X "expose" event handler was ...
2004-02-14 Richard RauchA commit on behalf of John (in turn, and in part, also...
2004-02-09 Richard RauchCommit of John's tidying-up of a comment, closing out...
2004-02-07 Richard Rauch...AND a tab snuck into my changes for GLUT_OFFSCREEN...
2004-02-07 Richard RauchRemoved a ^M that snuck into the #pragma for the new...
2004-02-07 Richard RauchOoops. We don't want people to be able to create a...
2004-02-07 Richard RauchAdded entries for the joystick updates and the offscree...
2004-02-07 Richard RauchChanged a couple of XXX comments. Added a new one....
2004-02-07 Richard Rauch"Heavy editing" by John to his CallbackMaker demo.
2004-02-07 Richard RauchJohn added a #pragma to the joystick code for WIN32...
2004-02-07 Richard RauchAdds GLUT_OFFSCREEN as a display mode option. This...
2004-02-05 Richard RauchBig import of updated joystick code from PLIB, with...
2004-02-01 Richard RauchClose a bug whereby events can be delayed arbitrarily...
2004-01-16 Richard RauchAmmended a comment on fgCheckJoystickCallback().
2004-01-16 Richard RauchMinor style normalizations to minimize the diffs betwee...
2004-01-16 Richard RauchSome changes from John.
2004-01-05 Nigel StewartWin32 glutIconifyWindow() patch contributed by John...
2003-12-30 Richard RauchSplit a few overlong lines.
2003-12-30 Richard RauchChanged several #ifdef's to proper #if's. Eeek. Oook.
2003-12-30 Richard RauchHm... I thought that I committed this last night....
2003-12-30 Nigel StewartThree supported win32 compilation environments: MSVC...
2003-12-30 Nigel StewartExplicitly cast function pointer to (void *) in SET_WCB...
2003-12-30 Nigel StewartTypesafe handling of temporary window destroy callback
2003-12-30 Nigel StewartThree supported win32 compilation environments: MSVC...
2003-12-30 Nigel Stewartstrlen expects (char *), rather than (unsigned char *)
2003-12-30 Nigel StewartReplace assignment of array to struct with field-by...
2003-12-30 Nigel StewartglutBitmapString and glutBitmapLength expect (unsigned...
2003-12-30 Nigel StewartReplace #ifdef WIN32 with #ifdef TARGET_HOST_WIN32...
2003-12-30 Nigel StewartfgState.FPSInterval is unsigned int (GLuint), environme...
2003-12-30 Nigel StewartOpenGL context is not made current on Win32 until fgSet...
2003-12-30 Nigel Stewart#pragma message is only understood my MS compiler
2003-12-30 Nigel StewartResolve bug 864978 - GLUT_OWNS_JOYSTICK unhandled
2003-12-30 Nigel StewartTidy nested if/else to suppress gcc -Wall -pedantic...
2003-12-25 Richard RauchConfiguring with "--enable-warnings" broke three demos:
2003-12-23 Richard RauchMoved the window-resize code so that it happens wheneve...
2003-12-22 Richard RauchGot rid of those int/ptr warnings on AMD64. (The code was
2003-12-22 Richard RauchSeveral test-on-assignment cases have been converted...
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-15 J.C. JonesChange the destination directory of the debug version...
2003-12-13 J.C. JonesRelease 2.2.0
2003-12-11 Richard RauchStripped out TABs that got reintroduced.
2003-12-11 Christopher... The deferred window destruction code was destroying...
2003-12-11 J.C. JonesInclude project file in the distribution.
2003-12-11 J.C. JonesUpdates for 2.2.0 RC2
2003-12-11 J.C. JonesAdd shapes to the Visual C workspace.
2003-12-11 J.C. JonesPackage the visual C project file with the distribution
2003-12-11 J.C. JonesSet the version to 2.2.0
2003-12-11 J.C. JonesNigel Stewart's Win32 window-sizing fix for game mode
2003-12-11 J.C. JonesDisable/enable lighting in the "one.c" demo (John Fay)
2003-12-11 J.C. JonesAdd some essentials to get this program to compile...
2003-12-11 J.C. JonesUpdate to reflect 2.2.0 release
2003-12-11 J.C. JonesNote the release of 2.2.0 RC1
2003-12-11 Richard RauchJohn correctly observed that the initialization {OldHei...
2003-12-10 Richard RauchCommit of John's change to stop an infinite-loop condit...
2003-12-07 Richard RauchTwo from Nigel:
2003-12-03 Christopher... Added an option to enable gcc compiler warnings.
2003-12-03 Richard RauchTouched up several comments, pointing up things that...
2003-12-03 Richard RauchHrm. I misunderstood the purpose of {window->State...
2003-12-02 Richard RauchChanged Create/ConfigureNotify handling in UNIX_X11:
2003-12-02 Richard RauchAdded an "XXX" earmark for post-release contemplation...
2003-12-02 Richard RauchEnsure that the time-out for sleeping is never negative.
2003-12-02 Richard RauchFixed a bug for UNIX_X11 where window reshape events...
2003-12-01 Christopher... Added missing prototype for new list function.
2003-11-28 Christopher... Timer optimizations.
2003-11-28 Christopher... Timer optimizations.
2003-11-28 Christopher... Fixed windows compilation problem with last update.
2003-11-27 Christopher... Window close fix.
2003-11-26 Richard RauchAdded change from Nigel to have resize events cause...
2003-11-25 Richard RauchJohn reported, and fixed, a problem that recent changes...
2003-11-25 Richard RauchUpdate from John: Removed the freeglut hack of decremen...
2003-11-25 Richard RauchAdded a new demo (from Nigel) showing some of the basic...
2003-11-25 Richard RauchCommit of work from Nigel:
2003-11-25 Richard RauchMore work from John (sorry for procrastinating):
next