Fix two doxygen errors
[platform/upstream/libinput.git] / src / filter.c
2014-07-20 Peter Huttererfilter: move get_direction into shared header
2014-07-09 Peter Hutterertouchpad: normalize the touchpad resolution to 400dpi...
2014-07-09 Peter Huttererfilter: drop constant acceleration
2014-07-09 Peter Huttererfilter: use a separate variable for the final accel...
2014-07-09 Peter Huttererfilter: annotate the various variables we have with...
2014-07-09 Hans de Goedeaccel_profile_smooth_simple: Make 0.0-1.0 accel range...
2014-07-09 Hans de Goedeaccel_profile_smooth_simple: Fix jump in acceleration...
2014-07-09 Hans de Goedeaccel_profile_smooth_simple: Cleanup
2014-07-09 Peter Huttererfilter: drop delta-softening
2014-07-09 Peter Huttererfilter: rename motion_filter_destroy to filter_destroy
2014-05-29 Jonas Ådahlfilter: Ignore non-suitable trackers when calculating...
2014-05-29 Jonas Ådahlfilter: Fix get_direction for short vectors
2014-05-29 Jonas ÅdahlAdd basic mouse pointer acceleration
2014-05-29 Jonas Ådahlfilter: Add motion filter destruction helper
2014-05-26 Jonas Ådahlfilter: Fix coding style
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 Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-11-10 Martin MinarikReplace fprintf() by weston_log()
2013-11-10 Jonas Ådahlevdev: Improve touchpad support and add motion filters