platform/upstream/libinput.git
2015-03-19 Peter Huttererfilter: switch to normalized_coords
2015-03-18 Peter HuttererRevert "touchpad: force a resolution onto the apple...
2015-03-18 Peter Hutterertools: print available click methods on device notify
2015-03-17 Peter Hutterertouchpad: force a resolution onto the apple touchpads
2015-03-17 Peter Huttererevdev: factor out setting up the MT slots/mtdev
2015-03-17 Peter Hutterertouchpad: parse the TOUCHPAD_RESOLUTION property
2015-03-17 Peter Huttererevdev: refactor fake resolution setting
2015-03-17 Peter HuttererPush the touchpad magic slowdown to the touchpad accel...
2015-03-17 Peter Huttererevdev: don't try to fix abs devices without x/y
2015-03-17 Peter Huttererevdev: add evdev_reject_device to reject a couple of...
2015-03-17 Peter Huttererevdev: fix android MT devices
2015-03-17 Peter Hutterertouchpad: check for the fake_resolution boolean instead...
2015-03-17 Peter Hutterertouchpad: simplify resolution check
2015-03-17 Peter Hutterertouchpad: add missing break in default: switch case
2015-03-16 Peter HuttererStore unaccelerated delta as normalized_coords
2015-03-16 Peter HuttererAdd another data type for discrete coordinates
2015-03-16 Peter HuttererSplit deltas/absolute coords in pointer events to separ...
2015-03-16 Peter HuttererUse typesafe coordinates in touch events
2015-03-16 Peter HuttererUse typesafe coords in motion events
2015-03-16 Peter HuttererUse typesafe coordinates for scrolling events
2015-03-16 Peter Hutterertouchpad: switch delta handling to typesafe coordinates
2015-03-16 Peter Hutterertouchpad: switch touch point, hysteresis, initial coord...
2015-03-16 Peter Hutterertouchpad: change motion history to typesafe coords
2015-03-16 Peter Huttererevdev: start introducing some type-safety for device...
2015-03-16 Peter Huttererevdev: add helper function to normalize delta coordinates
2015-03-16 Peter Hutterercosmetic: rename touch to t for consistency
2015-03-15 Peter HuttererAdd event type checking to the various libinput_event_...
2015-03-15 Peter HuttererReplace event type check switch statements with a helpe...
2015-03-15 Peter Hutterertest: abort() for invalid logging priorities
2015-03-15 Peter HuttererExpand documentation on touch events, listing what...
2015-03-15 Peter HuttererCorrect documentation on get_slot and get_seat_slot()
2015-03-15 Peter HuttererCalling has_axis on a non-axis pointer event is a bug...
2015-03-13 Hans de Goedelitest: Put fingers down closer together for 2fg scroll...
2015-03-13 Hans de Goedelitest: Add a litest_touch_move_two_touches helper...
2015-03-13 Hans de Goedelitest: Make touchpad_2fg_scroll_slow_distance take...
2015-03-09 Hans de Goedetouchpad: Remove unnecessary edge scroll threshold...
2015-03-09 Peter Hutterertouchpad: accumulate the initial scroll edge delta
2015-03-09 Peter Hutterertouchpad: annotate all coordinates that are in device...
2015-03-09 Peter Hutterertouchpad: change tap motion threshold to 3 mm
2015-03-09 Peter HuttererMove DEFAULT_MOUSE_DPI to evdev.h, provide a conversion...
2015-03-09 Peter Hutterertouchpad: return normalized deltas from tp_get_delta
2015-03-09 Peter Hutterertest: fix/disable two tap test for semi-mt devices
2015-03-09 Peter Huttererconfigure.ac: libinput 0.12.0 0.12.0
2015-03-09 Peter HuttererSort exported symbols alphabetically
2015-03-06 Peter HuttererDrop libinput_device_has_button
2015-03-05 Peter Hutterertouchpad: enable tapping by default on buttonless touchpads
2015-03-05 Peter Hutterertouchpad: don't warn about clickpads without left buttons
2015-03-05 Peter Hutterertest: add a Wacom Intuos 5 Finger test device
2015-03-05 Peter Hutterertest: enable tapping before verifying correct tap events
2015-03-05 Peter Hutterertest: add a button requirement to a couple of touchpad...
2015-03-05 Peter Hutterertest: split 3-finger tap-and-drag test
2015-03-05 Peter Hutterertest: disable tapping for pure motion tests
2015-03-05 Peter Hutterertest: disable tapping for palm detection tests
2015-03-02 Peter Hutterercosmetic: more duplicate empty line removal
2015-03-02 Peter Hutterercosmetic: doxygen @return [a-z] -> @return [A-Z]
2015-03-02 Peter HuttererA whole bunch of documentation updates/improvements
2015-03-02 Peter Huttererevdev: ignore tablet pad devices explicitly
2015-03-02 Peter Hutterertest: add protocol A touch screen tests
2015-03-02 Peter Huttererevdev: force-assign 10 slots to mtdev devices
2015-02-24 Peter HuttererClarify a comment, it's wheel clicks, not mouse clicks
2015-02-23 Hans de Goedetouchpad: Refactor tp_get_*_touches_delta
2015-02-23 Hans de Goedetouchpad: Do not use fake touches when getting the...
2015-02-23 Hans de Goedetouchpad: Move gesture handling code to evdev-mt-touchp...
2015-02-23 Hans de Goedetouchpad: Gesture support preparation
2015-02-23 Hans de Goedetouchpad: Add tp_get_average_touches_delta helper function
2015-02-23 Hans de Goedetouchpad: Also stop edge scrolling when the trackpoint...
2015-02-23 Hans de Goedetouchpad: Change how we deal with scroll methods
2015-02-23 Peter Hutterercosmetic: drop more double empty lines
2015-02-23 Peter Huttererconfigure.ac: libinput 0.11.0 0.11.0
2015-02-23 Peter Huttererdoc: document udev device tagging
2015-02-23 Peter Huttererdoc: add missing space
2015-02-22 Peter Hutterercosmetic: fix a whitespace issue
2015-02-20 Peter Hutterertest: fix Coverity complaints
2015-02-19 Peter Hutterercosmetic: drop double empty lines
2015-02-18 Peter Huttererudev: fix a race condition if a device disappears befor...
2015-02-18 Peter HuttererRename noaccel to unaccel for consistency
2015-02-18 Peter Huttererevdev: check the first parent of the event node for...
2015-02-18 Benjamin TissoiresUse LIBINPUT_DEVICE_GROUP from udev as group identifier
2015-02-18 Peter HuttererAdd udev bits to assign LIBINPUT_DEVICE_GROUP
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
next