summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-13Don't grab device in mtdev caseHEADtestChase Douglas1-4/+0
With the grab it is impossible to run two mtdev mtviews at the same time.
2011-01-13Update for utouch-frame coord translationChase Douglas1-7/+15
Some minor fixes too
2011-01-12StuffChase Douglas1-36/+16
2011-01-11Listen to property events for input coordination transformationChase Douglas1-0/+1
2011-01-10Remove unused variableChase Douglas1-1/+0
2011-01-10Include stdlib.h and unistd.h for warning fixesChase Douglas1-0/+2
2011-01-10Watch for resize events, clear screen, and draw correctlyChase Douglas1-9/+27
2011-01-10mt events through XHenrik Rydberg3-54/+165
2011-01-03Bump to v1.1.1Henrik Rydberg1-1/+1
2011-01-03Update dependencies and installation instructionsHenrik Rydberg1-3/+3
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2011-01-02Release mtview 1.1.0Henrik Rydberg1-1/+1
2011-01-02Switch to autotoolsHenrik Rydberg11-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>
2011-01-02Use utouch-frame instead of grailHenrik Rydberg2-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>
2010-09-29Make devices without both width height and pressure workHenrik Rydberg1-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>
2010-09-05Temporarily make sure contact area is always definedHenrik Rydberg1-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>
2010-09-04Fix problem with X event buffersHenrik Rydberg1-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>
2010-08-30capture close button to exit more gracefullyHenrik Rydberg1-5/+5
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2010-08-30reasonable behaviorHenrik Rydberg1-29/+54
2010-08-30trying a bit more usefulHenrik Rydberg1-9/+34
2010-08-27Simple MT contact drawing applicationHenrik Rydberg3-0/+183
Uses grail-touch and mtdev. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>