summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-01Option for per-axis valuators. Defaults to off for all axes.Sascha Hlusiak2-3/+10
2008-10-01Remove XKB calls since we don't make use of it anyway.Sascha Hlusiak1-5/+1
2008-09-06Remove duplicated code in jstkInitKeysSascha Hlusiak1-7/+0
2008-09-06Adding empty ctrlProc to prevent crashing of X when running without XKBSascha Hlusiak1-1/+11
2008-08-23Remove stale commentSascha Hlusiak1-1/+0
2008-08-14Fix build. xf86Version.h -> xorgVersion.hPeter Hutterer1-1/+1
2008-05-27Check for XINPUT ABI 3.Peter Hutterer1-0/+2
2008-04-09Display evdev bus/vendor/product/version in separate lineSascha Hlusiak1-3/+3
2008-03-30Fixed keymap size to 8-256 to prevent crashSascha Hlusiak3-4/+9
2008-03-30Clear complete keymap instead of only the first elementSascha Hlusiak1-1/+1
2008-03-30Fixed off-by-one in keymap generation codeSascha Hlusiak1-1/+1
2008-03-30Allow '+' as separator for key mapping as in "key=Alt_L+Tab"Sascha Hlusiak1-0/+3
2008-01-06Added "StartMouseEnabled" and "StartKeysEnabled" optionsSascha Hlusiak1-0/+3
2007-12-31Changed copyrights to include year 2008Sascha Hlusiak15-15/+37
2007-12-09Increased default deadzone from 1000 to 5000Sascha Hlusiak1-1/+1
2007-12-06Looking for Path parameter besides Device (used by HAL+input hotplug)Sascha Hlusiak1-0/+2
2007-12-06Fixed default button mappingsSascha Hlusiak1-4/+5
2007-12-06Return NULL on device configure fail instead of unconfigured device, which ma...Sascha Hlusiak1-1/+2
2007-12-06New: evdev backendSascha Hlusiak1-9/+186
2007-12-05Fixed implicit declaration warnings because of missed header filesSascha Hlusiak2-1/+1
2007-12-05Renamed backend files from *_jstk.{c,h} to backend_*.{c,h}Sascha Hlusiak8-14/+15
2007-12-05Added backend selection code.Sascha Hlusiak9-34/+250
2007-12-05configure.ac: Checking for available kernel backends instead of OSSascha Hlusiak2-2/+37
2007-10-27Added missing headerfiles to Makefile.amxf86-input-joystick-1.3.0-1Sascha Hlusiak1-1/+1
2007-10-27Debug output of AutoRepeat optionxf86-input-joystick-1.3.0Sascha Hlusiak1-0/+2
2007-10-10Added AutoRepeat option to specify rate and delay for key events.Sascha Hlusiak3-1/+35
2007-10-06Use XStringToKeysym to parse symbolic keys defined in xorg.conf.Sascha Hlusiak3-10/+28
2007-10-06Integrated XStringToKeysym from libX11 in the module.Sascha Hlusiak3-0/+2782
2007-10-03Readded own keymap for Joystick keys. This changes meaning of key, keylow andSascha Hlusiak8-51/+246
2007-10-03Added little check if device is enabled before disabling itSascha Hlusiak1-1/+2
2007-08-12Added --enable-debug option to configure scriptSascha Hlusiak2-11/+2
2007-08-11Key autorepeat added for axes with mode=relativeSascha Hlusiak4-49/+76
2007-08-11Fixed button mapping to an axis needing amplify value.Sascha Hlusiak1-0/+1
2007-08-11Move subpixel movement from global to per axis/button.Sascha Hlusiak4-72/+82
2007-08-11Reformatted whole source to 4-space-indentsSascha Hlusiak7-973/+981
2007-08-08Added "keylow" and "keyhigh" option to axes, which generates key events when ...Sascha Hlusiak3-122/+206
2007-08-08Added "oldvalue" to axis struct, containing the exact last "value" of the axisSascha Hlusiak2-0/+5
2007-07-07Reverted commit a24a5eeb30b224abf2bb512619fe5ab7284fa252 (prepare for keymap)Sascha Hlusiak5-147/+6
2007-07-07Mark float constants with proper f suffixSascha Hlusiak1-15/+14
2007-07-07Removed abundant debugging messagesSascha Hlusiak1-5/+0
2007-07-07Added notes to the manpageSascha Hlusiak1-1/+10
2007-04-30Prepared for proper usage of keymap for deviceSascha Hlusiak7-26/+174
2007-04-29Fixed dynamic button mapping properly.Sascha Hlusiak6-45/+100
2007-04-29Removed unnamed unions to compile with gcc 2.95Sascha Hlusiak2-25/+28
2007-04-24Makefile.am: Rule to autogenerate ChangeLog from git on make distSascha Hlusiak1-2/+2
2007-04-20Fixed wrong button number reported by bsd_jstk.c.xf86-input-joystick-1.2.1Sascha Hlusiak1-6/+5
2007-04-19Fixed accelerated axis movement not working the first time after startupSascha Hlusiak2-8/+11
2007-04-16Considering JS_EVENT_INIT events as real events againSascha Hlusiak1-7/+2
2007-04-15Fixed possible double close of device in case of error.Sascha Hlusiak2-1/+9
2007-04-15Got rid of JoystickDevRec->axes and JoystickDevRec->buttons, since not really...Sascha Hlusiak4-35/+31