platform/upstream/libinput.git
2014-04-23 Peter Hutterertools: add newline before function name
2014-04-23 Carlos Garnachoevdev: indentation fix
2014-04-23 Carlos GarnachoFix doc typo
2014-04-23 Carlos GarnachoFix doc typo in function name
2014-04-23 Carlos GarnachoRemove doc references to non-existing function
2014-04-23 Carlos GarnachoFix doc typo
2014-04-22 Jonas Ådahltouchpad: Silence -Wmaybe-uninitialized compiler warning
2014-04-22 Jonas Ådahltest: Test seat wide button and key count helpers
2014-04-22 Jonas Ådahltest: Add ability to add test devices to existing libin...
2014-04-22 Jonas ÅdahlIntroduce seat wide button and key count API
2014-04-22 Jonas Ådahltest: Fix test device type validity check
2014-04-22 Jonas Ådahltest: Check that libinput doesn't send double touch...
2014-04-22 Jonas Ådahltest: Test handling of many touch points
2014-04-22 Jonas Ådahlevdev: Avoid double touch down/up events
2014-04-22 Jonas Ådahlevdev: Dynamically allocate slot array
2014-04-22 Jonas Ådahlevdev: Use temporary variable when passing libevdev...
2014-04-17 Hans de GoedeAdd a log_bug macro
2014-04-12 U. Artie Eoffevdev: log configured device info
2014-04-10 Peter Hutterertest: add tests for event conversion and back
2014-04-10 Peter HuttererAdd functions to convert back to the base event
2014-04-10 Peter Hutterertest: automatically run the tests against valgrind...
2014-04-10 Peter Hutterertest: mark the synaptics clickpad as buttonpad
2014-04-10 Peter Hutterertools: add --verbose to event-debug
2014-04-10 Peter HuttererFix up ARRAY_FOR_EACH macro
2014-04-10 Peter HuttererUse log_error instead of fprintf in old touchpad code
2014-04-10 Peter Hutterertest: fix memleak in touch test
2014-04-09 Jonas ÅdahlStructure libinput_seat struct
2014-04-09 Jonas Ådahltest: Fix name of litest_button_click() definition
2014-04-08 Jonas Ådahltest: Use generic test device API in touch_abs_transfor...
2014-04-08 Peter Hutterertest: switch the remaining devices to a description...
2014-04-08 Peter Hutterertest: allow partial overriding the test devices
2014-04-08 Peter Hutterertest: allow for description-based test devices
2014-04-08 Peter Hutterertest: if no teardown func is set, use the default
2014-04-08 Peter Hutterertest: add litest helper functions for creating uinput...
2014-03-29 Jonas Ådahlconfigure.ac: Always check for C++ compiler
2014-03-28 Jonas Ådahltest: Add include from C++ build test
2014-03-28 Jonas ÅdahlMake libinput.h safe to be included from C++
2014-03-28 Jonas Ådahltest/Makefile.am: Use $(GCC_CFLAGS) from configure.ac
2014-03-26 Peter Hutterertest: plug a couple of memory leaks
2014-03-25 Peter Hutterertouchpad: clean up tap bits on destroy
2014-03-25 Peter Hutterertouchpad: use log_error instead of fprintf
2014-03-25 Peter Hutterertouchpad: add missing flag for ABS_X events
2014-03-25 Peter Hutterertouchpad: fix copy/paste error
2014-03-25 Peter Hutterertest: add framework for a single-touch synaptics device
2014-03-25 Peter HuttererMerge branch 'wip/mt-touchpad'
2014-03-24 Peter Hutterertest: add a couple of touchpad tests
2014-03-24 Peter Hutterertest: make sure BTN_TOOL_FINGER and BTN_TOUCH are down
2014-03-24 Peter Hutterertest: fix keyboard capabilities
2014-03-24 Peter Huttererevdev: drop hook to init old touchpad driver
2014-03-24 Peter Hutterertouchpad: Support finger-pinnnig during physical button...
2014-03-24 Peter Hutterertouchpad: mark the first finger as pointer-controlling...
2014-03-24 Peter Hutterertouchpad: add support for clickfingers
2014-03-24 Peter Hutterertouchpad: add fake-touch support for BTN_TOOL_DOUBLETAP...
2014-03-24 Peter Hutterertouchpad: support single-touch touchpads
2014-03-24 Peter Hutterertouchpad: Only move the pointer when there's a single...
2014-03-24 Peter Hutterertouchpad: require minimum scroll distance and lock...
2014-03-24 Peter Hutterertouchpad: Filter motion in a certain number of tap...
2014-03-24 Peter Hutterertouchpad: add support for multi-finger tapping
2014-03-24 Peter Hutterertouchpad: Make touchpad_get_delta() available from...
2014-03-24 Peter Hutterertouchpad: add a struct for handling physical button...
2014-03-24 Peter Hutterertouchpad: mark which events are currently pending proce...
2014-03-24 Peter Hutterertouchpad: move structs into a header file
2014-03-24 Peter Hutterertouchpad: add two-finger average scrolling
2014-03-24 Peter Hutterertouchpad: hook up the pointer acceleration
2014-03-24 Peter Hutterertouchpad: add hysteresis smoothing for input coordinates
2014-03-24 Peter Hutterertouchpad: add a touchpad driver based on per-finger...
2014-03-24 Peter HuttererAdd the shell for a multitouch-compatible touchpad...
2014-03-23 Peter HuttererExpand documentation for libinput_udev_create_for_seat
2014-03-23 Peter Huttererudev: factor out device_removed handling
2014-03-23 Peter HuttererReturn the length or a neg errno from libinput_device_g...
2014-03-06 Peter Hutterertools: drop CLOCK_MONOTONIC call, no longer necessary
2014-03-04 Jasper St.... libinput: Fix the close_restricted interface callback
2014-02-26 Jonas Ådahlconfigure.ac: Bump to 0.1.0 0.1.0
2014-02-26 Jonas Ådahlconfigure.ac: Update URLs
2014-02-26 Jonas ÅdahlUpdate README
2014-02-26 Jonas ÅdahlMakefile.am: Add private header to sources list
2014-02-26 Jonas Ådahlpath: Silence -Wmaybe-uninitialized compiler warning
2014-02-26 Jonas ÅdahlSplit up the touch event into the different touch types
2014-02-26 Jonas ÅdahlAdd seat wide slot to touch events
2014-02-25 Peter HuttererMerge branch 'libevdev'
2014-02-25 Peter Huttererevdev: set CLOCK_MONOTONIC as the time source
2014-02-25 Peter HuttererHook up event processing to libevdev
2014-02-23 Peter HuttererHook up libevdev as backend
2014-02-21 Peter Huttererevdev: reset the device fd after closing it
2014-02-20 Benjamin Tissoiresevdev: fix device_transform_ functions
2014-02-20 Jonas Ådahltest: Add scale li_fixed overflow test
2014-02-20 Jonas Ådahltest: Fix touch_down in wacom touch test device
2014-02-19 Jonas Ådahlevent-debug: Display touch event seats as signed integer
2014-02-18 Peter HuttererAdd a customizable log handler
2014-02-17 Jonas Ådahlevdev: Use -1 to represent touch events slots from...
2014-02-17 Jonas ÅdahlChange touch event slots from being unsigned to signed
2014-02-17 Jonas Ådahldoc: Rephrase touch event slot description to be more...
2014-02-17 Jonas ÅdahlFix coding style issues
2014-02-17 Peter Huttererevdev-touchpad: don't post motion events for 0/0 deltas
2014-02-17 Peter Huttererevdev-touchpad: replace some numbers with a #define
2014-02-17 Peter Huttererutil: add min/max macros
2014-02-10 Jonas ÅdahlMake it possible to have persistent libinput_seat instances
2014-02-10 Peter Huttererevdev: restore EVDEV_UNHANDLED_DEVICE error code
2014-02-10 Peter Hutterertest: Add tests for adding/removing devices
2014-02-10 Peter Huttererudev: rename create_from_udev to udev_create_for_seat
next