aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/linux
Commit message (Expand)AuthorAgeFilesLines
* Applied the patch and seems to work after testing.Michael Speth2012-10-265-453/+579
* Looks to be a merge conflict, fixed it.Michael Speth2012-10-261-5/+0
* Merge branch 'java7' into grabMichael Speth2012-10-251-0/+1
|\
| * Fixed so that it compiles using java7 under linux.Michael Speth2012-10-251-0/+1
* | Applied grab.patchMichael Speth2012-10-255-45/+90
|/
* Make sure the files are returned in alpha order, so the order is consitent be...endolf2011-02-201-1/+10
* Fix incorrect log method callendolf2009-10-311-3/+3
* Use java logging instead of system out in core and plugins.endolf2009-10-311-3/+6
* Check the arch type before loading the native libraryendolf2009-03-281-15/+15
* Check the arch type before loading the .soendolf2009-03-281-1/+1
* Check the arch type before loading the .soendolf2009-03-281-9/+8
* Rather than crashing, just disable the plugin if we an't load the dllendolf2007-09-231-3/+4
* 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
* Make the API docs and the code match for the Mouse.get<button> methods. Add t...endolf2007-06-281-1/+1
* Implement the isSupported method and make plugins work again. There was an is...endolf2007-06-104-25/+76
* Linux: Added more paths to the jni header search pathelias2007-04-191-0/+2
* 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
* Linux: Changed uname -i to uname -m to improve 64 bit detection in build scriptselias2006-09-081-1/+1
* Linux: Ignore rumblers when device is read onlyelias2006-08-111-3/+7
* Made the core classes and the linux plugin applet compatible. Removed dead co...elias2006-07-141-7/+25
* Linux: build fixes for 64 bitelias2006-07-111-1/+3
* Changed a System.out.println to use loggingelias2006-07-111-1/+1
* Linux: Implemented support for libjinput-linux64.so 64 bit libraryelias2006-07-112-8/+25
* added DefaultControllerEnvironment.loadLibrary convenience method for plugins...elias2006-07-031-7/+1
* Make version 2 the main jinput versionendolf2006-04-2945-3985/+3119
* Trying to sort out some of the crashes and failed exitsendolf2006-01-123-13/+10
* Fixed a sigsegv, once we've found a match for an event device andendolf2005-12-041-0/+1
* Don't poll if we are shutting downendolf2005-11-113-2/+18
* Let me just say ....endolf2005-11-111-0/+1
* Handle cases where there are no event devices, only js ones.endolf2005-11-071-1/+8
* Fixes for js devices that are read onlyendolf2005-11-032-1/+3
* 3 Changesendolf2005-10-301-2/+19
* It helps if you add the files the new changes depend on.endolf2005-08-312-0/+381
* It appears as though linux can't cope with scaling the effect, it's onendolf2005-08-301-1/+19
* Unless cleanup is called from the same thread as init, the cleanupendolf2005-08-3012-492/+102
* Updated build file to build 1.4 byte codeendolf2005-08-281-1/+1
* Added cleanup stuff for rumblers, it doesn't fix the code, but is niceendolf2005-07-1610-40/+83
* Couple if inux rumbler differences, including including the added fileendolf2005-07-162-9/+45
* Linux rumbler supportendolf2005-07-0311-9/+187
* Updated the name of the linux native libraryendolf2005-06-193-6/+6
* Extra debug infoendolf2005-06-191-1/+1
* For some reason, my ubunto boxes with jdk 1.5.0_02 all seem to haveendolf2005-06-141-1/+1
* Will try to open the device for read/write first, if that fails, trysendolf2005-05-081-6/+14