autoconf'd <errno.h> handling and removed an unused '#include <sys/stat.h>'
[freeglut] / src / freeglut_joystick.c
2005-01-03 Sven Panneautoconf'd <errno.h> handling and removed an unused...
2005-01-03 Sven Panneautoconf'd <limits.h> and <sys/param.h> handling, remov...
2005-01-03 Sven Panneautoconf'd <fcntl.h> and <sys/ioctl.h> handling
2005-01-03 Sven PanneImproved <sys/typed.h> / <unistd.h> handling as suggest...
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-13 Brian Paulsome function renaming, etc (John Fay)
2004-09-10 Brian Paulupdated comments 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-03-03 Nigel StewartAccording to John F. Fay:
2004-02-14 Richard RauchNormalized the style of the new joystick a bit.
2004-02-14 Richard RauchA commit on behalf of John (in turn, and in part, also...
2004-02-07 Richard RauchChanged a couple of XXX comments. Added a new one....
2004-02-07 Richard RauchJohn added a #pragma to the joystick code for WIN32...
2004-02-05 Richard RauchBig import of updated joystick code from PLIB, with...
2003-12-30 Richard RauchChanged several #ifdef's to proper #if's. Eeek. Oook.
2003-12-30 Nigel StewartReplace #ifdef WIN32 with #ifdef TARGET_HOST_WIN32...
2003-11-15 Christopher John... Replace TRUE with GL_TRUE and FALSE with GL_FALSE where...
2003-11-15 Richard RauchStyle normalizations to the joystick code.
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-10-31 Richard RauchEn masse removal of most (I think) of the remaining...
2003-10-29 Richard RauchShould be no real changes to the code function.
2003-10-29 Richard RauchShould be entirely superficial changes to code style:
2003-10-29 Richard RauchAdded Thierry's change to include sys/param.h. This...
2003-10-26 Richard RauchCommitted change from Nigel to fix the joystick bug...
2003-10-01 Richard RauchApplied a patch from "extraeme@netbsd.org" to add joyst...
2003-09-13 J.C. JonesThierry Thomas said that FreeBSD has no machine/joystic...
2003-09-10 Christopher John... A minor fix to that last commit.
2003-09-10 Christopher John... Removed some remaining glib depandancy.
2003-08-28 J.C. JonesCasting changes, John Fay
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...