| Commit message (Expand) | Author | Age | Files | Lines |
* | Applied the patch and seems to work after testing. | Michael Speth | 2012-10-26 | 15 | -462/+618 |
* | Looks to be a merge conflict, fixed it. | Michael Speth | 2012-10-26 | 1 | -5/+0 |
* | Merge branch 'java7' into grab | Michael Speth | 2012-10-25 | 1 | -0/+1 |
|\ |
|
| * | Fixed so that it compiles using java7 under linux. | Michael Speth | 2012-10-25 | 1 | -0/+1 |
* | | Applied grab.patch | Michael Speth | 2012-10-25 | 5 | -45/+90 |
|/ |
|
* | Make sure the files are returned in alpha order, so the order is consitent be... | endolf | 2011-02-20 | 1 | -1/+10 |
* | Directx SDK has changed the location of the x86 libs. | endolf | 2010-03-20 | 1 | -1/+3 |
* | Fix incorrect log method call | endolf | 2009-10-31 | 1 | -3/+3 |
* | Use java logging instead of system out in core and plugins. | endolf | 2009-10-31 | 2 | -10/+15 |
* | Apply patch from bjunglas for issue 42 to allow 3D Connexions space navigator... | endolf | 2009-07-15 | 1 | -0/+4 |
* | Make the plugins use the right dll name (oops) | endolf | 2009-04-01 | 2 | -2/+2 |
* | 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 |
* | Build for all 3 architectures | endolf | 2009-03-26 | 1 | -16/+34 |
* | All environment paths passed in. | endolf | 2009-03-18 | 1 | -1/+1 |
* | 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 |
* | Created a plugin that combines the multiple keyboard/mouse support of the raw... | endolf | 2007-08-02 | 1 | -0/+83 |
* | 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 | 4 | -6/+6 |
* | Raw input has mouse buttons 4 and 5 as button 3 and 4 not side and extra. | endolf | 2007-06-20 | 1 | -2/+2 |
* | Implement the isSupported method and make plugins work again. There was an is... | endolf | 2007-06-10 | 15 | -120/+382 |
* | 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 |
* | Make the default state connected to the cursor | endolf | 2006-10-31 | 1 | -2/+9 |
* | Updates to build system for wintab plugin | endolf | 2006-10-29 | 1 | -1/+4 |
* | 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 |
* | Linux: Ignore rumblers when device is read only | elias | 2006-08-11 | 1 | -3/+7 |