matthieu
1040b99485
Build of font/util has moved earlier, since some applications
...
are going to depend on it soon.
2009-12-05 09:02:58 +00:00
todd
006a1c6e0b
sync
2009-12-04 20:37:58 +00:00
matthieu
e7f06501b3
Complete list of libraries for static only arches.
...
Noticed on vax by todd@.
2009-12-03 22:18:11 +00:00
matthieu
ea5560740d
Move back build of xtsscale with other apps. It doesn't require
...
an installed header anymore.
2009-12-01 21:36:52 +00:00
matthieu
8318994a85
Use the ws-properties.h file from xf86-input-ws source directory.
...
There are architectures that don't build the X server nor drivers
so they won't have this file installed.
Noticed by todd@ on hppa.
2009-12-01 21:20:56 +00:00
matthieu
dfdb9035a8
update to xf86-video-mga 1.4.11. Tested by landry@
2009-11-29 20:10:04 +00:00
tobias
18dd1d8fc7
style (whitespaces)
...
ok oga, okan
2009-11-28 17:52:12 +00:00
matthieu
c98180f2b7
missing commit for mid-button emulation.
2009-11-27 10:30:08 +00:00
matthieu
e58626a0cd
Move app/xtsscale build after drivers, since it requires a
...
header installed by driver/xf86-input-ws.
Problem noticed by jdixon@
2009-11-26 22:53:50 +00:00
matthieu
5f158e3016
Cleanup this driver a bit, following what's been done in xf86-input-ws:
...
- no more convert proc
- use the correct XInput device type
- don't hardcode the package version number in the .c file.
2009-11-26 21:30:19 +00:00
matthieu
dcbd99cf98
white space
2009-11-26 18:13:47 +00:00
matthieu
bdbb8460ce
regen
2009-11-26 16:45:41 +00:00
matthieu
007942360f
Missed this file when adding middle button emulation.
2009-11-26 16:45:02 +00:00
matthieu
8b15b85686
Documentation for Emulate3Buttons and Emulate3Timeout and the associated
...
properties.
2009-11-26 16:42:52 +00:00
matthieu
c9960a2b5f
Add middle mouse button emulation to xf86-input-ws.
...
Code stolen from evdev, that stole it from xf86-input mouse.
2009-11-26 16:42:06 +00:00
sobrado
106b1b9087
"usage:" is usually lower case.
...
ok matthieu@
2009-11-26 14:25:05 +00:00
matthieu
12890188ae
Use Mdocdate and add my name to copyrights.
2009-11-26 12:01:38 +00:00
matthieu
017934b7cb
Tidy up error messages.
2009-11-26 11:35:29 +00:00
matthieu
18f9c26208
Document device properties
2009-11-26 11:10:09 +00:00
matthieu
3726a05d85
Document aborting the process with ESC.
2009-11-26 11:02:35 +00:00
matthieu
cff976af37
Allow the ESC key to interrupt the calibration process.
2009-11-26 10:58:45 +00:00
matthieu
910b2d77db
Set resx/resy fields of the wscons calibration structure to the saved
...
values when the calibration properties change.
2009-11-26 10:57:35 +00:00
matthieu
bbbb8c20ea
Better error handling during device selection.
2009-11-25 23:00:57 +00:00
matthieu
f194ce2bfc
Search for calibration properties atoms earlier, to avoid a screen
...
flash when they are not present.
2009-11-25 19:43:05 +00:00
matthieu
cfe9a6b607
Only default to raw mode for touchpanels. The raw mode doesn't make
...
sense for mices.
2009-11-25 19:36:57 +00:00
matthieu
e945969695
When calibrating directly update the axis structures with new min/max values.
...
In xserver 1.7 with axis labels, the init function used previously
makes no sense anymore.
2009-11-25 19:31:35 +00:00
matthieu
3147c5ee18
The raw mode is a lot more useful now. So enable it by default.
2009-11-25 19:11:55 +00:00
matthieu
2733f18bd5
New, XInput based, version of xtsscale(1).
...
XInput is used to get raw events from the device and device properties
are used to send the data back to the X server.
Calibration can now be done without restarting X.
2009-11-25 18:30:13 +00:00
matthieu
d5dc0ce8f5
No need to maintain a local cache of the pointer position anymore.
2009-11-25 18:14:23 +00:00
matthieu
d28a98a22a
regen
2009-11-25 18:12:02 +00:00
matthieu
6665646a28
Implement device properties for calibration data.
...
Setting the properties also write to the kernel table.
The calibration code can now change the data without quitting X.
2009-11-25 18:10:26 +00:00
matthieu
15298ef907
Save a copy of the kernel calibration data in the private data and
...
use it to save/restore the state during DEVICE_ON/DEVICE_OFF.
2009-11-25 18:03:42 +00:00
matthieu
fcd31496fc
Send events upstreams one axis at a time.
2009-11-25 17:59:42 +00:00
matthieu
279e764019
Update to xf86-video-radeonhd 1.3.0
...
Tested by killi@ on a HD3200.
2009-11-24 16:57:34 +00:00
matthieu
c3d957f5fb
Update to xf86-video-openchrome 0.2.904.
...
Tested by myself and kevlo@ on V800 and V855 chipsets.
2009-11-24 16:54:55 +00:00
matthieu
2baec57bee
regen
2009-11-23 22:53:39 +00:00
matthieu
0e46d3a279
Missed one openbsd->xf86 rename.
2009-11-23 22:52:38 +00:00
matthieu
a04d9756c9
conversion_proc is not used anymore since Xserver 1.5.
...
Don't define one that's never called.
2009-11-23 22:10:29 +00:00
matthieu
bd0a1d71f5
Document option "raw".
2009-11-23 21:33:11 +00:00
matthieu
91bbfc2c74
Fix previous for non tablet cases. the WSMOUSE_IO_GCALIBCOODS fails there.
2009-11-23 21:11:27 +00:00
matthieu
76bf8ac9b1
Implement a new "raw" mode that will put a panel in raw mode.
...
Calibration data is read from the kernel, so things still work in this
mode.
2009-11-23 18:29:13 +00:00
matthieu
c56921a15d
Another unused declaratin bites the dust.
2009-11-23 17:36:23 +00:00
matthieu
068d81918d
- fix parameter orders for XInput 2 xf86InitValuatorAxisStruct() calls
...
- set min/max axis values for absolute valuators
2009-11-23 16:55:52 +00:00
matthieu
feea0e6d5e
Set buttons and axis labels for XInput 2.
2009-11-23 16:21:50 +00:00
todd
093f55af8f
sync
2009-11-23 15:40:25 +00:00
matthieu
fd1ce4e8f3
Handle NetBSD's wsmouse ABI versions. From marc at msys dot ch. Thanks.
2009-11-23 15:25:11 +00:00
matthieu
96a4b61607
split wsProc().
2009-11-23 15:16:52 +00:00
matthieu
8dd19e6aa8
typo. From marc@msys.ch. Thanks.
2009-11-23 14:00:17 +00:00
matthieu
d0d883f971
regen
2009-11-23 12:55:49 +00:00
matthieu
39f6c2f761
Bump version -> 1.2.9
2009-11-23 12:54:38 +00:00