summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update frame API version dependencyHenrik Rydberg2011-02-231-1/+1
| | | | | | | | Bump the utouch-frame version dependency to the appropriate api version. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Bump to version 1.1.3v1.1.3Henrik Rydberg2011-02-221-1/+1
|
* Simplify XInput package testHenrik Rydberg2011-02-221-3/+2
| | | | | | | The XI2.1 support is present in sufficiently recent xinput packages, so simplify the testing accordingly. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Adjust to xi2 api changesHenrik Rydberg2011-02-211-2/+2
| | | | | The touch event types have new names since February 2011. Modify accordingly.
* Bump to version v1.1.2v1.1.2Henrik Rydberg2011-02-151-1/+1
|
* Optional XI2.1 supportHenrik Rydberg2011-02-153-1/+133
| | | | | | | | | | | | This patch adds XI2.1 support to mtview. Several instances of the the program can be open simultaneously, each one being a window into the device, which is mapped onto the whole screen. On a touchscreen, paiting can occur simultaneously in each window. The device mapping is automatically modified in multi-head setups, and xinput set-prop can be used to map the device to a portion of the screen. Thanks to Chase Douglas for fixing this. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Prepare for additional backendsHenrik Rydberg2011-02-151-82/+112
| | | | | | | | | Rework the code slightly to make room for additional backends. Some fixes due to Chase Douglas have been incorporated as well. The device is mapped onto the whole screen, and the paint area is a window into it, regardless of where the window is on screen. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Bump to v1.1.1v1.1.1Henrik Rydberg2011-01-031-1/+1
|
* Update dependencies and installation instructionsHenrik Rydberg2011-01-031-3/+3
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Release mtview 1.1.0v1.1.0Henrik Rydberg2011-01-021-1/+1
|
* Switch to autotoolsHenrik Rydberg2011-01-0211-37/+859
| | | | | | | To simplify the creation of packages for mtview, swtich to using the autoconf make tools. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Use utouch-frame instead of grailHenrik Rydberg2011-01-022-46/+68
| | | | | | | | With the introduction of utouch-frame, the dependence of this package may be simplified. This patch removes the dependency on grail, and instead uses evemu and frame, which are targeting touch usage only. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Make devices without both width height and pressure workHenrik Rydberg2010-09-291-1/+5
| | | | | | | | For devices without finger property information, the current code does not display anything. Set a default finger width for frames with zero width, height and pressure. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Temporarily make sure contact area is always definedHenrik Rydberg2010-09-051-0/+2
| | | | | | | | | | | Some devices do not always send touch_minor after touch_major has been set. According to the MT protocol, this case should be treated as if minor is equal to major. This patch makes sure touch_minor is never zero when touch_major is set. When grail v1.0.13 is out, this patch will no longer have any effect. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Fix problem with X event buffersHenrik Rydberg2010-09-041-7/+5
| | | | | | | | It seems flushing is not enough to keep X stable, so check for pending events and extract them when idle. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* capture close button to exit more gracefullyHenrik Rydberg2010-08-301-5/+5
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* reasonable behaviorHenrik Rydberg2010-08-301-29/+54
|
* trying a bit more usefulHenrik Rydberg2010-08-301-9/+34
|
* Simple MT contact drawing applicationHenrik Rydberg2010-08-273-0/+183
Uses grail-touch and mtdev. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>