Include freeglut header via <GL/freeglut.h> rather than "../include/GL/freeglut.h"
[freeglut] / src / freeglut_init.c
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2004-02-09 Richard RauchCommit of John's tidying-up of a comment, closing out...
2004-02-05 Richard RauchBig import of updated joystick code from PLIB, with...
2003-12-30 Nigel StewartfgState.FPSInterval is unsigned int (GLuint), environme...
2003-11-28 Christopher John... Timer optimizations.
2003-11-26 Richard RauchAdded change from Nigel to have resize events cause...
2003-11-21 Richard RauchNumerous style normalizations from John:
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-16 Christopher John... Removed old unused glutInitDisplayString code.
2003-11-16 Christopher John... Use XParseGeometry for better geometry parsing.
2003-11-15 Christopher John... Removed the state variable BuildingAMenu.
2003-11-15 Christopher John... freeglut_assert_ready is going to have to go at some...
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 RauchPlowed one more file this morning. Still just trivial...
2003-11-06 Richard RauchConverted the "Callbacks" structure (with named members...
2003-11-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-11-03 Richard RauchFixed a memory leak (thanks for the correction, John!).
2003-10-31 Richard RauchEn masse removal of most (I think) of the remaining...
2003-10-26 Richard RauchAdded some error-checking (particularly w.r.t. strdup()).
2003-10-26 Richard RauchFixed the buglet about failing to report the program...
2003-09-23 Richard RauchPer Nigel Stewart's comments, converted
2003-08-28 Christopher John... Changed #ifdef to #if
2003-08-28 J.C. JonesCasting changes, John Fay
2003-08-27 J.C. JonesMajor overhaul to the menu system, by John Fay
2003-08-02 J.C. JonesMajor menu changes (they appear in their own window...
2003-06-27 Brian PaulXF86 game mode fixes, context sharing option. (John...
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...