• 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
a811614 2010-02-01 01:01:37 Tias Guns

rename driver to device as we are dealing with devices in the first place, and the drivers of the device only in the second place

3213c15 2010-02-01 01:01:32 Tias Guns

Check that XInput >= 1.5 in evdev calibrator

1c71582 2010-01-26 08:00:15 Tias Guns

Add a manpage

330476a 2010-01-25 09:10:30 Tias Guns

more standard directory layout, enhanced autotools, gitignore

77944c8 2010-01-25 06:40:59 Tias Guns

add -v option, prints debug messages

ccf78f4 2010-01-24 07:17:42 Tias Guns

start methods from xinput with xinput_, give credit to Peter

5a0f5d1 2010-01-24 07:17:38 Tias Guns

use exceptions to detect if a calibrator is applicable or not

A constructor will throw a custom exception if it is not applicable,
this reduces code duplication in the evdev calibrator.
Also cleaned up the messages in the constructors.

f984959 2010-01-24 07:16:49 Tias Guns

make finish() and finish_data() return a boolean
also add comments to calibrator.hh

2e510f1 2010-01-22 08:04:41 Marco Cavallini

Load font fixed when 9x15 fails in GuiCalibratorX11

Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>

1328109 2010-01-22 08:03:14 Tias Guns

Fix bug when calling evdev:do_set_prop twice

This problem occured when the calibrator was applying
swap_xy=1 and the calibration values for Evdev,
bug reported by Marco Cavallini (private communication).

34fb7e0 2010-01-20 04:10:32 Petr Štetiar

- make it compile with strict flags
- fix tab indented code
- fix x11 cflags

754d23d 2010-01-20 03:10:37 Petr Štetiar

switch to autotools based build system

This patch autotoolize xinput_calibrator for easier (cross)compiling.

6af268f v0.5.0 2010-01-12 07:04:37 Tias Guns

release v0.5.0 + update docs

081dbca 2010-01-11 05:31:03 Tias Guns

New X11 based gui,

Looks and feels like the gtkmm based one, but written purely in the X
windowing system.

dd184f5 2010-01-11 05:22:56 Tias Guns

Delete original one-huge-file,

split since cc54f8ec926ac223c685ff4d8adfd87f10a0cafa

3bd11a0 2010-01-11 05:16:56 Tias Guns

minor cleanups

93ec3c5 2010-01-09 19:59:54 Tias Guns

make the help_text boxed and 4 lines

1214458 2010-01-09 19:39:11 Tias Guns

press any key to quit

8a56f72 2010-01-09 19:13:24 Tias Guns

make the touch points more visuals: draw a cross through them

b2db8b0 2010-01-09 18:59:13 Tias Guns

minor fixes

- avoid string dereference of drivername
- document --fake and make behaviour consistent

cc54f8e 2010-01-08 08:07:46 Tias Guns

Rewrite: split the one-huge-file into clean components

3a3a988 last_onefile 2010-01-08 07:23:00 Tias Guns

clarify that the license is the pure MIT/X11 license,
with agreement of Soren

2a6d618 2010-01-08 07:12:36 Tias Guns

use strdup() due to pointer scope autofree [Thanks Sam Lin]

6375ad2 2010-01-08 07:04:30 Tias Guns

add --fake option

2d732a7 v0.4.1 2009-12-02 07:44:51 Tias

Add README and Changelog
remove reference to evtouch in precalib script

ed927a1 v0.4.0 2009-11-29 23:21:49 Tias

Add example FDI policy file for generic touchscreen, next to example
xorg.conf values

59ffb80 2009-11-29 23:13:10 Tias

Add support for providing the current calibration on the command line
(with --precalib), add help information (-h or --help).
Included a script that reads the current calibration data from lshal,
and runs the calibration program with the right --precalib data

416e33f 2009-11-29 23:08:19 Tias

Add support for dynamic evdev re-calibration

e1d55df v0.2.0 2009-11-29 22:52:52 Tias

Add generic xinput methods for reading the current data and writing
example xorg.conf files.

01f7b61 2009-11-29 22:51:55 Tias

put usbtouchscreen specific stuff in a new subclass