| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the windows 64 bit natives | endolf | 2009-03-31 | 1 | -1/+1 |
* | Only build wintab stuff on windows 32 bit, which is the only environment wint... | endolf | 2009-03-31 | 1 | -1/+1 |
* | The environment under windows decides if it's a 64 bit build or not. On 64 bi... | endolf | 2009-03-31 | 1 | -5/+18 |
* | Check the arch type before loading the native library | endolf | 2009-03-28 | 3 | -17/+25 |
* | Check the arch type before loading the .so | endolf | 2009-03-28 | 1 | -1/+1 |
* | Check the arch type before loading the .so | endolf | 2009-03-28 | 1 | -9/+8 |
* | Add linux 64 bit to the natives jar | endolf | 2009-03-28 | 1 | -2/+2 |
* | Build for all 3 architectures | endolf | 2009-03-26 | 1 | -16/+34 |
* | *** empty log message *** | endolf | 2009-03-22 | 2 | -0/+19 |
* | *** empty log message *** | endolf | 2009-03-22 | 1 | -0/+45 |
* | All environment paths passed in. | endolf | 2009-03-18 | 1 | -1/+1 |
* | *** empty log message *** | endolf | 2008-11-15 | 2 | -1/+2 |
* | *** 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 |