Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for run-time calibration. | Peter Hutterer | 2008-11-03 |
| | | | | | | | | | | | Some devices require run-time axis calibration. We can't change the min/max ranges once we've initialised the valuator structs though, so in-driver run-time calibration is required. If the property is set, the driver scales from the calibrated range to the values reported to the X server (which then may scale to screen coordinates). If the property is not set (i.e. zero items) no scaling is performed. (cherry picked from commit 33eb36f26663c09c873acede1b35e91ef4c64479) | ||
* | MB emulation timeout is stored as Time, make the property 32-bit too. | Peter Hutterer | 2008-10-23 |
| | | | | (cherry picked from commit d348eb8ce78640363c159e1a4fdbfa9b596fa5bb) | ||
* | Add property support for ReopenAttempts option. | Peter Hutterer | 2008-10-14 |
| | | | | (cherry picked from commit ff783fce65a63707555098759692b22147646263) | ||
* | Add property support for axis inversion. | Peter Hutterer | 2008-10-03 |
| | |||
* | Install xorg-evdev.pc for clients who need evdev-properties.h | Peter Hutterer | 2008-10-03 |
| | |||
* | Change DragLock atom name - prepend with Evdev. | Peter Hutterer | 2008-10-02 |
| | |||
* | Add evdev-properties.h file with #defines for all property names. | Peter Hutterer | 2008-09-30 |