platform/upstream/libinput.git
2014-06-03 Peter Hutterertools: fix a compiler warning
2014-06-03 Peter Hutterertest: fix a bunch of "unused variable" warnings
2014-06-03 Peter Hutterertest: use the TEST_CFLAGS for all tests
2014-06-03 Peter Hutterertest: compiler warning fixes
2014-06-02 Peter Korsgaardevdev: Provide fallback definition for KEY_MICMUTE
2014-06-02 Peter Korsgaardevdev: Use correct fallback value for KEY_LIGHTS_TOGGLE
2014-06-02 Peter Hutterertouchpad: fix two indentation issues in the header
2014-06-02 Hans de Goedetouchpad: Add support for top softbutton area
2014-06-02 Hans de Goedetouchpad: Rename some variables and functions
2014-05-30 Peter Hutterertools: add explicit libudev dependency to event-debug
2014-05-30 Peter Huttererconfigure: simplify a condition
2014-05-30 Peter HuttererReplace log_bug with per-component bug macros
2014-05-30 Peter Hutterertest: disable CK_FORK for the valgrind runs
2014-05-30 Peter Hutterertest: restore log priority after each test
2014-05-30 Peter HuttererRemove old touchpad code
2014-05-29 Peter Huttererevdev: INPUT_PROP_DIRECT devices can't be touchpads
2014-05-29 Jonas Ådahlfilter: Ignore non-suitable trackers when calculating...
2014-05-29 Jonas Ådahlfilter: Fix get_direction for short vectors
2014-05-29 Jonas Ådahltouchpad: Make anisotropic motion deltas isotropic
2014-05-29 Jonas ÅdahlAdd basic mouse pointer acceleration
2014-05-29 Jonas Ådahltest: Queue two motion events in pointer event conversi...
2014-05-29 Jonas Ådahltest: Make relative pointer event test more accepting
2014-05-29 Jonas Ådahlfilter: Add motion filter destruction helper
2014-05-27 Hans de Goedetouchpad: Stop scrolling on a button click / tap
2014-05-27 Hans de Goedetouchpad: Refactor tp_post_scroll_events()
2014-05-27 Hans de Goedetouchpad: Fix sending of scroll stop events
2014-05-27 Hans de Goedetouchpad: Clear touches being the pointer when doing...
2014-05-27 Peter Hutterertools: plug leak in event-debug
2014-05-26 Jonas Ådahlfilter: Fix coding style
2014-05-22 Peter HuttererMerge branch 'clickpad-improvements-v2' of git://people...
2014-05-22 Jonas Ådahltouchpad: Make pointer movements a bit faster by default
2014-05-22 Hans de GoedeChange internal timestamps to uint64_t to properly...
2014-05-22 Hans de Goedetouchpad: handle_timeouts: Remove unused return value
2014-05-22 Hans de Goedetouchpad: Remove clickpad clicked test from 2 finger...
2014-05-22 Hans de Goedetouchpad: Ignore fingers in button area for 2 finger...
2014-05-22 Hans de Goedetouchpad: softbuttons: Deal with a click arriving befor...
2014-05-22 Hans de Goedetouchpad: post_button_events: Remove TOUCHPAD_EVENT_BUT...
2014-05-22 Hans de Goedetouchpad: Ignore non left clicks on clickpads
2014-05-22 Hans de Goedetouchpad: Use INPUT_PROP_BUTTONPAD instead of checking...
2014-05-22 Hans de Goedetouchpad: Rework is_pointer handling
2014-05-22 Peter Hutterertouchpad: Add clickpad-style software buttons
2014-05-22 Peter Hutterertouchpad: save the active clickfinger button
2014-05-22 Peter Huttererdoc: add state machine SVG to EXTRA_DIST
2014-05-22 Peter Hutterertouchpad: move button-related code into a separate...
2014-05-22 Peter Hutterertouchpad: reset the tap timer_fd to -1 on destroy
2014-05-22 Peter Hutterertouchpad: after a click, lock the finger to its current...
2014-05-22 Peter Hutterertouchpad: set ntouches for single-touch pads depending...
2014-05-22 Jonas Ådahlconfigure.ac: libinput 0.2 0.2.0
2014-05-22 Jonas Ådahlconfigure.ac: Add libtool versioning setting to configu...
2014-04-30 Carlos Olmedo... touchpad: check calloc result
2014-04-23 Peter Hutterertest: disable parallel build in test directory
2014-04-23 Jonas Ådahlevdev: Define KEY_LIGHTS_TOGGLE macro if missing
2014-04-23 Peter Hutterertest: fix a couple of memleaks in the tests
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
next