platform/upstream/libinput.git
2015-02-17 Peter Hutterertools: print the device group in event-debug
2015-02-13 Peter HuttererAdd libinput_device_pointer_has_button over the plain...
2015-02-13 Marek Chalupaadd simple symbols leak checker
2015-02-11 Peter HuttererAdd two missing @ref tags
2015-02-11 Peter Huttererevdev: add missing %s for accelerometer tagging
2015-02-08 Peter Huttererdoc: add a dot graph for device groups and two missing...
2015-02-08 Peter Huttererevdev: switch to using udev's device tagging system
2015-02-08 Benjamin Tissoiresevdev: retrieve udev tags
2015-02-08 Peter HuttererREADME: Add the libinput component to the bugzilla URL
2015-02-06 Peter Huttererdoc: document that we're ignoring position-less clicks
2015-02-06 Peter HuttererIntroduce device groups to group logical devices together
2015-02-06 Peter Huttererconfigure.ac: libinput 0.10.0 0.10.0
2015-02-06 Olivier FourdanFix an abort if the device speed is NaN
2015-02-06 Peter Hutterercosmetic: fix grammar in doxygen
2015-02-03 Peter Hutterertouchpad: mark two switch fallthroughs with comments
2015-02-03 Peter Huttererpath: make sure udev devices are initialized before...
2015-02-03 Peter Hutterertest: switch event conversion tests to use litest devices
2015-02-03 Peter Huttererzalloc the libinput_source, don't malloc it
2015-02-03 Peter HuttererDon't init pointer acceleration on absolute devices
2015-02-03 Peter Hutterertest: add pointer acceleration defaults test
2015-02-03 Peter Huttererevdev: set the default speed after initializing ptraccel
2015-02-03 Peter Huttererfilter: zalloc the struct to make sure the speed is...
2015-02-03 Peter Hutterercosmetic: remove double empty-line
2015-02-03 Peter Hutterertest: add per-device udev rule support
2015-01-30 Peter HuttererAdd missing doxygen ingroup tag for libinput_device_get...
2015-01-30 Peter Huttererconfigure.ac: libinput 0.9.0 0.9.0
2015-01-29 Peter Hutterertest: add tests for new lenovo touchpads
2015-01-29 Peter Hutterertouchpad: re-route trackpoint buttons on the *50 Lenovo...
2015-01-29 Peter Hutterertest: add a test device for the Lenovo X1 Carbon 3rd
2015-01-28 Peter Hutterertest: set the input_id->version as well in litest devices
2015-01-27 Friedrich Schöllertools: Check if axis value is available in debugging GUI
2015-01-27 Friedrich Schöllertools: Use correct event axis in debugging GUI
2015-01-22 Hans de Goedeevdev: Be more careful about what we consider a joystick
2015-01-22 Marek ChalupaRemove libinput_event_pointer_get_axis from symbols
2015-01-20 Peter HuttererMove the new click method configuration tools to the...
2015-01-16 Peter Hutterertools: add click method config to the tools
2015-01-16 Peter Hutterertests: add a few clickfinger tests
2015-01-16 Peter Hutterertest: run clickfinger test for all clickpad-capable...
2015-01-16 Peter Hutterertest: add tests for clickfinger defaults
2015-01-16 Peter Hutterertouchpad: hook up click method configuration
2015-01-15 Peter HuttererAdd a config interface for click methods
2015-01-15 Hans de Goedetouchpad: Allow the center of pinned fingers to drift...
2015-01-15 Peter Hutterertest: add another hover test
2015-01-15 Peter Hutterertest: add touchpad hover finger test
2015-01-15 Peter Hutterertest: add a semi-mt + hover synaptics touchpad
2015-01-15 Peter Hutterertest: move semi-mt special tracking into the shared...
2015-01-15 Peter Hutterertouchpad: add a TOUCH_HOVERING state
2015-01-15 Peter Hutterertouchpad: use ffs instead of a manual count
2015-01-15 Peter Hutterertouchpad: factor out fake finger handling
2015-01-15 Peter Huttererconfigure.ac: libinput 0.8 0.8.0
2015-01-15 Peter Huttererdoc: move DOTFILE_DIRS to libinput.doxygen.in
2015-01-15 Peter Huttererdoc: specify the IMAGE_PATH relative to the source
2015-01-15 Peter Huttererdoc: add some missing files to EXTRA_DIST
2015-01-15 Stephen Chandler... Rename functions for left handed device configurations
2015-01-15 Peter HuttererMerge branch 'merged-scroll-events'
2015-01-14 Peter HuttererAdd libinput_event_pointer_get_axis_value_discrete...
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-11 Marek Chalupabuild-pedantic: use main(void)
2015-01-08 Peter Hutterertools: switch signal handler in event-debug
2015-01-07 Peter Hutterertools: fail if we can't set up signal handlers in event...
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 Hutterertest: fix a clang compiler warning
2015-01-05 Peter Hutterertest: drop empty test device interfaces
2015-01-05 Peter HuttererDrop unused function calc_penumbral_gradient
2015-01-05 Peter HuttererMinor documentation wording improvement
2015-01-04 Peter Hutterertools: print device capabilities in event-debug
2015-01-04 Peter Hutterertools: change name/seat/logical seat format string
2014-12-24 Peter HuttererAdd pointer axis sources to the API
2014-12-24 Peter Hutterertest: add edge-scrolling tests
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-23 Peter Hutterertest: switch tests to use the new helper function
2014-12-23 Peter Hutterertest: add helper function for checking for a specific...
2014-12-23 Peter Hutterertest: switch touch points around for semi-mt tap-n...
2014-12-23 Peter Hutterertools: pass the userdata to the context
2014-12-23 Peter Hutterertools: use the new shared lib from event-gui
2014-12-23 Peter Hutterertools: add support for enabling/disabling left-handed...
2014-12-23 Peter Hutterertools: add support to enable/disable natural scrolling
2014-12-23 Peter Hutterertools: move applying device configuration to shared lib
2014-12-23 Peter Hutterertools: move opening the backend to the shared lib too
2014-12-23 Peter Hutterertools: move option parsing to a helper library
2014-12-23 Peter Hutterertools: add --enable-tap to event-debug
2014-12-23 Peter Hutterertools: make event-debug's option parsing more flexible
2014-12-22 Peter Huttererdoc: move the wiki's palm detection docs to here
2014-12-22 Peter Huttererdoc: move the wiki's tapping documentation to here
2014-12-22 Peter Huttererdoc: move the wiki's scrolling documentation to here
2014-12-22 Peter Huttererdoc: add link to udev hwdb in rel motion normalization doc
2014-12-22 Peter Huttererdoc: document the calibration as well
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...
next