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 |
||
f984959 | 2010-01-24 07:16:49 | Tias Guns |
make finish() and finish_data() return a boolean |
||
2e510f1 | 2010-01-22 08:04:41 | Marco Cavallini |
Load font fixed when 9x15 fails in GuiCalibratorX11 |
||
1328109 | 2010-01-22 08:03:14 | Tias Guns |
Fix bug when calling evdev:do_set_prop twice |
||
34fb7e0 | 2010-01-20 04:10:32 | Petr Štetiar |
- make it compile with strict flags |
||
754d23d | 2010-01-20 03:10:37 | Petr Štetiar |
switch to autotools based build system |
||
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, |
||
dd184f5 | 2010-01-11 05:22:56 | Tias Guns |
Delete original one-huge-file, |
||
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 |
||
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, |
||
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 |
||
ed927a1 v0.4.0 | 2009-11-29 23:21:49 | Tias |
Add example FDI policy file for generic touchscreen, next to example |
||
59ffb80 | 2009-11-29 23:13:10 | Tias |
Add support for providing the current calibration on the command line |
||
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 |
||
01f7b61 | 2009-11-29 22:51:55 | Tias |
put usbtouchscreen specific stuff in a new subclass |