Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p2rkw committed Jan 28, 2018
1 parent 01c4f25 commit 0067430
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
xf86-input-mtrack
=================
###### v0.4.1
###### v0.5.0

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

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

Expand Down
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.5.0
* Add tap-to-drag lock timeout
* Make edge size configurable for each edge individually
* Add edge scrolling
* Fix movement truncation
* Fix crash during suspend/wake up
* Make movement speed resolution independent
* Lock smooth scroll to one axis at time
* Post button events before move events
* New emulated buttons implementation
* Reduce max recognized fingers/touch points from 32 to 16
* New fancy readme with anchors
* Fix warnings, improve logging
* New examples
* Helper script to parse output of xinput --list-props

## v0.4.1
* Smooth scroll: detect and handle flipped up&down, left&right buttons
* Add examples with my current configuration as first example.
Expand Down
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
xserver-xorg-input-mtrack (0.5.0) unstable; urgency=medium

* Add tap-to-drag lock timeout
* Make edge size configurable for each edge individually
* Add edge scrolling
* Fix movement truncation
* Fix crash during suspend/wake up
* Make movement speed resolution independent
* Lock smooth scroll to one axis at time
* Post button events before move events
* New emulated buttons implementation
* Reduce max recognized fingers/touch points from 32 to 16
* New fancy readme with anchors
* Fix warnings, improve logging
* New examples
* Helper script to parse output of xinput --list-props

-- Paweł Turkowski <p2rkw0@gmail.com> Sun, 28 Jan 2018 20:02:28 +0100

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

* Smooth scroll: detect and handle flipped up&down, left&right buttons
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) 2016 Paweł Turkowski (p2rkw0@gmail.com)
Copyright (C) 2018 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) 2016 by Paweł Turkowski <p2rkw0@gmail.com>
Copyright (C) 2018 by Paweł Turkowski <p2rkw0@gmail.com>
released under GPL 2

1 change: 1 addition & 0 deletions driver/mtrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Multitouch X driver
* Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>
* Copyright (C) 2011 Ryan Bourgeois <bluedragonx@gmail.com>
* Copyright (C) 2015-2018 Paweł Turkowski <p2rkw0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions include/gestures.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Multitouch X driver
* Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>
* Copyright (C) 2011 Ryan Bourgeois <bluedragonx@gmail.com>
* Copyright (C) 2015-2018 Paweł Turkowski <p2rkw0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions include/mtouch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Multitouch X driver
* Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>
* Copyright (C) 2011 Ryan Bourgeois <bluedragonx@gmail.com>
* Copyright (C) 2015-2018 Paweł Turkowski <p2rkw0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 2 additions & 0 deletions src/gestures.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
* Multitouch X driver
* Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>
* Copyright (C) 2011 Ryan Bourgeois <bluedragonx@gmail.com>
* Copyright (C) 2015-2018 Paweł Turkowski <p2rkw0@gmail.com>
*
* Gestures
* Copyright (C) 2008 Henrik Rydberg <rydberg@euromail.se>
* Copyright (C) 2010 Arturo Castro <mail@arturocastro.net>
* Copyright (C) 2011 Ryan Bourgeois <bluedragonx@gmail.com>
* Copyright (C) 2015-2018 Paweł Turkowski <p2rkw0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 0067430

Please sign in to comment.