evdev: use a different filter for low resolution touchpad on the Lenovo X230
[platform/upstream/libinput.git] / src / filter.h
2015-04-27 Benjamin Tissoiresevdev: use a different filter for low resolution touchp...
2015-03-19 Peter Huttererfilter: switch to normalized_coords
2015-03-17 Peter HuttererPush the touchpad magic slowdown to the touchpad accel...
2015-03-09 Peter HuttererMove DEFAULT_MOUSE_DPI to evdev.h, provide a conversion...
2015-03-02 Peter Hutterercosmetic: more duplicate empty line removal
2014-12-02 Peter HuttererChange default DPI to 1000
2014-12-02 Peter HuttererMove DEFAULT_MOUSE_DPI to filter.h
2014-12-02 Peter Huttererfilter: fix a comment, 400 isn't hard-coded anymore
2014-10-31 Derek Foremanfilter: Fix typo
2014-09-23 Peter Huttererfilter: add a configurable speed interface
2014-09-23 Peter Huttererfilter: add a filter-private.h header file
2014-09-23 Peter HuttererReplace pointer acceleration with a much simpler linear one
2014-09-18 Derek Foremancosmetic: Remove prototype for nonexistent create_linea...
2014-07-15 Peter HuttererInclude stdint.h from filter.h
2014-07-09 Peter Hutterertouchpad: normalize the touchpad resolution to 400dpi...
2014-07-09 Peter Huttererfilter: rename motion_filter_destroy to filter_destroy
2014-05-29 Jonas ÅdahlAdd basic mouse pointer acceleration
2014-05-29 Jonas Ådahlfilter: Add motion filter destruction helper
2014-05-22 Peter HuttererMerge branch 'clickpad-improvements-v2' of git://people...
2014-05-22 Hans de GoedeChange internal timestamps to uint64_t to properly...
2013-11-19 Jonas ÅdahlMerge branch 'master' into udev
2013-11-12 Jonas ÅdahlPort evdev code to be used as a shared library
2013-11-12 Jonas Ådahlfilter: Remove unused variable
2013-11-10 Daniel StoneAdd more missing config.h includes
2013-11-10 Jonas Ådahlevdev: Improve touchpad support and add motion filters