2004-03-15 |
Richard Rauch | Removed Makefile support for the offscreen demo. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Richard Rauch | Removed offscreen demo program. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Nigel Stewart | Provide local include path to automake for GL/freeglut... |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Nigel Stewart | Code formatting tweak |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Nigel Stewart | Resolution of X11 key-repeat handling |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Nigel Stewart | Stripped out tabs and end-of-line whitespace |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Nigel Stewart | Resolve [ 853044 ] FreeGLUT menus on Win32 in task... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Nigel Stewart | ignoreKeyRepeat mode in FreeGLUT is TRUE by default |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Nigel Stewart | Resolved bug #869765 glutIgnoreKeyRepeat() Fix (Win32) |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Nigel Stewart | C++ style comment converted to C style comment |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Nigel Stewart | Include freeglut header via <GL/freeglut.h> rather... |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Nigel Stewart | According to John F. Fay: |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Richard Rauch | Removed nonstandard #warning constructs. Converted... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Richard Rauch | Fixed the bug where glutDisplayFunc() was effectively... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Richard Rauch | I had rubbed the offscreen/Makefile.am off from the... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Richard Rauch | Added "offscreen" demo, a very simple program that... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Richard Rauch | Minor comment adjustments. |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Nigel Stewart | Refinements to comments |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Richard Rauch | Normalized the style of the new joystick a bit. |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Richard Rauch | For some reason, the X "expose" event handler was ... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Richard Rauch | A commit on behalf of John (in turn, and in part, also... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Richard Rauch | Commit of John's tidying-up of a comment, closing out... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | ...AND a tab snuck into my changes for GLUT_OFFSCREEN... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | Removed a ^M that snuck into the #pragma for the new... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | Ooops. We don't want people to be able to create a... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | Added entries for the joystick updates and the offscree... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | Changed a couple of XXX comments. Added a new one.... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | "Heavy editing" by John to his CallbackMaker demo. |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | John added a #pragma to the joystick code for WIN32... |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Richard Rauch | Adds GLUT_OFFSCREEN as a display mode option. This... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Richard Rauch | Big import of updated joystick code from PLIB, with... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Richard Rauch | Close a bug whereby events can be delayed arbitrarily... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Richard Rauch | Ammended a comment on fgCheckJoystickCallback(). |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Richard Rauch | Minor style normalizations to minimize the diffs betwee... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Richard Rauch | Some changes from John. |
commit | commitdiff | tree | snapshot |
2004-01-05 |
Nigel Stewart | Win32 glutIconifyWindow() patch contributed by John... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Richard Rauch | Split a few overlong lines. |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Richard Rauch | Changed several #ifdef's to proper #if's. Eeek. Oook. |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Richard Rauch | Hm... I thought that I committed this last night.... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Three supported win32 compilation environments: MSVC... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Explicitly cast function pointer to (void *) in SET_WCB... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Typesafe handling of temporary window destroy callback |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Three supported win32 compilation environments: MSVC... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | strlen expects (char *), rather than (unsigned char *) |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Replace assignment of array to struct with field-by... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | glutBitmapString and glutBitmapLength expect (unsigned... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Replace #ifdef WIN32 with #ifdef TARGET_HOST_WIN32... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | fgState.FPSInterval is unsigned int (GLuint), environme... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | OpenGL context is not made current on Win32 until fgSet... |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | #pragma message is only understood my MS compiler |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Resolve bug 864978 - GLUT_OWNS_JOYSTICK unhandled |
commit | commitdiff | tree | snapshot |
2003-12-30 |
Nigel Stewart | Tidy nested if/else to suppress gcc -Wall -pedantic... |
commit | commitdiff | tree | snapshot |
2003-12-25 |
Richard Rauch | Configuring with "--enable-warnings" broke three demos: |
commit | commitdiff | tree | snapshot |
2003-12-23 |
Richard Rauch | Moved the window-resize code so that it happens wheneve... |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Richard Rauch | Got rid of those int/ptr warnings on AMD64. (The code was |
commit | commitdiff | tree | snapshot |
2003-12-22 |
Richard Rauch | Several test-on-assignment cases have been converted... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Richard Rauch | Ooops, left some cruft in a comment in the header when... |
commit | commitdiff | tree | snapshot |
2003-12-19 |
Richard Rauch | Wrote SET_WCB() to set a window callback. This lets... |
commit | commitdiff | tree | snapshot |
2003-12-15 |
J.C. Jones | Change the destination directory of the debug version... |
commit | commitdiff | tree | snapshot |
2003-12-13 |
J.C. Jones | Release 2.2.0 |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Richard Rauch | Stripped out TABs that got reintroduced. |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Christopher... | The deferred window destruction code was destroying... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Include project file in the distribution. |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Updates for 2.2.0 RC2 |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Add shapes to the Visual C workspace. |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Package the visual C project file with the distribution |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Set the version to 2.2.0 |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Nigel Stewart's Win32 window-sizing fix for game mode |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Disable/enable lighting in the "one.c" demo (John Fay) |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Add some essentials to get this program to compile... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Update to reflect 2.2.0 release |
commit | commitdiff | tree | snapshot |
2003-12-11 |
J.C. Jones | Note the release of 2.2.0 RC1 |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Richard Rauch | John correctly observed that the initialization {OldHei... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Richard Rauch | Commit of John's change to stop an infinite-loop condit... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Richard Rauch | Two from Nigel: |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Christopher... | Added an option to enable gcc compiler warnings. |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Richard Rauch | Touched up several comments, pointing up things that... |
commit | commitdiff | tree | snapshot |
2003-12-03 |
Richard Rauch | Hrm. I misunderstood the purpose of {window->State... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Richard Rauch | Changed Create/ConfigureNotify handling in UNIX_X11: |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Richard Rauch | Added an "XXX" earmark for post-release contemplation... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Richard Rauch | Ensure that the time-out for sleeping is never negative. |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Richard Rauch | Fixed a bug for UNIX_X11 where window reshape events... |
commit | commitdiff | tree | snapshot |
2003-12-01 |
Christopher... | Added missing prototype for new list function. |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Christopher... | Timer optimizations. |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Christopher... | Timer optimizations. |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Christopher... | Fixed windows compilation problem with last update. |
commit | commitdiff | tree | snapshot |
2003-11-27 |
Christopher... | Window close fix. |
commit | commitdiff | tree | snapshot |
2003-11-26 |
Richard Rauch | Added change from Nigel to have resize events cause... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | John reported, and fixed, a problem that recent changes... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | Update from John: Removed the freeglut hack of decremen... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | Added a new demo (from Nigel) showing some of the basic... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | Commit of work from Nigel: |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | More work from John (sorry for procrastinating): |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Richard Rauch | Change from John (I removed a couple of spaces from... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Richard Rauch | Numerous style normalizations from John: |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Richard Rauch | All changes are from John, except for: |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Christopher... | Lots of stuff that John F. Fay pointed out. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
Christopher... | Fix spelling mistake in a variable name. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Christopher... | Made Modifers variable global as per glut classic. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Christopher... | Removed old unused glutInitDisplayString code. |
commit | commitdiff | tree | snapshot |
next |