aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***endolf2008-11-142-2/+12
* *** empty log message ***endolf2008-11-144-0/+318
* Made DirectAndRawInput the default windows plugin. Teach jinput about vista.elias2007-11-271-2/+2
* When running the webstart rumble test, it doesn't seem to want to quit, it sh...endolf2007-11-131-0/+1
* Updated javadocendolf2007-10-271-2/+2
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-231-5/+10
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-232-8/+14
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-222-10/+20
* Fix a potential Array index out of bounds exception.endolf2007-08-121-0/+1
* Make joysticks fire eventsendolf2007-08-121-1/+1
* Complete - task 36: Linux plugin not reporting normalised valuesendolf2007-08-124-10/+71
* Make the joystick plugin on linux respect POV Hatsendolf2007-08-124-3/+124
* Remove stray debugendolf2007-08-121-6/+1
* Issue number: 35endolf2007-08-123-5/+62
* Bit of a tidy upendolf2007-08-027-20/+175
* Tidy upendolf2007-08-021-1/+12
* Changed the default plugin for XP to be the combined raw and direct input plu...endolf2007-08-021-3/+4
* Created a plugin that combines the multiple keyboard/mouse support of the raw...endolf2007-08-021-0/+83
* Update the location of the dist folder.endolf2007-07-311-1/+1
* Updated javadocendolf2007-06-283-6/+6
* Revert last change, might be a rumbling only device, or a device with only su...endolf2007-06-281-4/+1
* Don't create devices that are of an unknown type, with no componentsendolf2007-06-281-1/+4
* Make the API docs and the code match for the Mouse.get<button> methods. Add t...endolf2007-06-285-10/+43
* Raw input has mouse buttons 4 and 5 as button 3 and 4 not side and extra.endolf2007-06-202-2/+19
* Implement the isSupported method and make plugins work again. There was an is...endolf2007-06-1018-154/+455
* Don't put the examples in the main jarendolf2007-06-101-0/+1
* Added commented examplesendolf2007-06-102-0/+178
* Issue number:endolf2007-06-061-0/+10
* Another formatting shuffleendolf2007-04-191-5/+6
* Added a not to contact us in the forums if you want to get involvedendolf2007-04-191-4/+11
* Needed a starting breakendolf2007-04-191-0/+1
* Tried to update the main page a bit, including removing that horrid banner an...endolf2007-04-191-38/+18
* Made polling of absolute Components lazy to avoid performance problems with k...elias2007-04-192-2/+15
* Linux: Added more paths to the jni header search pathelias2007-04-191-0/+2
* Mac OS X: Don't fail the entire device enumeration when one device fails to openelias2007-02-251-10/+17
* Linux: Bounds check fixes (again)elias2006-12-261-3/+0
* Linux ~: More bounds checkselias2006-12-251-2/+12
* Linux: Fix an IndexOutOfBoundsException for unknown controller typeselias2006-12-231-1/+3
* Mac OS X: Added support for mouse scroll wheelelias2006-11-121-1/+1
* Issue number: 33endolf2006-11-081-11/+11
* Make the default state connected to the cursorendolf2006-10-311-2/+9
* jnlp files for webstartendolf2006-10-292-0/+68
* Updates for webstart scriptsendolf2006-10-292-1/+41
* Updates to build system for wintab pluginendolf2006-10-292-2/+33
* First commit of the wintab pluginendolf2006-10-2911-0/+875
* Linux: Changed uname -i to uname -m to improve 64 bit detection in build scriptselias2006-09-081-1/+1
* DirectInput: Only choose DIDF_RELAXIS id the device has at least one axis, an...elias2006-08-231-4/+8
* DirectInput: Don't fail entire enumeration because of one device failureelias2006-08-231-1/+6
* DirectInput: Fix an issue with mice devices and DIDF_ABSAXIS axis mode. Now D...elias2006-08-222-3/+29
* DirectInput: Use Controller.Type.UNKNOWN for the catch-all device typeelias2006-08-221-2/+4