Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-06 | Remove unused variable. | Matthieu Herrb | |
2012-03-06 | Fix 2 NULL pointer dereferences. | Matthieu Herrb | |
2011-07-16 | Remove an extra debugging printf that leaked in previous commit. | Matthieu Herrb | |
2011-07-16 | Check if an input device has calibration data before accepting it as | Matthieu Herrb | |
as candidate for calibration. | |||
2011-07-16 | Add a '-c' option to keep the X cursor visible while calibrating. | Matthieu Herrb | |
2011-07-16 | White space cleanup. | Matthieu Herrb | |
2011-06-28 | spello | Jasper Lievisse Adriaanse | |
2010-12-06 | - add a flag to specify the display to start xtsscale on. | Jasper Lievisse Adriaanse | |
ok matthieu@ | |||
2010-03-23 | add a -v flag to select verbose mode, to output raw coordinate read | Matthieu Herrb | |
from the device, for debugging. | |||
2010-01-22 | Start adding XRandR support. not really functional yet though. | Matthieu Herrb | |
(missing the code to compute the calibration data that restrict events to a given output) | |||
2009-11-26 | white space | Matthieu Herrb | |
2009-11-26 | "usage:" is usually lower case. | Igor Sobrado | |
ok matthieu@ | |||
2009-11-26 | Tidy up error messages. | Matthieu Herrb | |
2009-11-26 | Allow the ESC key to interrupt the calibration process. | Matthieu Herrb | |
2009-11-25 | Better error handling during device selection. | Matthieu Herrb | |
2009-11-25 | Search for calibration properties atoms earlier, to avoid a screen | Matthieu Herrb | |
flash when they are not present. | |||
2009-11-25 | New, XInput based, version of xtsscale(1). | Matthieu Herrb | |
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. | |||
2007-08-31 | - Make the draw_text() function more generic. | Matthieu Herrb | |
- Display an error message on the screen when the calibration error is too high before re-starting. | |||
2007-08-31 | Switch to Xft/Xrender rendering. Welcome to the 21st century. | Matthieu Herrb | |
2007-08-31 | Remove the useless ts structure, and fix the setting | Matthieu Herrb | |
of the new calibration values. | |||
2007-08-31 | Fix error computation, in the case where one axis is inverted. | Matthieu Herrb | |
2007-08-30 | First round of bug fixes/enhancements. | Matthieu Herrb | |
- fix arithmetic errors. - auto-detect swapxy. | |||
2007-05-20 | add xtsscale(1), an application that can be used to | Robert Nagy | |
calibrate touchscreens driven by the uts(4) driver. it is not linked to the build yet; discussed with matthieu@ |