Change axis events to carry all directions
[platform/upstream/libinput.git] / src / evdev.c
2015-01-13 Peter HuttererChange axis events to carry all directions
2015-01-13 Peter HuttererParse the MOUSE_WHEEL_CLICK_ANGLE udev property if...
2015-01-13 Peter HuttererChange the scroll step distance to 15 and document...
2014-12-24 Peter HuttererAdd pointer axis sources to the API
2014-12-11 Peter HuttererDrop deprecated symbols
2014-12-10 Carlos Garnachoevdev: Ensure the libevdev object receives the new...
2014-12-09 Hans de Goedeevdev: Add a remove callback to the evdev_dispatch_inte...
2014-12-08 Carlos Garnachoevdev: Remove double-semicolon
2014-12-05 Jonas ÅdahlIntroduce unaccelerated motion event vectors
2014-12-02 Peter HuttererAdd a function to retrieve the udev_device handle from...
2014-12-02 Peter HuttererMove DEFAULT_MOUSE_DPI to filter.h
2014-12-02 Derek Foremanevdev: Query mouse DPI from udev
2014-11-26 Derek Foremanevdev: Fix uninitialized variable warning
2014-11-25 Krzysztof A. SobieckiIgnore devices that have joystick buttons
2014-11-25 Peter Huttererevdev: remove a race condition opening the wrong device
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-21 Peter Huttererevdev: fix leaking file descriptor
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-19 Peter Huttererevdev: move calibration/sendevents config init into...
2014-11-18 Peter Huttererevdev: fix indentation on an if condition
2014-11-18 Peter Huttererevdev: add missing break
2014-11-11 Hans de Goedeevdev: Hookup scroll mode configuration
2014-11-11 Hans de Goedeevdev: Add evdev_any_button_down helper function
2014-11-11 Hans de GoedeAdd libinput_device_has_button function
2014-11-11 Peter Huttererevdev: use distance triggers to start scrolling
2014-11-11 Peter Huttererevdev: use fabs(x) instead of (x <= -a || x >= a)
2014-11-11 Peter Huttererevdev: move scroll flag setting/check into a helper...
2014-11-10 Peter Huttererevdev: don't ignore REL_HWHEEL values over 1
2014-11-07 Peter HuttererMerge branch 'for-peter' of git://people.freedesktop...
2014-11-06 David Herrmannevdev: ratelimit SYN_DROPPED logging
2014-11-06 Peter Huttererevdev: handle fake MT devices
2014-11-06 Peter Huttererevdev: move a comment to where it belongs
2014-11-06 Peter Huttererevdev: factor out resolution changing code
2014-11-06 Peter HuttererChange sendevents configuration to use bitmasks
2014-10-31 Derek Foremanevdev: add DPI to evdev calculations
2014-10-31 Derek Foremanfilter: Fix typo
2014-10-31 Derek Foremanevdev: Log evdev event queue overflows
2014-10-06 Derek Foremancosmetic: convert evdev_need_touch_frame from int to...
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-23 Peter HuttererReplace pointer acceleration with a much simpler linear one
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: drop the button count when releasing keys on...
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: add helper function evdev_need_mtdev
2014-09-18 Peter Huttererevdev: prevent double-suspending a device
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-18 Peter HuttererAdd a helper function for clock_gettime
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: apply calibration to multitouch values as well
2014-08-27 Peter Huttererevdev: constify evdev_device_calibrate
2014-08-26 Peter Huttererevdev: plug memory leak on libevdev_new_from_fd failure
2014-08-18 Jonas Ådahlevdev: Release still pressed keys/buttons when removing...
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-18 Jonas Ådahlevdev: Use helper for separating buttons from keys
2014-08-18 Jonas Ådahlevdev: Let dispatch instances set their own capabilities
2014-08-04 Peter Huttererevdev: don't return a width/height if we faked the...
2014-07-09 Peter Huttererfilter: rename motion_filter_destroy to filter_destroy
2014-07-01 Peter HuttererAdd functions to get the device name, PID and VID
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Peter HuttererMerge branch 'ref-counting-context'
2014-06-23 Peter HuttererChange the logging system to be per-context
2014-06-23 Peter HuttererRename KEYBOARD_KEY_STATE to KEY_STATE
2014-06-23 Peter HuttererName-space the scroll event types
2014-06-19 Peter HuttererAdd a function to get the size of a device
2014-06-19 Peter Huttererevdev: force a resolution of 1 where no resolution...
2014-06-19 Peter Huttererevdev: keep the absinfo struct around instead of min/max
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-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-05-30 Peter HuttererReplace log_bug with per-component bug macros
2014-05-29 Peter Huttererevdev: INPUT_PROP_DIRECT devices can't be touchpads
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-23 Jonas Ådahlevdev: Define KEY_LIGHTS_TOGGLE macro if missing
2014-04-23 Carlos Garnachoevdev: indentation fix
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-12 U. Artie Eoffevdev: log configured device info
2014-03-25 Peter HuttererMerge branch 'wip/mt-touchpad'
2014-03-24 Peter Huttererevdev: drop hook to init old touchpad driver
next