Home | Back
------------------------------------------------------------
revno: 24
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 12:37:53 +0100
message:
  Release version 1.1.0
  
  With this release, the (ABI-stable) API additions are official.
------------------------------------------------------------
revno: 23
tags: v1.0.4
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 12:06:36 +0100
message:
  Bump to version 1.0.4
------------------------------------------------------------
revno: 22
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 12:06:09 +0100
message:
  Add missing manpage source to tarball
  
  The .txt files where missing from the tarball, such that the
  manpage could not be regenerated.
------------------------------------------------------------
revno: 21
tags: v1.0.3
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 11:03:51 +0100
message:
  Bump to version 1.0.3
------------------------------------------------------------
revno: 20
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 11:03:28 +0100
message:
  Ignore generated xi2 binary and manpage
------------------------------------------------------------
revno: 19
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 11:02:52 +0100
message:
  Generate manpage also for the optional xi2 configuration
------------------------------------------------------------
revno: 18
tags: v1.0.2
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 16:32:16 +0100
message:
  Bump to version 1.0.2
------------------------------------------------------------
revno: 17
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 16:32:00 +0100
message:
  Disable time-dependent filtering for current XI2.1
  
  Velocity-adjusted positioning and Kalman filters depend on accurate
  time stamps on events. Until we have device event times, disable this
  functionality for XI2.1
------------------------------------------------------------
revno: 16
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 15:53:42 +0100
message:
  Fix ABS_MT_DISTANCE compilation conditional
  
  The ABS_MT_DISTANCE is new, and the corresponding entry in
  xserver-properties.h is even newer. Make compilation conditional on
  the existence of those two defines.
------------------------------------------------------------
revno: 15
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 15:53:21 +0100
message:
  Simplify XInput package test
  
  The XI2.1 support is present in sufficiently recent xinput packages,
  so simplify the testing accordingly.
------------------------------------------------------------
revno: 14
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:16:19 +0100
message:
  Adjust to xi2 api changes
  
  The touch event types have new names since February 2011. Modify
  accordingly.
------------------------------------------------------------
revno: 13
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:16:00 +0100
message:
  Add functions to extract number of frames and slots
------------------------------------------------------------
revno: 12
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:15:30 +0100
message:
  Add velocity estimate
  
  The per-touch velocity is useful in many contexts. This patch
  adds a simple estimator of the velocity, which also smooths out
  position jumps caused by course-grained event updates.
------------------------------------------------------------
revno: 11
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:15:13 +0100
message:
  Break out common display functions
------------------------------------------------------------
revno: 10
tags: v1.0.1
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:06:12 +0100
message:
  Bump to v1.0.1
------------------------------------------------------------
revno: 9
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:01:51 +0100
message:
  Optional XI2.1 support
  
  This patchs adds optional XI2.1 support to utouch-frame. The
  utouch/frame-xi2.h header contains helper functions equivalent
  to utouch/frame-mtdev.h. In addition, the device-to-screen mapping
  is handled via XEvents and optionally XIPropertyEvent. The latter
  allows free device placement via xinput set-prop, useful in multi-
  head setups, thanks to Chase Douglas. Touch frame events can be tested
  using the utouch-frame-test-xi2 tool. Use --with-xi to enable.
------------------------------------------------------------
revno: 8
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:01:01 +0100
message:
  Fix makefile oops
------------------------------------------------------------
revno: 7
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:00:42 +0100
message:
  Add set slot by touch id utility
------------------------------------------------------------
revno: 6
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:00:12 +0100
message:
  Map device coordinates onto target surface
  
  The current implementation outputs most touch attributes in device
  coordinates. However, the primary use case is to map the input device
  onto an area on the screen, needed in particular for multihead setups.
  Moreover, the XI2.1 backend works with screen coordinates, creating
  an unnecessary discrepancy between backends. This patch adds the basic
  transformation layer to the utouch surface, thus serving as the master
  point of device-to-surface mapping.
------------------------------------------------------------
revno: 5
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 14:59:40 +0100
message:
  Add C++ header integration
------------------------------------------------------------
revno: 4
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-08 19:28:09 +0100
message:
  Display device properties based on utouch surface instead
  
  The current code erroneously extracts the device properties from
  the evemu device, when there is a utouch surface structure to read
  from. Remedied.
------------------------------------------------------------
revno: 3
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-08 19:24:27 +0100
message:
  Setup device properties based on udev heuristic for non-property devices
------------------------------------------------------------
revno: 2 [merge]
committer: Stephen M. Webb <stephen.webb@canonical.com>
branch nick: utouch-frame
timestamp: Thu 2011-02-03 13:39:08 -0500
message:
  Changes required for uploading into Ubuntu.
------------------------------------------------------------
revno: 1
tags: v1.0.0
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Thu 2010-12-30 20:23:24 +0100
message:
  Initial load of utouch-frame
  
  Compiles and runs on mtdev. ABI proof.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.