evdev: use a different filter for low resolution touchpad on the Lenovo X230
[platform/upstream/libinput.git] / src / evdev.h
2015-04-27 Benjamin Tissoiresevdev: use a different filter for low resolution touchp...
2015-04-23 Peter Huttererevdev: add support for LIBINPUT_MODEL_* udev tags
2015-04-23 Peter HuttererAdd libinput_device_keyboard_has_key()
2015-04-22 Hans de Goedeevdev: Add support for POINTINGSTICK_CONST_ACCEL udev...
2015-04-17 Peter Huttererevdev: add support for middle button emulation
2015-04-17 Peter Huttererevdev: add evdev_pointer_notify_physical_button
2015-03-17 Peter Huttererevdev: refactor fake resolution setting
2015-03-17 Peter HuttererPush the touchpad magic slowdown to the touchpad accel...
2015-03-16 Peter HuttererUse typesafe coordinates for scrolling events
2015-03-16 Peter Huttererevdev: start introducing some type-safety for device...
2015-03-09 Peter HuttererMove DEFAULT_MOUSE_DPI to evdev.h, provide a conversion...
2015-02-19 Peter Hutterercosmetic: drop double empty lines
2015-01-29 Peter Hutterertouchpad: re-route trackpoint buttons on the *50 Lenovo...
2015-01-15 Stephen Chandler... Rename functions for left handed device configurations
2015-01-13 Peter HuttererParse the MOUSE_WHEEL_CLICK_ANGLE udev property if...
2014-12-24 Peter HuttererAdd pointer axis sources to the API
2014-12-09 Hans de Goedeevdev: Add a remove callback to the evdev_dispatch_inte...
2014-12-02 Peter HuttererAdd a function to retrieve the udev_device handle from...
2014-11-25 Peter Huttererevdev: use a udev_device instead of separate sysname...
2014-11-24 Peter HuttererRename scroll_mode to scroll_method
2014-11-19 Peter Huttererevdev: enable natural scrolling for all pointer devices
2014-11-19 Peter Huttererevdev: move natural scrolling configuration into evdev
2014-11-11 Hans de Goedeevdev: Hookup scroll mode configuration
2014-11-11 Hans de GoedeAdd libinput_device_has_button function
2014-11-11 Peter Huttererevdev: use distance triggers to start scrolling
2014-11-07 Peter HuttererMerge branch 'for-peter' of git://people.freedesktop...
2014-11-06 David Herrmannevdev: ratelimit SYN_DROPPED logging
2014-10-31 Derek Foremanevdev: add DPI to evdev calculations
2014-10-31 Derek Foremanevdev: Log evdev event queue overflows
2014-09-23 Peter Huttererevdev: hook up left-handed configuration option
2014-09-23 Peter Hutterertouchpad: hook up pointer acceleration configuration
2014-09-23 Peter Huttererevdev: hook into pointer acceleration config interface
2014-09-22 Peter Huttererevdev: drop unused declaration evdev_proces_event
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: Add middle button scrolling for trackpoints
2014-09-18 Hans de Goedeevdev: Move generic scroll code from evdev-mt-touchpad...
2014-09-18 Peter Huttererevdev: add internal tagging system
2014-09-18 Peter Huttererevdev: add a internal device notification mechanism
2014-09-18 Peter Huttererevdev: don't resume a removed device
2014-09-18 Peter Huttererevdev: hook up a generic enable/disable interface for...
2014-09-18 Peter Huttererevdev: factor out closing a device into evdev_suspend()
2014-09-18 Peter Huttererevdev: prefix the hw key/button bitmask with 'hw'
2014-09-01 Peter Huttererevdev: load the LIBINPUT_CALIBRATION_MATRIX as default...
2014-09-01 Peter HuttererChange calibration into a configuration option
2014-09-01 Peter Huttererevdev: switch to a normalized transformation matrix
2014-08-27 Peter Huttererevdev: constify evdev_device_calibrate
2014-08-18 Jonas Ådahlevdev: Keep track of button/key press count per device
2014-08-18 Jonas Ådahlevdev: Ignore key/button release events if key was...
2014-08-04 Peter Huttererevdev: don't return a width/height if we faked the...
2014-07-01 Peter HuttererAdd functions to get the device name, PID and VID
2014-06-19 Peter HuttererAdd a function to get the size of a device
2014-06-19 Peter HuttererChange absolute and touch events to use mm as default...
2014-06-19 Peter Huttererevdev: keep the absinfo struct around instead of min/max
2014-06-09 Jonas ÅdahlUse floating point numbers instead of fixed point numbers
2014-06-03 Peter HuttererAdd our own version of linux/input.h
2014-05-29 Jonas ÅdahlAdd basic mouse pointer acceleration
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-04-22 Jonas Ådahlevdev: Dynamically allocate slot array
2014-03-25 Peter HuttererMerge branch 'wip/mt-touchpad'
2014-03-24 Peter HuttererAdd the shell for a multitouch-compatible touchpad...
2014-02-26 Jonas ÅdahlAdd seat wide slot to touch events
2014-02-25 Peter HuttererMerge branch 'libevdev'
2014-02-23 Peter HuttererHook up libevdev as backend
2014-02-05 Peter HuttererMove opening and closing the device fd into evdev.c
2014-02-03 Jonas ÅdahlReplace output screen size callback with transform...
2013-12-21 Kristian Høgsbergevdev: Remove EVDEV_TOUCH and with it evdev_device...
2013-12-21 Kristian Høgsbergevdev: Use a has_keyboard flag instead of EVDEV_KEYBOAR...
2013-12-21 Kristian Høgsbergevdev: Replace EVDEV_BUTTON with local has_button flag
2013-12-21 Kristian Høgsbergevdev: Replace EVDEV_MOTION_ABS with local has_abs...
2013-12-21 Kristian Høgsbergevdev: Drop EVDEV_MOTION_REL flag
2013-12-21 Peter HuttererMove zalloc() up to libinput-util.h
2013-12-15 Jonas ÅdahlIntroduce libinput_device_get_sysname() API
2013-12-15 Jonas ÅdahlIntroduce libinput_device_has_capability() API
2013-12-06 Peter HuttererDrop include of evdev.h from evdev.h
2013-11-24 Jonas ÅdahlPort udev-seat to be used in libinput
2013-11-19 Jonas ÅdahlMerge branch 'master' into udev
2013-11-17 Jonas ÅdahlUse events instead of callbacks for capability registration
2013-11-17 Jonas ÅdahlIntroduce libinput object managing all input data
2013-11-13 Jonas ÅdahlDon't use the `seat' concept on device capability enum
2013-11-12 Jonas ÅdahlPort evdev code to be used as a shared library
2013-11-10 Jonas Ådahlevdev: Reference count input device's seat capabilities
2013-11-10 Neil Robertsevdev: Process touch up events of single-touch devices
2013-11-10 Neil Robertsevdev: Only track one pending event
2013-11-10 Neil Robertsevdev: Flush motion events when the slot changes, not...
2013-11-10 Daniel StoneAdd more missing config.h includes
2013-11-10 Satyeshwar Singhevdev: Wait for SYN event before sending events over...
2013-11-10 Kristian Høgsbergxkb: Don't call exit on failure in weston_compositor_xk...
2013-11-10 Rob Bradfordevdev: Apply calibration values to absolute events
2013-11-10 Pekka Paalanenevdev: rename evdev_input_device to evdev_device
2013-11-10 Pekka Paalanenevdev: do not pass a list to evdev_led_update()
2013-11-10 Pekka Paalanenevdev: log input devices
2013-11-10 Pekka Paalanenevdev: move udev code into compositor-drm.c
2013-11-10 Pekka Paalanenevdev: expose the generic evdev API
2013-11-10 Pekka Paalanenevdev: rename evdev_seat to drm_seat
2013-11-10 Pekka Paalanenevdev: change evdev_seat into weston_seat in struct...
2013-11-10 Pekka Paalanenevdev: merge evdev-private.h into evdev.h
2013-11-10 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2013-11-10 Pekka Paalanencompositor: move libudev.h to evdev.h
next