• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

修订版0960015083435c7aed37d9324faf49ebbf3885c3 (tree)
时间2010-09-13 04:36:05
作者Tias Guns <tias@ulys...>
CommiterTias Guns

Log Message

Release v0.7.5

更改概述

差异

--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,22 @@
1+xinput_calibrator 0.7.5 [2010-09-12]
2+Major features:
3+* support multi-head setups in the GUIs (Alexey Kuznetsov)
4+* now builds and runs on older systems too
5+* output xorg.conf.d snippets (Peter Hutterer)
6+* simpler and cleaner output, with --output-type to select output type
7+
8+Enhancements:
9+* only link to needed libraries
10+* start --fake with sensible non-zero calibration values
11+* various spelling fixes (thanks Paul Wise)
12+* remove udev configuration (xorg.conf.d instead, Peter Hutterer)
13+* remove bogus partial xorg config output, superseded by xorg.conf.d
14+* sysfs name detection, when device name is sysfs name
15+* dynamically detect xorg.conf.d support
16+* updated manpage
17+* icon, license is CC-BY-SA 3.0
18+* autotools cleanups (thanks Paul Wise)
19+
120 xinput_calibrator 0.7.0 [2010-08-01]
221 Major features:
322 * Automatic mis-click detection !
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
11 xinput calibrator: A generic touchscreen calibration program for X.Org
22
3-Version: 0.7.0
3+Version: 0.7.5
44 Website: http://www.freedesktop.org/wiki/Software/xinput_calibrator
55 Source: http://github.com/tias/xinput_calibrator
66 Bugs: http://github.com/tias/xinput_calibrator/issues
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@
2525 #
2626
2727 AC_PREREQ([2.57])
28-AC_INIT(xinput_calibrator,[0.7.0], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator])
28+AC_INIT(xinput_calibrator,[0.7.5], [http://github.com/tias/xinput_calibrator/issues],, [http://www.freedesktop.org/wiki/Software/xinput_calibrator])
2929 AM_INIT_AUTOMAKE([foreign dist-bzip2])
3030 AM_MAINTAINER_MODE
3131