index
:
xorg/driver/xf86-input-joystick
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
sco_port_update
xf86-input-joystick-1.2
xf86-input-joystick-1.3
xf86-input-joystick-1.4
X.org xf86-input-joystick driver.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-01
Make "less joystick.man" work
xf86-input-joystick-1.3
Christoph Brill
1
-0/+1
2008-10-01
Do not require randrproto
Sascha Hlusiak
1
-1/+0
2008-10-01
Option for per-axis valuators. Defaults to off for all axes.
Sascha Hlusiak
3
-14/+20
2008-10-01
Remove XKB calls since we don't make use of it anyway.
Sascha Hlusiak
1
-5/+1
2008-09-06
make dist hook: git-log > git log
xf86-input-joystick-1.3.3
Sascha Hlusiak
1
-1/+1
2008-09-06
Update man page concerning custom driver options through hal
Sascha Hlusiak
1
-1/+2
2008-09-06
Bump to 1.3.3
Sascha Hlusiak
1
-1/+1
2008-09-06
Add ChangeLog to .gitignore
Sascha Hlusiak
1
-0/+1
2008-09-06
Remove duplicated code in jstkInitKeys
Sascha Hlusiak
1
-7/+0
2008-09-06
Adding empty ctrlProc to prevent crashing of X when running without XKB
Sascha Hlusiak
1
-1/+11
2008-08-23
Remove stale comment
Sascha Hlusiak
1
-1/+0
2008-08-23
Fix check for BSD dev/usb/usbhid.h (needs dev/usb/usb.h).
Matthieu Herrb
1
-1/+6
2008-08-14
Fix build. xf86Version.h -> xorgVersion.h
Peter Hutterer
1
-1/+1
2008-06-19
Added more examples for the x11_options properties of xorg-server-1.5
Sascha Hlusiak
1
-5/+36
2008-05-27
Check for XINPUT ABI 3.
Peter Hutterer
1
-0/+2
2008-04-27
Bumped to version 1.3.2
xf86-input-joystick-1.3.2
Sascha Hlusiak
1
-1/+1
2008-04-09
Display evdev bus/vendor/product/version in separate line
Sascha Hlusiak
1
-3/+3
2008-03-30
Fixed keymap size to 8-256 to prevent crash
Sascha Hlusiak
3
-4/+9
2008-03-30
Clear complete keymap instead of only the first element
Sascha Hlusiak
1
-1/+1
2008-03-30
Fixed off-by-one in keymap generation code
Sascha Hlusiak
1
-1/+1
2008-03-30
Allow '+' as separator for key mapping as in "key=Alt_L+Tab"
Sascha Hlusiak
1
-0/+3
2008-03-08
Makefile.am: nuke RCS Id
Matthieu Herrb
1
-1/+0
2008-01-06
Added "StartMouseEnabled" and "StartKeysEnabled" options
Sascha Hlusiak
2
-22/+45
2007-12-31
Changed copyrights to include year 2008
Sascha Hlusiak
15
-15/+37
2007-12-09
Changed default deadzone in manpage from 1000 to 5000
Sascha Hlusiak
1
-7/+7
2007-12-09
Increased default deadzone from 1000 to 5000
Sascha Hlusiak
1
-1/+1
2007-12-09
Typo in man page
Sascha Hlusiak
1
-1/+1
2007-12-06
Mentioned hotplugging and hal policy in man page
xf86-input-joystick-1.3.1
Sascha Hlusiak
1
-2/+10
2007-12-06
Bumped to version 1.3.1
Sascha Hlusiak
1
-1/+1
2007-12-06
Added example hal policy file for input hotplugging of joysticks
Sascha Hlusiak
4
-2/+19
2007-12-06
Looking for Path parameter besides Device (used by HAL+input hotplug)
Sascha Hlusiak
1
-0/+2
2007-12-06
Fixed default button mappings
Sascha Hlusiak
1
-4/+5
2007-12-06
Return NULL on device configure fail instead of unconfigured device, which ma...
Sascha Hlusiak
1
-1/+2
2007-12-06
New: evdev backend
Sascha Hlusiak
1
-9/+186
2007-12-05
Mentioned multiple backends in man page
Sascha Hlusiak
1
-3/+10
2007-12-05
Fixed implicit declaration warnings because of missed header files
Sascha Hlusiak
2
-1/+1
2007-12-05
Renamed backend files from *_jstk.{c,h} to backend_*.{c,h}
Sascha Hlusiak
8
-14/+15
2007-12-05
Added backend selection code.
Sascha Hlusiak
10
-59/+199
2007-12-05
configure.ac: Checking for available kernel backends instead of OS
Sascha Hlusiak
3
-21/+73
2007-11-11
Add check for kbproto in configure script
Sascha Hlusiak
1
-0/+1
2007-10-27
Added missing headerfiles to Makefile.am
xf86-input-joystick-1.3.0-1
Sascha Hlusiak
1
-1/+1
2007-10-27
Debug output of AutoRepeat option
xf86-input-joystick-1.3.0
Sascha Hlusiak
1
-0/+2
2007-10-10
Added AutoRepeat option to specify rate and delay for key events.
Sascha Hlusiak
4
-1/+42
2007-10-06
Use XStringToKeysym to parse symbolic keys defined in xorg.conf.
Sascha Hlusiak
4
-22/+48
2007-10-06
Integrated XStringToKeysym from libX11 in the module.
Sascha Hlusiak
3
-0/+2782
2007-10-03
Updated manpage to reflect keymap changes
Sascha Hlusiak
1
-20/+24
2007-10-03
Prepared for 1.3.0 release. Raised dependency of xorg-server to at least 1.3....
Sascha Hlusiak
1
-2/+2
2007-10-03
Readded own keymap for Joystick keys. This changes meaning of key, keylow and
Sascha Hlusiak
8
-51/+246
2007-10-02
Added little check if device is enabled before disabling it
Sascha Hlusiak
1
-1/+2
2007-08-12
configure.ac: prepared for 1.2.3 release
xf86-input-joystick-1.2.3
Sascha Hlusiak
1
-1/+1
[next]