summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump to version 1.1.4v1.1.4Henrik Rydberg2011-02-231-1/+1
|
* 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>
* Bump to version v1.1.2v1.1.2Henrik Rydberg2011-02-151-1/+1
|
* Optional XI2.1 supportHenrik Rydberg2011-02-151-0/+9
| | | | | | | | | | | | 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>
* Bump to v1.1.1v1.1.1Henrik Rydberg2011-01-031-1/+1
|
* Release mtview 1.1.0v1.1.0Henrik Rydberg2011-01-021-1/+1
|
* Switch to autotoolsHenrik Rydberg2011-01-021-0/+33
To simplify the creation of packages for mtview, swtich to using the autoconf make tools. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>