platform/upstream/libinput.git
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...
2014-12-22 Peter HuttererImprove the documentation
2014-12-18 Jon A. CruzAdded configure option for documentation build.
2014-12-18 Jon A. CruzInitial move of some wiki contents into main documentation.
2014-12-18 Peter Hutterertools: add --help to event-debug's usage
2014-12-18 Peter Hutterertest: fix busted indentation
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 Hutterertest: fix two compiler warnings
2014-12-11 Peter Hutterertest: print axis event information for debugging too
2014-12-11 Peter Hutterertest: print the string of the event type
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 Peter Hutterertest: create a new device during the disable test to...
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 HuttererREADME: link to bugzilla and API docs
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 Huttererconfigure.ac: libinput 0.7 0.7.0
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 Ådahltest: Don't send two motion events when button scrolling
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-12-01 Peter Hutterertest: move device ID test to test/device.c
2014-11-26 Derek Foremanevdev: Fix uninitialized variable warning
2014-11-25 Krzysztof A... Ignore 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 Hutterertest: add seat changing tests
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 Hutterertest: add natural scrolling tests for pointers
next