[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-libinput: Changes to 'refs/tags/xserver-xorg-input-libinput-0.11.0-1'



Tag 'xserver-xorg-input-libinput-0.11.0-1' created by Timo Aaltonen <tjaalton@debian.org> at 2015-07-06 13:28 +0000

Tagging upload of xserver-xorg-input-libinput 0.11.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJVmoJoAAoJEMtwMWWoiYTc7OkP/18LkBLvwHirTH5NeZxnA4/P
ERig2Zpcr7afRnk/hHpPG5Aa45NGWg1wQIR/VF0uDNGd6hUJomnOIsCoSxSOLkSU
kfzsFTbdvX35l6hF911RRnCX8iBGnnTCod73JX+rHs8uKxv4m6BkTvOtgpF/vrBG
MLMidUcCwq2Lo1hWPs6XE6ZN/1+UO0ZYGtyMu+l8DtRMxj+gqs/nNbpPWzwbe2oo
AOquM6weWAi4bPqH0lz7n4k0zB+yVuEoDA3oLI3oSL97UwVhgfc+8seK28qmyw9W
LaY5yGdwO3EggOQXCcW0lG1AasnonHKbqCybAXtmZn3IYxIOLoAsI1klblzPSSW4
q3eW1t1Kr4xpFBQMU5ClIhM4kokyDGtHoBWVmZzOx1eBVfS7iuMFgaf4AntcsMDo
9lYLD7XGn+IrIctrB7JhIwsQy5GIg2kHpacG+gDl8S+HEYZSSrU1E0bVNYayHDlD
n0Tx02qvbXFw+y2MFOIdl9V4dE3neLS5q5LUaDCj3fdFTeAv/XyQKMA8dGBg3O7W
FIXKSDUAYyuJspDNmh8rHOuVjKyJ9+oI89tl6vO7u1DL8P8QplwtldjqfRVHNd50
j1NHYNEf94XcqlZT1pB4fanHJSspLBi4SSuNb7vP0MZZLfTdS9qkKuuilU7hTORN
uJkF9H6K25s0SNMdrMKy
=rufx
-----END PGP SIGNATURE-----

Changes since the dawn of time:
Benjamin Tissoires (2):
      Fix scrolling jumps
      Do not set valuators for touch up events

Boyan Ding (1):
      Initialize variable 'path' to NULL to silence warning

Friedrich Schöller (1):
      Reapply configuration at DEVICE_ON

Jonas Ådahl (1):
      Use floating point instead of fixed point numbers

Julien Cristau (2):
      Let uscan verify tarball signatures
      Bump debhelper compat level to 9

Olivier Fourdan (4):
      libinput-drv: Add autogen.sh
      libinput-drv: Move properties to a separate header
      Move properties to a separate header
      Ignore property changes if the device is disabled

Peter Hutterer (106):
      Baseline for a libinput-based driver
      Hook up scroll events
      Hook up touch events
      Silence some compiler warnings
      Update to latest API
      Add the xorg keycode offset to the key events
      Init with default XKB options
      Clarify a comment
      Keep track of the enabled devices
      Adjust for new API - current-screen-dimensions callback was removed
      Fix bitmask handling when changing LEDs
      Reset the fd to -1 after PreInit
      Whitespace fix
      Fix up for new libinput API - without touch subtypes
      Only post rel motion events if we have a non-zero delta
      Switch to ValuatorMasks for motion and axis events
      zero out the valuator mask before sending touch events
      Unset the device user data on device off
      Delete the input device reference on uninit
      Fix scrolling axis number
      Require libinput 0.3.0
      Fix for libinput 0.4.0 API changes
      Use the new libinput_ref/unref instead of manual counting.
      xf86-input-libinput 0.1.0
      Add COPYING file
      Fix distcheck
      xf86-input-libinput 0.1.1
      Let libinput take care of pointer acceleration
      Drop the pkgconfig file
      Drop two comments mentioning evdev
      xf86-input-libinput 0.1.2
      Replace AC_PROG_LIBTOOL with LT_INIT
      Ship an example config snippet
      Drop some mention of evdev
      Add a rudimentary README
      Require libinput 0.6
      Expose properties for the various configuration settings.
      Add a couple of general properties that all drivers should support
      Add a man page
      Expose all config options as xorg.conf options
      Apply all config options on DEVICE_ON
      Store the data in the local options, then apply all at once
      man: add missing Makefile.am
      Set the XI type for the device
      Fix loop condition
      Replace hardcoded button number with one we can calculate
      Init the right number of buttons for pointer devices
      Update the README
      Allow re-enabling of the sendevents configuration
      Add an explanatory comment for the disabled ptraccel
      Hook up the libinput log handler
      xf86-input-libinput 0.2.0
      Add support for left-handed button orientation
      Add support for switching scroll methods
      Add support for changing the button-scrolling button
      Use the button conversion helper for normal button events too
      Drop double empty lines
      Don't process events from devices that got removed already
      xf86-input-libinput 0.3.0
      Split scroll methods property into "available" and "current"
      Split sendevent modes property into "available" and "current"
      Allow disabling scroll methods
      Leave the XKB defaults up to the server
      man: fix wrong option name
      Change the touch IDs to uints
      Change a sigsafe error to xf86IDrvMsg
      Move the option parsing into a separate function
      Split up a really long line
      Support absolute pointer devices
      Require libinput 0.7.0
      xf86-input-libinput 0.4.0
      Support server-side fds
      Fix for new libinput APIs
      xf86-input-libinput 0.5.0
      Move the property #defines up
      Remove unused define
      Revert "libinput-drv: Move properties to a separate header"
      Swap button labels for back/forward to align with linux/input.h
      xf86-input-libinput 0.6.0
      Formatting fix
      Only apply left-handed/scroll button configuration when it's available
      xf86-input-libinput 0.7.0
      Fix off-by-one error in buttonmap initialization (#89300)
      Use the new libinput_device_pointer_has_button
      Split out property init into helper functions
      Add properties to change the click method (#89332)
      Don't unref the device until we're done with it in DEVICE_INIT
      Apply the configuration before initalizing the property
      Up the scroll dist value for touchpads
      xf86-input-libinput 0.8.0
      cosmetic: drop duplicate empty lines
      Fix a couple of -Wformat warnings
      man: update the property list in the man page
      Add a helper function for making properties
      Add "libinput something Default" properties
      xf86-input-libinput 0.9.0
      Add a property for middle button emulation
      Move the option parsing into helper functions
      man: add two linebreaks to make things easier to visually parse
      Add option "ButtonMapping" (#90206)
      Group scroll distances into a struct
      xf86-input-libinput 0.10.0
      Only init abs axes if we don't have acceleration
      Use the new unaccelerated valuator ValuatorMask features
      Fix missing scroll methods default/scroll button property
      xf86-input-libinput 0.11.0

Timo Aaltonen (9):
      initial packaging
      include the config snippet
      fix bug script link
      Merge branch 'upstream-unstable' into debian-unstable
      bump the version
      bump libinput-dev build-dep
      close a bug
      Merge remote-tracking branch 'origin/debian-unstable' into debian-unstable
      release to unstable


Reply to: