index
:
driver/xf86-input-evdev
master
Linux evdev input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
man
Age
Commit message (
Expand
)
Author
2009-07-30
evdev: Fix spelling of property in man page to match source code. #22571
Asbjørn Sannes
2009-02-16
man: list the options and properties in alphabetical order.
Peter Hutterer
2009-02-16
man: Fix two minor typos in man page.
Peter Hutterer
2009-02-02
Janitor: make distcheck, .gitignore.
Paulo Cesar Pereira de Andrade
2009-02-02
fix manpage formatting
Peter Breitenlohner
2009-01-09
Remove xorgconfig & xorgcfg from See Also list in man page
Alan Coopersmith
2008-11-03
Add support for axes swapping.
Peter Hutterer
2008-10-30
Add support for run-time calibration.
Peter Hutterer
2008-10-17
Add option "GrabDevice", don't grab the device by default.
Peter Hutterer
2008-10-14
Document properties in man page.
Peter Hutterer
2008-10-14
Document InvertX/Y options.
Peter Hutterer
2008-10-11
Remove "Path" option.
Peter Hutterer
2008-09-04
Attempt to re-open devices on read errors.
Peter Hutterer
2008-08-22
Add timeout support for mouse wheel emulation
Dan Nicholson
2008-08-18
Adding in DragLockButtons functionality.
Chris Salch
2008-08-15
Revert "Don't grab devices unless specified through the config options."
Peter Hutterer
2008-08-14
Don't grab devices unless specified through the config options.
Peter Hutterer
2008-08-07
Adding mouse wheel emulation code.
Chris Salch
2008-07-22
Add support for ButtonMapping option.
Peter Hutterer
2008-07-03
Update COPYING with the correct copyright info.
Peter Hutterer
2008-06-10
Disable middle mouse button emulation when a real middle MB event is detected.
Peter Hutterer
2008-06-10
Enable middle-mouse button emulation.
Peter Hutterer
2008-05-18
man: Option "Path" is supported in the code, add it to man page.
Peter Hutterer
2006-01-09
Add evdev manpage
evdev-1_0-branchpoint
gravity
2005-12-06
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
MODULAR_COPY
Kevin E Martin
2005-11-28
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith
2005-11-21
Add .cvsignores for drivers.
Eric Anholt
2005-10-18
Do the following to make the drivers pass distcheck:
Kevin E Martin
2005-10-18
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
Alan Coopersmith
2005-10-17
More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
Adam Jackson
2005-10-17
Use sed & cpp to substitute variables in driver man pages
Alan Coopersmith
2005-07-12
Build skeletons for input drivers. Should basically work.
Adam Jackson