evdev: hook up a generic enable/disable interface for devices
[platform/upstream/libinput.git] / src /
2014-06-13 Peter HuttererAdd two doxygen cross-references for the logging functions
2014-06-12 Peter Hutterertouchpad: always call into the the tap state machine
2014-06-11 Hans de GoedeAdd a log_msg_va function
2014-06-11 Hans de Goedetimer.h: Add #include libinput-util.h
2014-06-10 Peter Hutterertouchpad: Prefix tap-debugging message
2014-06-10 Peter Hutterertouchpad: log the invalid event as bug, not just as...
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-10 Hans de GoedeAdd a timer subsystem
2014-06-10 Peter HuttererMark the log function as attribute printf
2014-06-10 Peter HuttererDrop empty FFI_CFLAGS
2014-06-09 Jonas Ådahldoc: Fix spelling
2014-06-09 Jonas Ådahlevdev: Migrate rest of 32 bit time variables to uint64_t
2014-06-09 Stephen Chandler... s/libinput_pointer_button_state/libinput_button_state/
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-06-04 Peter Hutterertouchpad: break up a long line
2014-06-03 Peter HuttererAdd our own version of linux/input.h
2014-06-02 Peter Korsgaardevdev: Provide fallback definition for KEY_MICMUTE
2014-06-02 Peter Korsgaardevdev: Use correct fallback value for KEY_LIGHTS_TOGGLE
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-30 Peter HuttererReplace log_bug with per-component bug macros
2014-05-30 Peter HuttererRemove old touchpad code
2014-05-29 Peter Huttererevdev: INPUT_PROP_DIRECT devices can't be touchpads
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 Ådahltouchpad: Make anisotropic motion deltas isotropic
2014-05-29 Jonas ÅdahlAdd basic mouse pointer acceleration
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-26 Jonas Ådahlfilter: Fix coding style
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: handle_timeouts: Remove unused return value
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: softbuttons: Deal with a click arriving befor...
2014-05-22 Hans de Goedetouchpad: post_button_events: Remove TOUCHPAD_EVENT_BUT...
2014-05-22 Hans de Goedetouchpad: Ignore non left clicks on clickpads
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: reset the tap timer_fd to -1 on destroy
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-05-22 Jonas Ådahlconfigure.ac: Add libtool versioning setting to configu...
2014-04-30 Carlos Olmedo Escobartouchpad: check calloc result
2014-04-23 Jonas Ådahlevdev: Define KEY_LIGHTS_TOGGLE macro if missing
2014-04-23 Carlos Garnachoevdev: indentation fix
2014-04-23 Carlos GarnachoFix doc typo
2014-04-23 Carlos GarnachoFix doc typo in function name
2014-04-23 Carlos GarnachoRemove doc references to non-existing function
2014-04-23 Carlos GarnachoFix doc typo
2014-04-22 Jonas Ådahltouchpad: Silence -Wmaybe-uninitialized compiler warning
2014-04-22 Jonas ÅdahlIntroduce seat wide button and key count API
2014-04-22 Jonas Ådahlevdev: Avoid double touch down/up events
2014-04-22 Jonas Ådahlevdev: Dynamically allocate slot array
2014-04-22 Jonas Ådahlevdev: Use temporary variable when passing libevdev...
2014-04-17 Hans de GoedeAdd a log_bug macro
2014-04-12 U. Artie Eoffevdev: log configured device info
2014-04-10 Peter HuttererAdd functions to convert back to the base event
2014-04-10 Peter HuttererFix up ARRAY_FOR_EACH macro
2014-04-10 Peter HuttererUse log_error instead of fprintf in old touchpad code
2014-04-09 Jonas ÅdahlStructure libinput_seat struct
2014-03-28 Jonas ÅdahlMake libinput.h safe to be included from C++
2014-03-25 Peter Hutterertouchpad: clean up tap bits on destroy
2014-03-25 Peter Hutterertouchpad: use log_error instead of fprintf
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 Huttererevdev: drop hook to init old touchpad driver
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...
2014-03-23 Peter HuttererExpand documentation for libinput_udev_create_for_seat
2014-03-23 Peter Huttererudev: factor out device_removed handling
next