Explicitly cast function pointer to (void *) in SET_WCB since all callbacks stored...
[freeglut] / src / freeglut_internal.h
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...