Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
* Smooth scroll: detect and handle flipped up&down, left&right buttons
* Add examples with my current configuration as first example.
* Proper initialization of scroll axes(2 and 3).
* Setup scroll valuators also during device initialization.
* Do not consider edge clicks when calculating emulated buttons
* Change type of variables holding movement delta to double for better precision.
* Rewrite tap implementation from scratch. Remove 'status' field from Touch structure.
* Clear the MT_BUTTON bit of touches when an integrated button is released.
* Scale gesture reimplementation.
  • Loading branch information
p2rkw committed Nov 1, 2016
1 parent 211557f commit e9529dc
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
xf86-input-mtrack
=================
######v0.4.1

An Xorg driver for multitouch trackpads. Supports any trackpad whose kernel
driver uses the slotted multitouch protocol. For more information on the
Expand All @@ -12,7 +13,7 @@ the [mtdev][4] library to operate.
License
-------

* Copyright (C) 2015 Paweł Turkowski <p2rkw0@gmail.com>
* Copyright (C) 2016 Paweł Turkowski <p2rkw0@gmail.com>
* Copyright (C) 2011 Ryan Bourgeois <bluedragonx@gmail.com>
* Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>

Expand Down
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.4.1
* Smooth scroll: detect and handle flipped up&down, left&right buttons
* Add examples with my current configuration as first example.
* Proper initialization of scroll axes(2 and 3).
* Setup scroll valuators also during device initialization.
* Do not consider edge clicks when calculating emulated buttons
* Change type of variables holding movement delta to double for better precision.
* Rewrite tap implementation from scratch. Remove 'status' field from Touch structure.
* Clear the MT_BUTTON bit of touches when an integrated button is released.
* Scale gesture reimplementation.

## v0.4.0
* Add smooth scroll
* Add scroll/swipe/swipe4 to drag functionality
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
xserver-xorg-input-mtrack (0.4.1) unstable; urgency=low

* Smooth scroll: detect and handle flipped up&down, left&right buttons
* Add examples with my current configuration as first example.
* Proper initialization of scroll axes(2 and 3).
* Setup scroll valuators also during device initialization.
* Do not consider edge clicks when calculating emulated buttons
* Change type of variables holding movement delta to double for better precision.
* Rewrite tap implementation from scratch. Remove 'status' field from Touch structure.
* Clear the MT_BUTTON bit of touches when an integrated button is released.
* Scale gesture reimplementation.

-- Paweł Turkowski <p2rkw0@gmail.com> Wed, 02 Nov 2016 00:13:04 +0100

xserver-xorg-input-mtrack (0.4.0) unstable; urgency=low

* Add smooth scroll
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: xserver-xorg-input-mtrack
Section: misc
Priority: optional
Maintainer: Ryan Bourgeois <bluedragonx@gmail.com>, Paweł Turkowski <p2rkw0@gmail.com>
Maintainer: Paweł Turkowski <p2rkw0@gmail.com>
Build-Depends:
debhelper (>= 5),
xserver-xorg-dev (>= 2:1.7.6),
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Upstream Authors: Ryan Bourgeois <bluedragonx@gmail.com>
Copyright:
Copyright (C) 2008 Henrik Rydberg (rydberg@euromail.se)
Copyright (C) 2011 Ryan Bourgeois (bluedragonx@gmail.com)
Copyright (C) 2015 Paweł Turkowski (p2rkw0@gmail.com)
Copyright (C) 2016 Paweł Turkowski (p2rkw0@gmail.com)

License:

Expand All @@ -27,6 +27,6 @@ License:
Packaging:
Copyright (C) 2008 by Henrik Rydberg <rydberg@euromail.se>
Copyright (C) 2011 by Ryan Bourgeois <bluedragonx@gmail.com>
Copyright (C) 2015 by Paweł Turkowski <p2rkw0@gmail.com>
Copyright (C) 2016 by Paweł Turkowski <p2rkw0@gmail.com>
released under GPL 2

0 comments on commit e9529dc

Please sign in to comment.