| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | endolf | 2008-11-14 | 2 | -2/+12 |
* | *** empty log message *** | endolf | 2008-11-14 | 4 | -0/+318 |
* | Made DirectAndRawInput the default windows plugin. Teach jinput about vista. | elias | 2007-11-27 | 1 | -2/+2 |
* | When running the webstart rumble test, it doesn't seem to want to quit, it sh... | endolf | 2007-11-13 | 1 | -0/+1 |
* | Updated javadoc | endolf | 2007-10-27 | 1 | -2/+2 |
* | Rather than crashing, just disable the plugin if we an't load the dll | endolf | 2007-09-23 | 1 | -5/+10 |
* | Rather than crashing, just disable the plugin if we an't load the dll | endolf | 2007-09-23 | 2 | -8/+14 |
* | Rather than crashing, just disable the plugin if we an't load the dll | endolf | 2007-09-22 | 2 | -10/+20 |
* | Fix a potential Array index out of bounds exception. | endolf | 2007-08-12 | 1 | -0/+1 |
* | Make joysticks fire events | endolf | 2007-08-12 | 1 | -1/+1 |
* | Complete - task 36: Linux plugin not reporting normalised values | endolf | 2007-08-12 | 4 | -10/+71 |
* | Make the joystick plugin on linux respect POV Hats | endolf | 2007-08-12 | 4 | -3/+124 |
* | Remove stray debug | endolf | 2007-08-12 | 1 | -6/+1 |
* | Issue number: 35 | endolf | 2007-08-12 | 3 | -5/+62 |
* | Bit of a tidy up | endolf | 2007-08-02 | 7 | -20/+175 |
* | Tidy up | endolf | 2007-08-02 | 1 | -1/+12 |
* | Changed the default plugin for XP to be the combined raw and direct input plu... | endolf | 2007-08-02 | 1 | -3/+4 |
* | Created a plugin that combines the multiple keyboard/mouse support of the raw... | endolf | 2007-08-02 | 1 | -0/+83 |
* | Update the location of the dist folder. | endolf | 2007-07-31 | 1 | -1/+1 |
* | Updated javadoc | endolf | 2007-06-28 | 3 | -6/+6 |
* | Revert last change, might be a rumbling only device, or a device with only su... | endolf | 2007-06-28 | 1 | -4/+1 |
* | Don't create devices that are of an unknown type, with no components | endolf | 2007-06-28 | 1 | -1/+4 |
* | Make the API docs and the code match for the Mouse.get<button> methods. Add t... | endolf | 2007-06-28 | 5 | -10/+43 |
* | Raw input has mouse buttons 4 and 5 as button 3 and 4 not side and extra. | endolf | 2007-06-20 | 2 | -2/+19 |
* | Implement the isSupported method and make plugins work again. There was an is... | endolf | 2007-06-10 | 18 | -154/+455 |
* | Don't put the examples in the main jar | endolf | 2007-06-10 | 1 | -0/+1 |
* | Added commented examples | endolf | 2007-06-10 | 2 | -0/+178 |
* | Issue number: | endolf | 2007-06-06 | 1 | -0/+10 |
* | Another formatting shuffle | endolf | 2007-04-19 | 1 | -5/+6 |
* | Added a not to contact us in the forums if you want to get involved | endolf | 2007-04-19 | 1 | -4/+11 |
* | Needed a starting break | endolf | 2007-04-19 | 1 | -0/+1 |
* | Tried to update the main page a bit, including removing that horrid banner an... | endolf | 2007-04-19 | 1 | -38/+18 |
* | Made polling of absolute Components lazy to avoid performance problems with k... | elias | 2007-04-19 | 2 | -2/+15 |
* | Linux: Added more paths to the jni header search path | elias | 2007-04-19 | 1 | -0/+2 |
* | Mac OS X: Don't fail the entire device enumeration when one device fails to open | elias | 2007-02-25 | 1 | -10/+17 |
* | Linux: Bounds check fixes (again) | elias | 2006-12-26 | 1 | -3/+0 |
* | Linux ~: More bounds checks | elias | 2006-12-25 | 1 | -2/+12 |
* | Linux: Fix an IndexOutOfBoundsException for unknown controller types | elias | 2006-12-23 | 1 | -1/+3 |
* | Mac OS X: Added support for mouse scroll wheel | elias | 2006-11-12 | 1 | -1/+1 |
* | Issue number: 33 | endolf | 2006-11-08 | 1 | -11/+11 |
* | Make the default state connected to the cursor | endolf | 2006-10-31 | 1 | -2/+9 |
* | jnlp files for webstart | endolf | 2006-10-29 | 2 | -0/+68 |
* | Updates for webstart scripts | endolf | 2006-10-29 | 2 | -1/+41 |
* | Updates to build system for wintab plugin | endolf | 2006-10-29 | 2 | -2/+33 |
* | First commit of the wintab plugin | endolf | 2006-10-29 | 11 | -0/+875 |
* | Linux: Changed uname -i to uname -m to improve 64 bit detection in build scripts | elias | 2006-09-08 | 1 | -1/+1 |
* | DirectInput: Only choose DIDF_RELAXIS id the device has at least one axis, an... | elias | 2006-08-23 | 1 | -4/+8 |
* | DirectInput: Don't fail entire enumeration because of one device failure | elias | 2006-08-23 | 1 | -1/+6 |
* | DirectInput: Fix an issue with mice devices and DIDF_ABSAXIS axis mode. Now D... | elias | 2006-08-22 | 2 | -3/+29 |
* | DirectInput: Use Controller.Type.UNKNOWN for the catch-all device type | elias | 2006-08-22 | 1 | -2/+4 |