platform/upstream/libinput.git
2014-11-18 Peter Huttererevdev: fix indentation on an if condition
2014-11-18 Peter Huttererevdev: add missing break
2014-11-11 Hans de Goedetest: Add button scroll test to pointer tests
2014-11-11 Hans de Goedetest: Add litest_button_scroll helper function
2014-11-11 Hans de Goedetest: Add trackpoint middle button scrolling disable...
2014-11-11 Hans de Goedetest: s/test_2fg_scroll/test_trackpoint_scroll/
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-11 Peter Hutterertest: rename a parameter to litest_assert_scroll()
2014-11-10 Peter Hutterertest: add VMWare Virtual USB Mouse device
2014-11-10 Peter Hutterertest: add Xen Virtual Pointer device
2014-11-10 Peter Hutterertest: add test for absolute pointer motion
2014-11-10 Peter Hutterertest: add QEMU tablet as test device
2014-11-10 Peter Hutterertest: rename LITEST_POINTER to LITEST_RELATIVE
2014-11-10 Peter Huttererevdev: don't ignore REL_HWHEEL values over 1
2014-11-10 Peter Hutterertest: fix coding style
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: Add a test for 2fg tap-n-drag release on...
2014-11-06 Hans de Goedetouchpad: Don't send scroll events during 2 finger...
2014-11-06 Hans de Goedetouchpad: Make motion during tap-n-drag test take some...
2014-11-06 Hans de Goedelitest: Add a sleep_ms parameter to litest_touch_move_to
2014-11-06 Peter Hutterertest: add the MS surface touch cover device and fake...
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
2014-11-06 Hans de Goedetouchpad: Rewrite / fix tp_release_all_taps
2014-11-06 Hans de Goedecore: Move libinput_event definition to libinput-private.h
2014-11-06 Hans de Goedecore: Add internal event notification mechanism
2014-11-06 Hans de Goedecore: Add timestamp parameter to post_device_event
2014-11-06 Hans de Goedecore: Make time argument to internal foo_notify_bar...
2014-11-06 Peter Hutterertest: pass an enum for the axis instead of uint
2014-11-05 Peter Hutterertest: drop superfluous empty line
2014-11-04 Peter HuttererFix documentation for libinput_log_set_handler master
2014-10-31 Derek Foremanevdev: add DPI to evdev calculations
2014-10-31 Derek Foremanfilter: perform speed computations with doubles
2014-10-31 Derek Foremanfilter: Fix typo
2014-10-31 Derek Foremanevdev: Log evdev event queue overflows
2014-10-30 Peter HuttererFix a documentation typo
2014-10-30 Peter Huttererdoc: update for latest doxygen
2014-10-06 Derek Foremancosmetic: convert evdev_need_touch_frame from int to...
2014-09-26 Peter Hutterertest: add some left-handed tests
2014-09-26 Peter Hutterertouchpad: hook up left-handed configuration
2014-09-23 Peter Huttererevdev: hook up left-handed configuration option
2014-09-23 Peter HuttererAdd configuration option for left-handed behavior
2014-09-23 Peter Hutterertest: add litest_push/pop_event_frame() helpers
2014-09-23 Peter Hutterertest: add helper functions for the two timers we care...
2014-09-23 Peter HuttererAdd missing doxygen @ingroup commands
2014-09-23 Peter Hutterertest: add tests for natural scrolling
2014-09-23 Peter Hutterertouchpad: hook up natural scrolling configuration
2014-09-23 Peter HuttererAdd a configuration option for natural scrolling
2014-09-23 Peter Hutterertools: map KEY_UP/DOWN to pointer acceleration
2014-09-23 Peter Hutterertools: keep a list of devices around for run-time changes
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 HuttererAdd a pointer acceleration API
2014-09-23 Peter Hutterertouchpad: use the evdev device's filter struct
2014-09-23 Peter Huttererfilter: adjust acceleration curve depending on speed
2014-09-23 Peter Huttererfilter: add a configurable speed interface
2014-09-23 Peter Huttererfilter: move the threshold/accel into the filter struct
2014-09-23 Peter Huttererfilter: add a filter-private.h header file
2014-09-23 Peter HuttererReplace pointer acceleration with a much simpler linear one
2014-09-22 Peter HuttererDrop two semicolons after a macro definition
2014-09-22 Peter Huttererevdev: drop unused declaration evdev_proces_event
2014-09-22 Hans de Goedetest: Add trackpoint middlebutton scrolling tests
2014-09-19 Hans de Goedelitest: Add litest_assert_scroll() helper function
2014-09-19 Hans de Goedetouchpad: Enlarge topbutton area a bit while the touchp...
2014-09-18 Derek Foremancosmetic: Remove prototype for nonexistent create_linea...
2014-09-18 Peter Hutterertest: Test the topbuttons of a disabled touchpad still...
2014-09-18 Hans de Goedetouchpad: When disabling a TOPBUTTONPAD, leave the...
2014-09-18 Hans de Goedetouchpad: Put state unrolling code in a tp_clear_state...
2014-09-18 Hans de Goedetouchpad: Route top softbuttons through the trackstick...
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 Hutterertouchpad: move softbutton initialization to separate...
2014-09-18 Peter Hutterertouchpad: implement conditional disabling
2014-09-18 Peter Huttererevdev: add internal tagging system
2014-09-18 Peter Huttererevdev: add a internal device notification mechanism
2014-09-18 Peter Hutterertest: test for release events on device suspend
2014-09-18 Peter Hutterertouchpad: hook up sendevents configuration
2014-09-18 Peter Hutterertouchpad: split handling the state into a separate...
next