• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
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


RSS
Rev. Time Author
a11e09a debian 2010-09-13 05:31:30 Tias Guns

debian: 0.7.5-1

14e2022 2010-09-13 05:31:22 Tias Guns

debian: add license of icon

a3b0c42 2010-09-13 05:31:15 Tias Guns

debian: remove debian/docs with README entry

the current readme is mean for users from source, not for distributions. The manpage is enough for distro users.

482b914 2010-09-13 05:31:08 Tias Guns

debian: update control file to match cleaned up description in manpage

5556d52 2010-09-13 05:30:53 Tias Guns

debian: merge of master makes patches no longer needed

7094b3a 2010-09-13 05:29:51 Tias Guns

Merge branch 'master' into debian

0960015 v0.7.5 2010-09-13 04:36:05 Tias Guns

Release v0.7.5

1c1cbbe 2010-09-13 04:14:15 Tias Guns

make: move icon/desktop installation into scripts/Makefile.am (suggested by Paul Wise)

90ab6a7 2010-09-13 04:14:07 Tias Guns

manpage: use dist_man_MANS instead of man_MANS and EXTRA_DIST (suggested by Paul Wise)

c7bbd3b 2010-09-13 04:13:35 Tias Guns

icon: update mentioned license of the hand from human-icon-theme

See
http://bazaar.launchpad.net/~ubuntu-art-pkg/human-icon-theme/ubuntu/revision/103
for the upstream commit:
'Update COPYING to CC-BY-SA 3.0, as declared and intended in
debian/copyright.'

9db9646 2010-09-13 01:18:17 Tias Guns

manpage: switch troubleshooting and examples order

b2753b9 2010-09-13 01:18:07 Tias Guns

manpage: remove mention of pointercal script, xorg.conf.d etc are now preferred

b11d653 2010-09-13 01:14:00 Tias Guns

manpage: simplify 'usage' section: do not list the different configs (would be too many options) + minor changes to troubleshoot section

df2b8c9 2010-09-13 00:37:32 Tias Guns

manpage: remove mentions of udev configuration

2801b51 2010-09-13 00:35:06 Tias Guns

manpage: add --output-type option

4de3434 2010-09-13 00:31:44 Tias Guns

manpage: description cleanups

ac29e2e 2010-09-13 00:25:18 Tias Guns

add hal output for evdev (not used by auto, not recommended)

only use on old systems lacking xorg.conf.d support but with a
recent evdev

9b87089 2010-09-13 00:11:46 Tias Guns

add --output-type option to select output type (default: auto, automatically selects best option)

a3a4078 2010-09-12 23:02:31 Tias Guns

put output of xorg.conf.d/hal/xinput in separate functions

af52242 2010-09-12 05:34:50 Tias Guns

lang: 'change to' instead of 'change by'

64000e5 2010-09-12 05:33:16 Tias Guns

dynamically detect xorg.conf.d support

8f14ada 2010-08-16 06:52:23 Tias Guns

use detected sysfs name in output when possible

d76117b 2010-08-16 06:52:23 Tias Guns

sysfs name detection, checks whether device name is sysfs name

9dbf133 2010-08-16 06:52:23 Tias Guns

clean up explanation of making calibration permanent for evdev

No hal policy file because older evdevs can not be set using a config, and newer ones will be bundled with xorg.conf.d support

c4d5ba8 2010-08-16 06:52:23 Tias Guns

clean up explanation of making calibration permanent for standard xorg drivers

f4a7fda 2010-08-16 06:52:23 Tias Guns

remove xorg.conf mention (superseded by xorg.conf.d snippet, or HAL on
older systems)

The xorg.conf option is not as straightforward as I thought:
Since hotplugging with HAL, the Input Sections of xorg.conf are
automatically ignored. When adding an input section, one would have to
disable hotplugging with Option "AutoAddDevices" "false".
But it is a lot simpler to just write a HAL policy file in that case.

e2a4c06 2010-08-16 06:52:23 Tias Guns

swap_xy, better document the difference between detecting the need to swap it, and the new swap_xy value

3535b3c 2010-08-16 06:52:23 Tias Guns

replace udev rule by xorg.conf.d snippet for standard xorg drivers too

e3b0f24 2010-08-16 06:52:23 Tias Guns

xorg.conf.d snippet for standard xorg drivers too

ac5d2cb 2010-08-16 06:52:23 Tias Guns

add swapaxes option to evdev conf snippet, fix some styling