2008-11-21 Erik de Castro Lopo * daemon/config.c Use correct name for calibrate utility. * daemon/util.c Use correct name for pid file. * daemon/zytouchd.c Use correct name in syslog. * daemon/zytouch_usb.c Use correct location for zytouchd_v3.conf config file. 2008-11-20 Erik de Castro Lopo * calibrate/tscalibrate.ml Fix calculation of calibrate_gain and print it out. * calibrate/Makefile Update dependancies. 2008-11-19 Erik de Castro Lopo * calibrate/tscalibrate.ml Add support for other resolutions. * calibrate/util.ml Add input validation in function rec_mkdir. 2008-11-18 Erik de Castro Lopo * daemon/zytouch_usb.c Daemonize before setting up SIGHUP handler. * calibrate/util.ml Improve error reporting for send_sig_hup. 2008-11-11 Erik de Castro Lopo * calibrate/orientation.ml Massive reworking to detect orientation correctly and generate correct config. * calibrate/tscalibrate.ml : Change the calibration gain and make sure Config.swap_xy is set to false in the calibration config. 2008-11-10 Erik de Castro Lopo * calibrate/tscalibrate.ml Improve sanity checking of generated config. * daemon/zytouch_usb.c Remove hard coded scaling, add better reporting. * calibrate/tscalibrate.ml calibrate/orientation.ml Move code from tscalibrate.ml to orientation.ml in preparation for handling swapped x/y case. 2008-11-07 Erik de Castro Lopo * calibrate/*.ml Replace point_t with Complex.t. 2008-11-07 Erik de Castro Lopo * calibrate/Makefile Update dependancies. Hook orientation.ml into build. * daemon/zytouch_usb.c Use config correction factors. * daemon/zytouch_usb.c Ignore heartbeat message from screen. * calibrate/orientation.ml. New file. 2008-11-06 Erik de Castro Lopo * calibrate/tscalibrate.ml Change the cursor from a pointer to a plus sign. Handle Invalid_argument exception in key_press_cb. * daemon/zytouch_usb.c Correct comments. Speed up handling of SIGHUP. Handle SIGHUP and exit inner v3 loop. * calibrate/util.ml Add error handling to send_sig_hup and whitespace cleanup. * calibrate/config.ml Add a 'swap_xy' field to Config.t struct. Add error handling for bool_of_string. * daemon/config.c Parse 'swap_xy' from v3 config file. * daemon/zytouch_usb.h Add a swap_xy field to CONFIG_V3 struct. 2008-10-28 Erik de Castro Lopo * release/Readme.txt Fix typos and speeling.