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