summaryrefslogtreecommitdiff
path: root/app/xtsscale
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-16Tweak and fix an unreadable sentence.Matthieu Herrb
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
2011-06-23switch to installing source manuals:Christian Weisgerber
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged
2011-03-08xcb 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 doJasper Lievisse Adriaanse
- .Xr the other touchscreen driver we have (uhts) 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-12-07One more build fix for static arches. ok todd@.Matthieu Herrb
2009-12-03Complete list of libraries for static only arches.Matthieu Herrb
Noticed on vax by todd@.
2009-12-01Use 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-26white spaceMatthieu Herrb
2009-11-26"usage:" is usually lower case.Igor Sobrado
ok matthieu@
2009-11-26Use Mdocdate and add my name to copyrights.Matthieu Herrb
2009-11-26Tidy up error messages.Matthieu Herrb
2009-11-26Document aborting the process with ESC.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.
2008-03-25Introduce bsd.xconf.mk to set default config variables usedMatthieu 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-31Add 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-31Switch to Xft/Xrender rendering. Welcome to the 21st century.Matthieu Herrb
2007-08-31Normally, rawmode should not be selected in the output of xtsscale.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-06-20Fix static linking.Matthieu Herrb
2007-05-22more information about passing scale values to wsconsctl(8)Robert Nagy
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@