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 | Tweak and fix an unreadable sentence. | Matthieu Herrb | |
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 | |
2011-06-23 | switch to installing source manuals: | Christian Weisgerber | |
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged | |||
2011-03-08 | xcb is no longer optional. | Matthieu Herrb | |
2010-12-06 | - add a flag to specify the display to start xtsscale on. | Jasper Lievisse Adriaanse | |
ok matthieu@ | |||
2010-09-14 | - no need for root prompt here, user prompt will do | Jasper Lievisse Adriaanse | |
- .Xr the other touchscreen driver we have (uhts) 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-12-07 | One more build fix for static arches. ok todd@. | Matthieu Herrb | |
2009-12-03 | Complete list of libraries for static only arches. | Matthieu Herrb | |
Noticed on vax by todd@. | |||
2009-12-01 | Use the ws-properties.h file from xf86-input-ws source directory. | Matthieu Herrb | |
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. | |||
2009-11-26 | white space | Matthieu Herrb | |
2009-11-26 | "usage:" is usually lower case. | Igor Sobrado | |
ok matthieu@ | |||
2009-11-26 | Use Mdocdate and add my name to copyrights. | Matthieu Herrb | |
2009-11-26 | Tidy up error messages. | Matthieu Herrb | |
2009-11-26 | Document aborting the process with ESC. | 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. | |||
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2007-08-31 | Add some usage notes describing the current limitations. | Matthieu Herrb | |
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 | Normally, rawmode should not be selected in the output of xtsscale. | 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-06-20 | Fix static linking. | Matthieu Herrb | |
2007-05-22 | more information about passing scale values to wsconsctl(8) | Robert Nagy | |
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@ |