Having the library poll joysticks only if there is an active joystick callback enable...
[freeglut] / src / freeglut_callbacks.c
2009-12-13 John F. FayHaving the library poll joysticks only if there is...
2009-11-06 John F. FayFirst attempt at adding John Tsiombikas' spaceball...
2005-04-22 John F. FayTrying again to change \"fgStructure.Window\" to \...
2005-02-16 Brian Pauladded error check (John Fay)
2005-01-23 Sven PanneStylistic change only (added "do { ... } while( 0 ...
2005-01-03 Sven PanneMoved '#include "config.h"' to freeglut_internal.h...
2005-01-03 J.C. JonesAdding initialization checking to all GLUT interface...
2004-10-06 Brian Pauljoystick init fixes (John Fay)
2004-09-13 Brian Paulmore updates from John Fay
2004-09-10 Brian Pauljoystick updates from John Fay
2004-03-14 Nigel StewartStripped out tabs and end-of-line whitespace
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...