Change axis events to carry all directions
[platform/upstream/libinput.git] / src / evdev-mt-touchpad.h
2014-12-23 Peter Hutterertouchpad: revert to pointer movement when stopping...
2014-12-23 Peter Hutterertouchpad: rename scroll.state to scroll.edge_state
2014-12-09 Hans de Goedetouchpad: Use remove callback to unlink event listener...
2014-12-05 Jonas ÅdahlIntroduce unaccelerated motion event vectors
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-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-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 Hans de Goedetouchpad: Disable touchpads on trackpoint activity
2014-11-06 Hans de Goedetouchpad: Add tap suspend / resume
2014-11-06 Hans de Goedetouchpad: Rewrite / fix tp_release_all_taps
2014-09-23 Peter Hutterertouchpad: hook up natural scrolling configuration
2014-09-23 Peter Hutterertouchpad: use the evdev device's filter struct
2014-09-19 Hans de Goedetouchpad: Enlarge topbutton area a bit while the touchp...
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: Move generic scroll code from evdev-mt-touchpad...
2014-09-18 Peter Hutterertouchpad: move softbutton initialization to separate...
2014-09-18 Peter Hutterertouchpad: hook up sendevents configuration
2014-07-24 Hans de Goedetouchpad: reset motion history when nfingers changes...
2014-07-21 Hans de Goedetouchpad: Create fake touches for BTN_TOOL_FOO on multi...
2014-07-21 Peter Hutterertouchpad: always enable palm detection on apple 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-03 Peter Hutterertouchpad: drop the BOTTOM_TO_AREA/BOTTOM_NEW states
2014-07-03 Peter Hutterertouchpad: hook up to the tapping configuration
2014-07-02 Hans de Goedetouchpad: Switch to smooth simple acceleration code...
2014-07-01 Peter Hutterertouchpad: disable tapping for fingers exceeding the...
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Hans de Goedetouchpad: Avoid spurious motion event for scroll moveme...
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-02 Peter Hutterertouchpad: fix two indentation issues in the header
2014-06-02 Hans de Goedetouchpad: Add support for top softbutton area
2014-06-02 Hans de Goedetouchpad: Rename some variables and functions
2014-05-29 Jonas Ådahltouchpad: Make anisotropic motion deltas isotropic
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...
2014-05-22 Hans de Goedetouchpad: softbuttons: Deal with a click arriving befor...
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: save the active clickfinger button
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-03-25 Peter Hutterertouchpad: clean up tap bits on destroy
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: 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