Change axis events to carry all directions
[platform/upstream/libinput.git] / src /
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...
2015-01-13 Peter HuttererAdd a comment to clarify what the prop parameter is
2015-01-13 Stephen Chandler... libinput.h: Fix some line wrapping in documentation
2015-01-07 Jonas ÅdahlDropped an extra 'the'
2015-01-07 Jonas Ådahls/discreet/discrete/
2015-01-05 Peter Hutterertouchpad: fix a clang compiler warning
2015-01-05 Peter HuttererDrop unused function calc_penumbral_gradient
2015-01-05 Peter HuttererMinor documentation wording improvement
2014-12-24 Peter HuttererAdd pointer axis sources to the API
2014-12-23 Peter HuttererAdd libinput_set_user_data
2014-12-23 Peter HuttererDeclare libinput.sym as dependency
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-22 Peter Huttererdoc: improve seat documentation
2014-12-22 Peter Huttererdoc: move "device configuration via udev" page to here
2014-12-22 Peter Huttererdoc: drop touchpad button behavior page - provided...
2014-12-22 Peter Huttererdoc: move relative motion normalization page over to...
2014-12-17 Hans de Goedetouchpad: Use TOUCHPAD_MIN_SAMPLES in tp_get_delta
2014-12-17 Hans de Goedetouchpad: When a clickpad is clicked post combined...
2014-12-17 Hans de Goedetouchpad: Add a tp_post_pointer_motion helper function
2014-12-12 Peter Hutterertouchpad: print event type on state machine error
2014-12-12 Peter Hutterertouchpad: fix typos in error message
2014-12-11 Peter Huttererdoc: put some extra warning in for libinput_event_destroy()
2014-12-11 Peter Huttererdoc: document the base structures so they show up in...
2014-12-11 Peter Huttererdoc: add the various events to the doxygen groups
2014-12-11 Peter Huttererdoc: include README as mainpage
2014-12-11 Peter HuttererUse symbol versioning
2014-12-11 Peter HuttererDrop deprecated symbols
2014-12-10 Carlos Garnachoevdev: Ensure the libevdev object receives the new...
2014-12-09 Hans de Goedetouchpad: Use remove callback to unlink event listener...
2014-12-09 Hans de Goedeevdev: Add a remove callback to the evdev_dispatch_inte...
2014-12-09 Peter Huttererdoc: fix wording on the dpi normalization paragraph
2014-12-09 Peter Huttererdoc: delete double-empty lines
2014-12-08 Carlos Garnachoevdev: Remove double-semicolon
2014-12-05 Peter Huttererudev: only apply default calibration on absolute devices
2014-12-05 Peter HuttererSplit libinput-util into a noinst helper library
2014-12-05 Jonas ÅdahlIntroduce unaccelerated motion event vectors
2014-12-04 Peter HuttererAlways check for INVALID configs first
2014-12-04 Peter Hutterertouchpad: drop unused device arg from tp_clear_state
2014-12-04 Peter HuttererAdd missing @ingroup tag
2014-12-03 Peter HuttererDocument relative motion normalization
2014-12-02 Peter HuttererAdd libinput_device_get_context/libinput_seat_get_context
2014-12-02 Peter HuttererAdd a function to retrieve the udev_device handle from...
2014-12-02 Peter HuttererChange default DPI to 1000
2014-12-02 Peter HuttererMove DEFAULT_MOUSE_DPI to filter.h
2014-12-02 Peter Huttererfilter: fix a comment, 400 isn't hard-coded anymore
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 Hans de Goedetouchpad: Add edge-scrolling support
2014-11-25 Hans de Goedetouchpad: Add code to get the touchpad model / manufacturer
2014-11-25 Hans de Goedetouchpad: Move 2 finger scrolling functions to above...
2014-11-25 Peter HuttererAdd libinput_device_set_seat_logical_name() to change...
2014-11-25 Peter Huttererpath: optionally pass the seat name into path_device_en...
2014-11-25 Peter Huttererudev: optionally pass the seat name into device_added()
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-25 Peter Huttererpath: store the udev device instead of just the devnode
2014-11-25 Peter Huttererpath: split out creating a device into a helper function
2014-11-25 Peter Huttererpath: keep the udev context around
2014-11-24 Peter HuttererRename scroll_mode to scroll_method
2014-11-21 Peter Huttererevdev: fix leaking file descriptor
2014-11-20 Peter HuttererDrop unused libinput_device->terminated field
2014-11-20 Peter Hutterertouchpad: print the device name on error
2014-11-20 Peter Huttererdoc: add a few missing @ref tags
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-19 Peter HuttererAllow for a 0 button on button scrolling
2014-11-19 Hans de Goedetouchpad: Hookup scroll-mode configuration
2014-11-18 Peter Huttererevdev: fix indentation on an if condition
2014-11-18 Peter Huttererevdev: add missing break
2014-11-11 Hans de Goedetouchpad: s/config/config_natural/
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 configuration option to select scroll mode
2014-11-11 Hans de GoedeAdd libinput_device_has_button function
2014-11-11 Hans de GoedeFix libinput_device_config_send_events_get_default_mode...
2014-11-11 Peter Huttererevdev: use distance triggers to start scrolling
2014-11-11 Peter Hutterertouchpad: explicitly init scroll settings
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 David Herrmannutil: introduce ratelimit helpers
2014-11-06 Hans de Goedetouchpad: Make tap code follow state machine diagram...
2014-11-06 Hans de Goedetouchpad: Make tap code follow state machine diagram...
2014-11-06 Hans de Goedetouchpad: Make tap code follow state machine diagram...
2014-11-06 Hans de Goedetouchpad: Don't send scroll events during 2 finger...
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-11-06 Hans de Goedetouchpad: Fix log_bug_libinput calls on tap enable...
2014-11-06 Hans de Goedetouchpad: Disable touchpads on trackpoint activity
2014-11-06 Hans de Goedetouchpad: Rename consumed to filter_motion
2014-11-06 Hans de Goedetouchpad: Add tap suspend / resume
next