IABSD.fr/xenocara/app/xtsscale

Branch :


Log

Author Commit Date CI Message
0b3518c2 2023-04-27 18:17:25 Fix variable name typo: mcyursor -> mycursor. discussed with robert@
b5c4bd14 2023-04-24 09:28:39 Fix spacing in rendered manpage.
f2f9eae9 2019-02-11 07:10:45 use abs(3) for integers. Noticed by a clang warning. ok tb@
59754bea 2015-03-13 20:47:23 uhts(4) was merged into ums(4). Patch by Benjamin Baier. Thanks.
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.
b67526b9 2011-07-16 17:30:17 Tweak and fix an unreadable sentence.
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
2e88a2b0 2011-06-23 22:48:59 switch to installing source manuals: * cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
7ae39052 2011-03-08 20:48:59 xcb is no longer optional.
a901d331 2010-12-06 06:49:47 - add a flag to specify the display to start xtsscale on. ok matthieu@
52ab752d 2010-09-14 06:20:55 - no need for root prompt here, user prompt will do - .Xr the other touchscreen driver we have (uhts) 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)
fe460e3f 2009-12-07 21:21:02 One more build fix for static arches. ok todd@.
e7f06501 2009-12-03 22:18:11 Complete list of libraries for static only arches. Noticed on vax by todd@.
8318994a 2009-12-01 21:20:56 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.
dcbd99cf 2009-11-26 18:13:47 white space
106b1b90 2009-11-26 14:25:05 "usage:" is usually lower case. ok matthieu@
12890188 2009-11-26 12:01:38 Use Mdocdate and add my name to copyrights.
017934b7 2009-11-26 11:35:29 Tidy up error messages.
3726a05d 2009-11-26 11:02:35 Document aborting the process with ESC.
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.
bbc31bf5 2008-03-25 23:41:50 Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@.
3f0bef6b 2007-08-31 22:02:51 Add some usage notes describing the current limitations.
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.
f45e8d18 2007-08-31 21:14:04 Normally, rawmode should not be selected in the output of xtsscale.
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.
b3161bf8 2007-06-20 21:46:22 Fix static linking.
6f6554cb 2007-05-22 09:43:22 more information about passing scale values to wsconsctl(8)
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@