index
:
xenocara
cvs/HEAD
master
matthieu/xserver-1.13
mpi/libdrm-update
Xenocara
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
driver
/
xf86-input-ws
/
src
/
ws.c
Age
Commit message (
Expand
)
Author
2009-11-26
Add middle mouse button emulation to xf86-input-ws.
Matthieu Herrb
2009-11-26
Set resx/resy fields of the wscons calibration structure to the saved
Matthieu Herrb
2009-11-25
Only default to raw mode for touchpanels. The raw mode doesn't make
Matthieu Herrb
2009-11-25
When calibrating directly update the axis structures with new min/max values.
Matthieu Herrb
2009-11-25
The raw mode is a lot more useful now. So enable it by default.
Matthieu Herrb
2009-11-25
No need to maintain a local cache of the pointer position anymore.
Matthieu Herrb
2009-11-25
Implement device properties for calibration data.
Matthieu Herrb
2009-11-25
Save a copy of the kernel calibration data in the private data and
Matthieu Herrb
2009-11-25
Send events upstreams one axis at a time.
Matthieu Herrb
2009-11-23
conversion_proc is not used anymore since Xserver 1.5.
Matthieu Herrb
2009-11-23
Fix previous for non tablet cases. the WSMOUSE_IO_GCALIBCOODS fails there.
Matthieu Herrb
2009-11-23
Implement a new "raw" mode that will put a panel in raw mode.
Matthieu Herrb
2009-11-23
Another unused declaratin bites the dust.
Matthieu Herrb
2009-11-23
- fix parameter orders for XInput 2 xf86InitValuatorAxisStruct() calls
Matthieu Herrb
2009-11-23
Set buttons and axis labels for XInput 2.
Matthieu Herrb
2009-11-23
Handle NetBSD's wsmouse ABI versions. From marc at msys dot ch. Thanks.
Matthieu Herrb
2009-11-23
split wsProc().
Matthieu Herrb
2009-11-23
typo. From marc@msys.ch. Thanks.
Matthieu Herrb
2009-11-23
Fetch the module version from autotools instead of hard-coding it.
Matthieu Herrb
2009-11-23
kill white space at EOL
Matthieu Herrb
2009-11-23
Set correct device type and mode in XInput structures.
Matthieu Herrb
2009-11-22
Get rid of the now unused remaining moduleInfoRec bits.
Matthieu Herrb
2009-11-22
Prepare for ABI_XINPUT_VERSION 7.
Matthieu Herrb
2009-11-22
unifdef XFree86Loader. It's mandatory nowadays.
Matthieu Herrb
2009-11-22
Re-import the wscons pointer input driver using the correct name.
Matthieu Herrb