Include freeglut header via <GL/freeglut.h> rather than "../include/GL/freeglut.h"
[freeglut] / src / freeglut_callbacks.c
2004-03-08 Nigel StewartInclude freeglut header via <GL/freeglut.h> rather...
2004-02-20 Richard RauchFixed the bug where glutDisplayFunc() was effectively...
2003-12-19 Richard RauchWrote SET_WCB() to set a window callback. This lets...
2003-11-28 Christopher John... Timer optimizations.
2003-11-15 Christopher John... Replace TRUE with GL_TRUE and FALSE with GL_FALSE where...
2003-11-07 Richard RauchSlight style improvements. Two rules of thumb that...
2003-11-06 Richard RauchCleanup pass after committing callback conversion ...
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-04 Richard RauchMinor formatting quibbles. (The brain isn't up to...
2003-10-31 Richard RauchCleaned up one macro definition.
2003-10-31 Richard RauchFit some long lines to 80 columns.
2003-10-28 Richard RauchCommit, mostly of work from John:
2003-10-13 Richard RauchCleaned up the comments a bit in the callbacks.c file...
2003-10-11 Richard RauchThree tidying-up changes to the code of freeglut_callba...
2003-10-11 Richard RauchFixed a basic readability/style error in the code....
2003-10-11 Richard RauchAdded a safety-check on a memory allocation. (Timers...
2003-10-11 Richard RauchCheck the glutDisplayFunc() callback for being a NULL...
2003-08-28 J.C. JonesCasting changes, John Fay
2003-08-02 J.C. JonesMajor menu changes (they appear in their own window...
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...