| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Windows: MinGW path fixes | elias | 2006-07-15 | 1 | -4/+4 |
* | Windows: Added build.xml.mingw for building with mingw compiler. Doesn't work... | elias | 2006-07-15 | 4 | -2/+87 |
* | Made the core classes and the linux plugin applet compatible. Removed dead co... | elias | 2006-07-14 | 1 | -7/+25 |
* | Windows: Handle polled devices in setDataFormat | elias | 2006-07-13 | 1 | -1/+2 |
* | Linux: build fixes for 64 bit | elias | 2006-07-11 | 1 | -1/+3 |
* | Changed a System.out.println to use logging | elias | 2006-07-11 | 1 | -1/+1 |
* | Linux: Implemented support for libjinput-linux64.so 64 bit library | elias | 2006-07-11 | 2 | -8/+25 |
* | Windows: Use pre-defined environment variables for the native include and lib... | elias | 2006-07-10 | 1 | -10/+5 |
* | Windows Raw Plugin: Make sure DefWindowProc is called to clean up resources. ... | elias | 2006-07-05 | 1 | -18/+21 |
* | Windows: Fix RawMouse event bug where all mouse clicks would end up being rep... | elias | 2006-07-04 | 1 | -4/+4 |
* | added DefaultControllerEnvironment.loadLibrary convenience method for plugins... | elias | 2006-07-03 | 4 | -36/+4 |
* | Added ControllerEventTest for testing event queueing | elias | 2006-06-23 | 1 | -1/+1 |
* | Windows: Fixed warning about unsafe _vsnprintf | elias | 2006-06-22 | 1 | -1/+1 |
* | Add an axis identifier for unknown axis types and get directx to use it | endolf | 2006-05-25 | 1 | -1/+1 |
* | Merge revision 12 of oddlabs svn repo. | endolf | 2006-05-14 | 2 | -15/+25 |
* | Make version 2 the main jinput version | endolf | 2006-04-29 | 133 | -9833/+12543 |
* | Trying to sort out some of the crashes and failed exits | endolf | 2006-01-12 | 3 | -13/+10 |
* | Fixed a sigsegv, once we've found a match for an event device and | endolf | 2005-12-04 | 1 | -0/+1 |
* | First bodge at pursuading windows to use some of the same button ID's as linu... | endolf | 2005-12-04 | 1 | -0/+15 |
* | Updated button ID's. Trouble is, windows and linux id the buttons differently. | endolf | 2005-12-02 | 1 | -7/+332 |
* | Don't poll if we are shutting down | endolf | 2005-11-11 | 3 | -2/+18 |
* | Let me just say .... | endolf | 2005-11-11 | 1 | -0/+1 |
* | Handle cases where there are no event devices, only js ones. | endolf | 2005-11-07 | 1 | -1/+8 |
* | Fixes for js devices that are read only | endolf | 2005-11-03 | 2 | -1/+3 |
* | 3 Changes | endolf | 2005-10-30 | 1 | -2/+19 |
* | Fixed my debug | endolf | 2005-09-01 | 1 | -2/+2 |
* | Trying to handle more than 2 force feedback axis. Untested. | endolf | 2005-09-01 | 1 | -1/+7 |
* | Added debug for an array out of bounds error that is being seen | endolf | 2005-09-01 | 1 | -1/+6 |
* | It helps if you add the files the new changes depend on. | endolf | 2005-08-31 | 2 | -0/+381 |
* | It appears as though linux can't cope with scaling the effect, it's on | endolf | 2005-08-30 | 1 | -1/+19 |
* | Unless cleanup is called from the same thread as init, the cleanup | endolf | 2005-08-30 | 12 | -492/+102 |
* | Updated build file to build 1.4 byte code | endolf | 2005-08-28 | 1 | -1/+1 |
* | Updated build scripts to build java 1.4 byte code | endolf | 2005-08-28 | 2 | -2/+2 |
* | More rumbler debug | endolf | 2005-08-28 | 1 | -3/+17 |
* | Extra debug for rumblers | endolf | 2005-08-27 | 2 | -5/+21 |
* | Start of some work to print more debug if force feedback effect creation fails | endolf | 2005-08-27 | 1 | -0/+20 |
* | Added shutdown hooks to stop rumblers before quitting. | endolf | 2005-08-27 | 1 | -0/+20 |
* | Added cleanup stuff for rumblers, it doesn't fix the code, but is nice | endolf | 2005-07-16 | 10 | -40/+83 |
* | Couple if inux rumbler differences, including including the added file | endolf | 2005-07-16 | 2 | -9/+45 |
* | Linux rumbler support | endolf | 2005-07-03 | 11 | -9/+187 |
* | Changed the binary library name | endolf | 2005-06-19 | 2 | -5/+5 |
* | Updated the name of the linux native library | endolf | 2005-06-19 | 3 | -6/+6 |
* | Extra debug info | endolf | 2005-06-19 | 1 | -1/+1 |
* | The changes of Axis.Identifier to Component.Identifier was obviously not chec... | endolf | 2005-06-15 | 1 | -9/+9 |
* | Guess who found the device that pops the buffer size?, was getting an array o... | endolf | 2005-06-15 | 1 | -1/+1 |
* | For some reason, my ubunto boxes with jdk 1.5.0_02 all seem to have | endolf | 2005-06-14 | 1 | -1/+1 |
* | Issue number: Implemented OSXJoystick functionality | cjcdoomed | 2005-05-20 | 1 | -10/+207 |
* | Will try to open the device for read/write first, if that fails, trys | endolf | 2005-05-08 | 1 | -6/+14 |
* | Issue: OS X Nightly build not compiling | cjcdoomed | 2005-05-06 | 2 | -10/+10 |
* | Handle missing absolute axis ID's | endolf | 2005-05-05 | 1 | -1/+7 |