IABSD.fr/xenocara/app/xtsscale/xtsscale.c

Branch :


Log

Author Commit Date CI Message
6031f2a7 2012-03-06 23:24:37 Remove unused variable.
7aed9f31 2012-03-06 23:23:44 Fix 2 NULL pointer dereferences.
e4c257bc 2011-07-16 17:54:07 Remove an extra debugging printf that leaked in previous commit.
06beb28a 2011-07-16 17:32:24 Check if an input device has calibration data before accepting it as as candidate for calibration.
fc173459 2011-07-16 17:27:52 Add a '-c' option to keep the X cursor visible while calibrating.
6efadade 2011-07-16 17:21:41 White space cleanup.
5e7ee145 2011-06-28 08:18:49 spello
a901d331 2010-12-06 06:49:47 - add a flag to specify the display to start xtsscale on. ok matthieu@
3b261f25 2010-03-23 20:27:42 add a -v flag to select verbose mode, to output raw coordinate read from the device, for debugging.
7d573b6e 2010-01-22 07:47:54 Start adding XRandR support. not really functional yet though. (missing the code to compute the calibration data that restrict events to a given output)
dcbd99cf 2009-11-26 18:13:47 white space
106b1b90 2009-11-26 14:25:05 "usage:" is usually lower case. ok matthieu@
017934b7 2009-11-26 11:35:29 Tidy up error messages.
cff976af 2009-11-26 10:58:45 Allow the ESC key to interrupt the calibration process.
bbbb8c20 2009-11-25 23:00:57 Better error handling during device selection.
f194ce2b 2009-11-25 19:43:05 Search for calibration properties atoms earlier, to avoid a screen flash when they are not present.
2733f18b 2009-11-25 18:30:13 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.
7c79bd95 2007-08-31 21:53:55 - Make the draw_text() function more generic. - Display an error message on the screen when the calibration error is too high before re-starting.
69e64ab3 2007-08-31 21:17:33 Switch to Xft/Xrender rendering. Welcome to the 21st century.
954f29d4 2007-08-31 20:59:33 Remove the useless ts structure, and fix the setting of the new calibration values.
63b35455 2007-08-31 20:28:18 Fix error computation, in the case where one axis is inverted.
bd8915f0 2007-08-30 19:45:25 First round of bug fixes/enhancements. - fix arithmetic errors. - auto-detect swapxy.
22432ec2 2007-05-20 14:43:12 add xtsscale(1), an application that can be used to calibrate touchscreens driven by the uts(4) driver. it is not linked to the build yet; discussed with matthieu@