View Git repositories

libinput hosts its code at git://anongit.freedesktop.org/wayland/libinput.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:libinput

See all merge proposals.

libinput has 1 active branch owned by 1 person. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:libinput
Series: trunk
1 Development 2018-08-22 10:12:55 UTC
2571. Add quirk to control velocity averagi...

Author: Kim Lindberger
Revision Date: 2018-08-22 10:12:55 UTC

Add quirk to control velocity averaging, disable it by default

libinput applies averaging to the velocity of most pointer devices. Averaging
the velocity makes the motion look smooth and may be of benefit to bad input
devices. For good devices, however, it comes at the unfortunate price of
decreased accuaracy.

This change turns velocity averaging off by default (sets ntrackers to 2 instead
of 16) and allows for it to be turned back on via a quirk, for bad devices which
require it.

11 of 1 result
You can't create new branches for libinput.