evdev: use a different filter for low resolution touchpad on the Lenovo X230
[platform/upstream/libinput.git] / src / evdev-mt-touchpad.c
2015-04-27 Benjamin Tissoiresevdev: use a different filter for low resolution touchp...
2015-04-17 Peter Hutterertoucphad: fix a comment for the new min touchpad palm...
2015-04-16 Peter Hutterertouchpad: reduce palm detection threshold to 70mm
2015-04-16 Peter Hutterertouchpad: don't allow taps in the top half of the palm...
2015-04-15 Peter Hutterertouchpad: only pair internal trackpoint devices with...
2015-04-09 Peter Hutterertouchpad: rename real_touches to num_slots
2015-04-09 Peter Hutterertouchpad: a touch in TOUCH_NONE doesn't need to be...
2015-04-09 Peter Hutterertouchpad: detect fake finger overflow after BTN_TOOL_QU...
2015-04-08 Peter Hutterertouchpad: delay fake finger processing until the EV_SYN
2015-03-27 Hans de GoedeChange vector_get_direction input to a normalized_coord...
2015-03-27 Hans de GoedeRename delta_coords to device_float_coords
2015-03-25 Hans de GoedeChange tp_filter_motion to normalized_coords
2015-03-25 Hans de GoedeAdd a normalized_is_zero helper function
2015-03-24 Hans de GoedeAdd a delta_coords type and use it were applicable
2015-03-20 Peter HuttererRevert "touchpad: parse the TOUCHPAD_RESOLUTION property"
2015-03-19 Peter Huttererfilter: switch to normalized_coords
2015-03-18 Peter HuttererRevert "touchpad: force a resolution onto the apple...
2015-03-17 Peter Hutterertouchpad: force a resolution onto the apple touchpads
2015-03-17 Peter Hutterertouchpad: parse the TOUCHPAD_RESOLUTION property
2015-03-17 Peter HuttererPush the touchpad magic slowdown to the touchpad accel...
2015-03-17 Peter Hutterertouchpad: simplify resolution check
2015-03-16 Peter Hutterertouchpad: switch delta handling to typesafe coordinates
2015-03-16 Peter Hutterertouchpad: switch touch point, hysteresis, initial coord...
2015-03-16 Peter Hutterertouchpad: change motion history to typesafe coords
2015-03-09 Peter HuttererMove DEFAULT_MOUSE_DPI to evdev.h, provide a conversion...
2015-03-09 Peter Hutterertouchpad: return normalized deltas from tp_get_delta
2015-02-23 Hans de Goedetouchpad: Move gesture handling code to evdev-mt-touchp...
2015-02-23 Hans de Goedetouchpad: Gesture support preparation
2015-02-23 Hans de Goedetouchpad: Add tp_get_average_touches_delta helper function
2015-02-23 Hans de Goedetouchpad: Also stop edge scrolling when the trackpoint...
2015-02-23 Hans de Goedetouchpad: Change how we deal with scroll methods
2015-02-23 Peter Hutterercosmetic: drop more double empty lines
2015-02-03 Peter Hutterertest: add per-device udev rule support
2015-01-29 Peter Hutterertest: add tests for new lenovo touchpads
2015-01-29 Peter Hutterertouchpad: re-route trackpoint buttons on the *50 Lenovo...
2015-01-16 Peter Hutterertouchpad: hook up click method configuration
2015-01-15 Hans de Goedetouchpad: Allow the center of pinned fingers to drift...
2015-01-15 Peter Hutterertouchpad: add a TOUCH_HOVERING state
2015-01-15 Peter Hutterertouchpad: use ffs instead of a manual count
2015-01-15 Peter Hutterertouchpad: factor out fake finger handling
2015-01-15 Stephen Chandler... Rename functions for left handed device configurations
2014-12-24 Peter HuttererAdd pointer axis sources to the API
2014-12-23 Peter Hutterertouchpad: revert to pointer movement when stopping...
2014-12-17 Hans de Goedetouchpad: Use TOUCHPAD_MIN_SAMPLES in tp_get_delta
2014-12-17 Hans de Goedetouchpad: When a clickpad is clicked post combined...
2014-12-17 Hans de Goedetouchpad: Add a tp_post_pointer_motion helper function
2014-12-09 Hans de Goedetouchpad: Use remove callback to unlink event listener...
2014-12-09 Hans de Goedeevdev: Add a remove callback to the evdev_dispatch_inte...
2014-12-05 Jonas ÅdahlIntroduce unaccelerated motion event vectors
2014-12-04 Peter Hutterertouchpad: drop unused device arg from tp_clear_state
2014-12-02 Peter HuttererChange default DPI to 1000
2014-12-02 Peter HuttererMove DEFAULT_MOUSE_DPI to filter.h
2014-11-25 Hans de Goedetouchpad: Add edge-scrolling support
2014-11-25 Hans de Goedetouchpad: Add code to get the touchpad model / manufacturer
2014-11-25 Hans de Goedetouchpad: Move 2 finger scrolling functions to above...
2014-11-24 Peter HuttererRename scroll_mode to scroll_method
2014-11-19 Peter Huttererevdev: move natural scrolling configuration into evdev
2014-11-19 Hans de Goedetouchpad: Hookup scroll-mode configuration
2014-11-11 Hans de Goedetouchpad: s/config/config_natural/
2014-11-11 Peter Hutterertouchpad: explicitly init scroll settings
2014-11-07 Peter HuttererMerge branch 'for-peter' of git://people.freedesktop...
2014-11-06 Hans de Goedetouchpad: Don't send scroll events during 2 finger...
2014-11-06 Peter HuttererChange sendevents configuration to use bitmasks
2014-11-06 Hans de Goedetouchpad: Disable touchpads on trackpoint activity
2014-11-06 Hans de Goedetouchpad: Rename consumed to filter_motion
2014-09-26 Peter Hutterertouchpad: hook up left-handed configuration
2014-09-23 Peter Hutterertouchpad: hook up natural scrolling configuration
2014-09-23 Peter Hutterertouchpad: hook up pointer acceleration configuration
2014-09-23 Peter Hutterertouchpad: use the evdev device's filter struct
2014-09-23 Peter HuttererReplace pointer acceleration with a much simpler linear one
2014-09-19 Hans de Goedetouchpad: Enlarge topbutton area a bit while the touchp...
2014-09-18 Hans de Goedetouchpad: When disabling a TOPBUTTONPAD, leave the...
2014-09-18 Hans de Goedetouchpad: Put state unrolling code in a tp_clear_state...
2014-09-18 Hans de Goedetouchpad: Route top softbuttons through the trackstick...
2014-09-18 Peter Hutterertouchpad: Keep track of associated trackpoint device
2014-09-18 Hans de Goedeevdev: Add an internal device suspend / resume notifica...
2014-09-18 Hans de Goedeevdev: Move generic scroll code from evdev-mt-touchpad...
2014-09-18 Peter Hutterertouchpad: implement conditional disabling
2014-09-18 Peter Huttererevdev: add internal tagging system
2014-09-18 Peter Huttererevdev: add a internal device notification mechanism
2014-09-18 Peter Hutterertouchpad: hook up sendevents configuration
2014-09-18 Peter Hutterertouchpad: split handling the state into a separate...
2014-08-18 Jonas Ådahlevdev: Let dispatch instances set their own capabilities
2014-07-24 Hans de Goedetouchpad: reset motion history when nfingers changes...
2014-07-21 Peter Huttererstyle fix: Remove duplicate empty lines
2014-07-21 Hans de Goedetouchpad: make tp_estimate_delta return fractions
2014-07-21 Hans de Goedetouchpad: Create fake touches for BTN_TOOL_FOO on multi...
2014-07-21 Hans de Goedetouchpad: Don't process fake touches if they are not...
2014-07-21 Hans de Goedetouchpad: Protect tp_begin_touch and tp_end_touch again...
2014-07-21 Peter Hutterertouchpad: always enable palm detection on apple touchpads
2014-07-21 Peter Hutterertouchpad: always init the left/right palm edge to INT_M...
2014-07-20 Peter Hutterertouchpad: don't init edge palm detection on touchpads...
2014-07-20 Peter Hutterertouchpad: require a <45 degree movement for a palm...
2014-07-20 Peter Hutterertouchpad: if a palm touch moves out of the edge zone...
2014-07-20 Peter Hutterertouchpad: implement edge-based basic palm detection
2014-07-16 Peter Hutterertouchpad: check the pointer touch for history size
2014-07-10 Peter Hutterertouchpad: fix coding style
2014-07-09 Peter Hutterertouchpad: normalize the touchpad resolution to 400dpi...
2014-07-09 Peter Hutterertouchpad: don't feed 0/0 deltas into the accel filters
2014-07-09 Peter Huttererfilter: rename motion_filter_destroy to filter_destroy
next