Adding header files to the "freeglut" projects per e-mail from Paul Martz dated 1...
[freeglut] / src / freeglut_joystick.c
2011-09-28 John F. FayFreeBSD patch per e-mail from John Tsiombikas vintage...
2009-12-13 John F. FayChecking in the 'build patch' from Jeremy Huddleston...
2009-12-02 John F. FaySee e-mail from Martin Payne dated 11/30/09 at 5:51...
2009-11-14 John F. FayFixing bug 2862668, "freeglut 2.6.0 RC1 fails to build...
2009-11-03 John F. FayProtecting "errno" in case it is not defined per e...
2009-02-28 Sven PanneUse snprintf or _snprintf instead of the potentially...
2009-02-03 John F. FayA further response to bug [ 1804696 ] Warnings when...
2009-02-02 John F. FayFixing bug [ 1804696 ] Warnings when building on OpenSo...
2007-10-02 John F. FayRemoving more Win64 build warnings from joystick code
2007-09-19 John F. FayFixing a build error on SuSE described in bug report...
2006-09-26 Joe KrahnAdded FREEGLUT_LIB_PRAGMAS to control MS library pragma...
2006-09-21 John F. FayJoe Krahn's changes to "TARGET_HOST" defined constants
2006-09-21 John F. FayFixing two minor bugs, adding comments
2005-07-13 Sven PanneAvoid gcc warnings for some joystick code (e.g. on...
2005-07-02 Sven PannePartial fixes for bug #1218900 (freeglut-2.4.0 on FreeBSD).
2005-06-22 John F. FayJoe Krahn\'s input (dials) device implementation.
2005-05-04 John F. FayRemoving an unused function
2005-04-29 John F. FayAdding a \"TODO\" comment about dynamically allocating...
2005-01-23 Sven PanneTesting for errno.h is overkill. :-)
2005-01-03 Sven PanneRemoved redundant #include
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...