evdev: Move generic scroll code from evdev-mt-touchpad.c to evdev.c
[platform/upstream/libinput.git] / src / evdev.h
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
2013-11-10 Benjamin Franzkeevdev: Disable the udev monitor when another vt becomes...
2013-11-10 Kristian HøgsbergRename wayland-compositor to weston