touchpad: hook up natural scrolling configuration
[platform/upstream/libinput.git] / src / evdev-mt-touchpad.c
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
2014-07-02 Hans de Goedetouchpad: Switch to smooth simple acceleration code...
2014-07-01 Hans de Goedetouchpad: Simplify tp_hysteresis
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Hans de Goedetp_post_twofinger_scroll: Move setting of t->is_pointer...
2014-06-25 Hans de Goedetouchpad: Avoid spurious motion event for scroll moveme...
2014-06-23 Peter HuttererName-space the scroll event types
2014-06-19 Peter Huttererevdev: keep the absinfo struct around instead of min/max
2014-06-19 Hans de Goedetouchpad: tp_current_touch: Fix off by one error
2014-06-12 Peter Hutterertouchpad: always call into the the tap state machine
2014-06-10 Hans de Goedeevdev-mt-touchpad-tap: Switch over to new timer subsystem
2014-06-10 Hans de Goedeevdev-mt-touchpad-buttons: Switch over to new timer...
2014-06-09 Jonas ÅdahlUse floating point numbers instead of fixed point numbers
2014-06-04 Peter Hutterertouchpad: whitespace fix
2014-06-04 Peter Hutterertouchpad: Drop the scroll direction lock, increase...
2014-05-29 Jonas Ådahltouchpad: Make anisotropic motion deltas isotropic
2014-05-29 Jonas Ådahlfilter: Add motion filter destruction helper
2014-05-27 Hans de Goedetouchpad: Stop scrolling on a button click / tap
2014-05-27 Hans de Goedetouchpad: Refactor tp_post_scroll_events()
2014-05-27 Hans de Goedetouchpad: Fix sending of scroll stop events
2014-05-27 Hans de Goedetouchpad: Clear touches being the pointer when doing...
2014-05-22 Peter HuttererMerge branch 'clickpad-improvements-v2' of git://people...
2014-05-22 Jonas Ådahltouchpad: Make pointer movements a bit faster by default
2014-05-22 Hans de GoedeChange internal timestamps to uint64_t to properly...
2014-05-22 Hans de Goedetouchpad: Remove clickpad clicked test from 2 finger...
2014-05-22 Hans de Goedetouchpad: Ignore fingers in button area for 2 finger...
2014-05-22 Hans de Goedetouchpad: Use INPUT_PROP_BUTTONPAD instead of checking...
2014-05-22 Hans de Goedetouchpad: Rework is_pointer handling
2014-05-22 Peter Hutterertouchpad: Add clickpad-style software buttons
2014-05-22 Peter Hutterertouchpad: move button-related code into a separate...
2014-05-22 Peter Hutterertouchpad: after a click, lock the finger to its current...
2014-05-22 Peter Hutterertouchpad: set ntouches for single-touch pads depending...
2014-04-30 Carlos Olmedo Escobartouchpad: check calloc result
2014-04-22 Jonas Ådahltouchpad: Silence -Wmaybe-uninitialized compiler warning
2014-03-25 Peter Hutterertouchpad: clean up tap bits on destroy
2014-03-25 Peter Hutterertouchpad: add missing flag for ABS_X events
2014-03-25 Peter Hutterertouchpad: fix copy/paste error
2014-03-25 Peter HuttererMerge branch 'wip/mt-touchpad'
2014-03-24 Peter Hutterertouchpad: Support finger-pinnnig during physical button...
2014-03-24 Peter Hutterertouchpad: mark the first finger as pointer-controlling...
2014-03-24 Peter Hutterertouchpad: add support for clickfingers
2014-03-24 Peter Hutterertouchpad: add fake-touch support for BTN_TOOL_DOUBLETAP...
2014-03-24 Peter Hutterertouchpad: support single-touch touchpads
2014-03-24 Peter Hutterertouchpad: Only move the pointer when there's a single...
2014-03-24 Peter Hutterertouchpad: require minimum scroll distance and lock...
2014-03-24 Peter Hutterertouchpad: Filter motion in a certain number of tap...
2014-03-24 Peter Hutterertouchpad: add support for multi-finger tapping
2014-03-24 Peter Hutterertouchpad: Make touchpad_get_delta() available from...
2014-03-24 Peter Hutterertouchpad: add a struct for handling physical button...
2014-03-24 Peter Hutterertouchpad: mark which events are currently pending proce...
2014-03-24 Peter Hutterertouchpad: move structs into a header file
2014-03-24 Peter Hutterertouchpad: add two-finger average scrolling
2014-03-24 Peter Hutterertouchpad: hook up the pointer acceleration
2014-03-24 Peter Hutterertouchpad: add hysteresis smoothing for input coordinates
2014-03-24 Peter Hutterertouchpad: add a touchpad driver based on per-finger...
2014-03-24 Peter HuttererAdd the shell for a multitouch-compatible touchpad...