• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

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
修訂. 時間 作者
03dadf5 master 2014-02-14 07:24:23 Tias Guns

Merge pull request #51 from kreijack/screen_size

Correct screen size detection

76ab69c 2014-02-14 07:10:12 Tias Guns

Merge pull request #58 from austriancoder/master

Some small fixes

602a04e 2014-02-13 17:42:44 Christian Gmeiner

fix memory leak

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

e6aefa6 2014-02-13 17:38:26 Christian Gmeiner

pass function parameter 'new_axys' by reference

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

5eeaaec 2014-02-13 17:33:19 Christian Gmeiner

evdev: xinput_do_set_int_prop(..) does return a bool

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

1236ee6 2014-02-13 17:28:07 Christian Gmeiner

x11: convert bool methods

There is no need to have bool functions, which will return
true in every case. Also the return type gets not used.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

d28e0aa 2014-02-12 21:38:46 Christian Gmeiner

the usage protected is wrong - fix it

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

4a42d0b 2013-06-11 05:03:11 Goffredo Baroncelli

Correct screen size detection

The XRandR api was used in a such way to get the *DEFAULT* size instead the
corrent one. This patch create a helper function (detect_display_size()) which
detects the current size of the screen; it is called both in the
GuiCalibratorX11() constructor and in the redraw() method.

c8ba270 2013-04-10 20:41:11 Tias Guns

Merge pull request #50 from schnitzeltony/sysfs-event-param

Handle sysfs name for --device parameter

e5985c9 2013-04-10 04:22:26 Andreas Müller

Handle sysfs name for --device parameter

This makes life much easier for systemd/udev hotplug invocation

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

05b6084 2013-02-17 04:00:50 Tias Guns

Merge pull request #49 from schnitzeltony/gui-enhancements

Gui enhancements

4828028 2013-02-15 06:35:04 Andreas Müller

show the name of the device on screen

* this is intended for a better handling of multiple devices
* while being here the common settings for both GUIs are shared

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

c4d1e11 2013-02-15 00:31:32 Jeff Lasslett

Prevent timeout exit when --no-timeout is used

Submitted https://github.com/tias/xinput_calibrator/pull/45

Signed-off-by: Jeff Lasslett <jeff.lasslett@gmail.com>

6ca429f 2013-02-08 05:32:56 Tias Guns

Merge pull request #47 from schnitzeltony/write-file-param

Add a new parameter --output-filename

dd263d4 2013-01-23 02:34:11 Andreas Müller

Set up buffer size for max line length only once in calibrator.hh

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

2846ead 2013-01-23 02:34:11 Andreas Müller

Make all Calibrator* destructors virtual to fix warning

warning was:

main_x11.cpp: In function 'int main(int, char**)':
main_x11.cpp:42:12: warning: deleting object of abstract class type 'Calibrator' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]calibrator/Usbtouchscreen.cpp: In member function 'void CalibratorUsbtouchscreen::read_int_parameter(const char*, int&)':

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

fa47700 2013-01-23 02:34:11 Andreas Müller

CalibratorUsbtouchscreen: overridde default file name when setting --output-filename

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

d275793 2013-01-23 02:34:11 Andreas Müller

CalibratorXorgPrint: do write calibration results if --output-filename was set

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

0428975 2013-01-23 02:34:11 Andreas Müller

CalibratorEvdev: do write calibration results if --output-filename was set

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

6d79af0 2013-01-23 02:34:11 Andreas Müller

Add parameter --output-filename and store in output_filename

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

e02de96 2013-01-04 07:13:17 Tias Guns

Document /usr/share/X11/xorg.conf.d as location for conf.d snippet

This is the correct location for debian based distro's.
Requested by Christian Kießling

bb4e269 2013-01-04 07:13:17 Tias Guns

document --no-timeout in man (and shorten descr in stdout)

3bdd75a 2013-01-04 07:13:17 Tias Guns

--no-timeout for X11 gui

bb95373 2013-01-04 06:32:01 Tias Guns

Merge pull request #44 from felipelerena/master

no-timeout parameter

babd1d8 2012-12-06 23:43:04 Felipe Lerena

adding the "no-timeout" parameter to avoid the calibrator to timeout and exit

1e49c98 2012-12-06 04:54:41 Tias Guns

Merge pull request #43 from austriancoder/master

Use timerfd if available

03c73e9 2012-10-15 21:33:39 Christian Gmeiner

Use timerfd instead of signals on Linux

The timerfd interface is a Linux-specific set of functions that present
POSIX timers as file descriptors (hence the fd) rather than signals thus
avoiding all that tedious messing about with signal handlers.
It was first implemented in GNU libc 2.8 and kernel 2.6.25.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>

c01c5af 2012-08-03 05:13:15 Tias Guns

Extra comment on unistd.h include

5b12be9 2012-08-03 05:10:57 Tias Guns

Merge pull request #42 from phihag/fix-include-for-pause

Add include for pause()

9e79595 2012-08-03 05:06:17 Tias Guns

Merge pull request #41 from phihag/fix-add-tester-to-gitignore

Add generated src/tester to gitignore