aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue number: 18endolf2004-06-211-3/+3
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@81 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Possible fix for sigfault on linux, need to test moreendolf2004-06-214-134/+26
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@80 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated the type guess code so that anything that doesn't have a ↵endolf2004-04-211-5/+10
| | | | | | characteristic of a particular type, wont get guessed as that type, it was possible for devices with no characteristics of any of the known types to be classed as a stick, now it should not. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@78 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Fix for issue 27endolf2004-04-211-52/+15
| | | | | | | Controller types not set up in linux git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@77 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* fixes for issues 25 and 26endolf2004-04-217-26/+32
| | | | | | | | | Sigsgv with logitec USB keyboard with volume controls and mouse wheel when valid event device list in /dev/input/event* has invalid devices in the middle of the sequence, a sigsegv is seen git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@76 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added jinput.controllerPluginPath property to package documentationendolf2004-04-021-1/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@75 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* First quick attempt at package javadoc to show the properties for plugin loadingendolf2004-04-021-0/+12
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@74 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Changes for the nightly buildgregorypierce2004-02-282-1/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@73 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated to include OSX informationgregorypierce2004-02-281-4/+3
| | | | | | | | | | Issue number: Obtained from: Submitted by: Gregory Pierce Reviewed by: git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@72 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated so that if a key gets enumerated multiple times, only the first ↵gregorypierce2004-02-281-9/+20
| | | | | | enumeration will be accepted. This was done to stop an issue with certain keys in OSX being enumerated more than once - the first being the correct HID code (assumption) and the second being something wrong. It is not clear why those keys were being enumerated more than once to begin with. But this solves the problem. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@71 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated for correct build environmentgregorypierce2004-02-281-2/+7
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@70 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated for better debugging output.gregorypierce2004-02-281-4/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@69 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated for proper build settings.gregorypierce2004-02-281-18/+16
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@68 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial version 1.0.0-b01djp2004-02-181-0/+104
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@67 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added Z axis support for rumblersendolf2003-12-021-0/+3
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@66 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated (added) javadocendolf2003-12-021-7/+67
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@65 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Updated rumblers to be able to get their axis name and axis identifierendolf2003-12-025-5/+45
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@64 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial rumbler supportendolf2003-12-013-12/+198
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@63 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial rumbler test supportendolf2003-12-012-0/+69
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@62 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added jinput.plugins (or net.java.games.input.plugins, both work) to allow ↵endolf2003-11-281-0/+20
| | | | | | plugin class names to be specified for useage with webstart. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@61 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* updated navbarathomas2003-11-221-6/+6
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@60 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* updated navbarathomas2003-11-221-9/+11
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@59 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ↵athomas2003-11-151-5/+5
| | | | | | Chris!) git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@58 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ↵athomas2003-11-151-18/+20
| | | | | | Chris!) git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@57 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added the logger macros so I don't have to keep manually adding theendolf2003-10-295-17/+72
| | | | | | | | | | | statements back in every time something breaks Fixed a crash under linux if when it was thinking there was at least one more joystick that it really had, funnily enough when it tried to get data from this joystick, it all went bang. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@56 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Fixes to solve issue 21endolf2003-10-202-2/+7
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@55 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* fixed link to forums to eliminate IE bugathomas2003-10-111-1/+1
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@54 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Fix and updated error messages for issue 20endolf2003-10-045-8/+30
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@53 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Fixes for issue 4 and 5, mouse data under DX is normalisedendolf2003-10-032-128/+255
| | | | | | | | and shouldn't be Enhancment 19, Windows only supports 4 mouse buttons. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@52 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* I had done the mouse axis as normalised to match the windowsendolf2003-10-031-3/+3
| | | | | | | | version, as I am about to commit changes to fix that version, I have sitch over the workings of this one too git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@51 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added windows 98 to build options as jinput will work with it.endolf2003-10-031-1/+1
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@50 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Preliminary Ant build support for OS Xswpalmer2003-09-042-0/+100
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@49 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added preliminary OS X support to the Ant build processswpalmer2003-09-041-1/+15
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@48 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Forgot to remove debug before commitingendolf2003-09-041-3/+0
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@47 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added property java.controllerPluginPath that enables users to specifyendolf2003-09-041-2/+10
| | | | | | | their own path for the controller plugin. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@46 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Add HID properties and CROSSTABLE entries to move from JInput keys to HID ↵gregorypierce2003-08-091-51/+166
| | | | | | cookies and poll keyboard keys git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@45 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Change to ignore non HID compliant devices and to correct a bug where usage ↵gregorypierce2003-08-091-2/+5
| | | | | | page passed as element type git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@44 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Couple of bug fixesgregorypierce2003-08-091-11/+17
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@43 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added information for keyboard return codes. There are many international ↵gregorypierce2003-08-082-7/+238
| | | | | | keys whose mappings are not totally clear. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@42 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-073-49/+112
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@41 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-078-346/+680
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@40 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Added dist targetendolf2003-08-061-1/+20
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@39 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-062-32/+56
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@38 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial release of native librarygregorypierce2003-08-051-0/+716
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@37 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* no messagegregorypierce2003-08-053-674/+0
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@36 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Initial update - partial merge with JInputgregorypierce2003-08-057-0/+699
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@35 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* jinput.jar location got moved backendolf2003-08-051-2/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@34 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* Changed bin back to dist, removed extra definition of target allgregorypierce2003-08-051-7/+8
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@33 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* jinput.jar got moved from bin to distendolf2003-08-051-2/+2
| | | | git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@32 e343933a-64c8-49c5-92b1-88f2ce3e89e8
* The all target had been added giving two all targets, two all targets = ↵endolf2003-08-051-4/+0
| | | | | | build failure :) git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@31 e343933a-64c8-49c5-92b1-88f2ce3e89e8