Fix documentation for libinput_log_set_handler
[platform/upstream/libinput.git] / src /
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-06 Derek Foremancosmetic: convert evdev_need_touch_frame from int to...
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 HuttererAdd missing doxygen @ingroup commands
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 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-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 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 Hutterertouchpad: hook up sendevents configuration
2014-09-18 Peter Hutterertouchpad: split handling the state into a separate...
2014-09-18 Peter Huttererevdev: drop the button count when releasing keys on...
2014-09-18 Peter Huttererevdev: don't resume a removed device
2014-09-18 Peter Huttererevdev: hook up a generic enable/disable interface for...
2014-09-18 Peter Huttererevdev: add helper function evdev_need_mtdev
2014-09-18 Peter HuttererAdd a config interface for enabling/disabling event...
2014-09-18 Peter Huttererevdev: prevent double-suspending a device
2014-09-18 Peter Huttererevdev: factor out closing a device into evdev_suspend()
2014-09-18 Peter Huttererevdev: prefix the hw key/button bitmask with 'hw'
2014-09-18 Peter Hutterertouchpad: fix tap-and-drag handling for timeouts
2014-09-18 Peter HuttererAdd a helper function for clock_gettime
2014-09-10 Peter HuttererDocument the static udev configuration options we support
2014-09-10 Peter HuttererDocument LIBINPUT_CALIBRATION_MATRIX properly
2014-09-02 Jonas Ådahltouchpad: Only break out of tap FSM for clickpad button...
2014-09-01 Peter Huttererevdev: load the LIBINPUT_CALIBRATION_MATRIX as default...
2014-09-01 Peter HuttererChange calibration into a configuration option
2014-09-01 Peter Huttererudev: drop WL_CALIBRATION, replace with LIBINPUT_CALIBR...
2014-09-01 Peter Huttererevdev: switch to a normalized transformation matrix
2014-09-01 Peter Huttererutil: add a couple of 3x3 matrix helper functions
2014-08-27 Peter Huttererevdev: apply calibration to multitouch values as well
2014-08-27 Peter Huttererevdev: constify evdev_device_calibrate
2014-08-27 Peter Huttererudev: use evdev_device_calibrate() instead of manually...
2014-08-26 Peter HuttererFix a doxygen reference
2014-08-26 Peter Hutterertouchpad: silence Coverity warnings about uninitialized use
2014-08-26 Peter HuttererSwap conditions for ARRAY_FOR_EACH()
2014-08-26 Peter Hutterertouchpad: mark a intentional switch case fallthrough...
2014-08-26 Peter HuttererDon't close the fd if libinput_add_fd() fails
2014-08-26 Peter Huttererevdev: plug memory leak on libevdev_new_from_fd failure
2014-08-24 Peter HuttererDisable static libraries
2014-08-18 Jonas Ådahlevdev: Release still pressed keys/buttons when removing...
2014-08-18 Jonas Ådahlevdev: Keep track of button/key press count per device
2014-08-18 Jonas Ådahlevdev: Ignore key/button release events if key was...
2014-08-18 Jonas Ådahlevdev: Use helper for separating buttons from keys
2014-08-18 Jonas Ådahlevdev: Let dispatch instances set their own capabilities
2014-08-18 Peter Hutterertouchpad: increase top software button area to 15%
2014-08-04 Peter Huttererevdev: don't return a width/height if we faked the...
2014-07-24 Hans de Goedetouchpad: reset motion history when nfingers changes...
2014-07-23 Peter HuttererDocument that the delta from pointer events is accelerated
2014-07-21 Peter Huttererstyle fix: Remove duplicate empty lines
2014-07-21 Peter HuttererUse an enum to enable/disable tapping configuration
2014-07-21 Hans de Goedetouchpad: make tp_estimate_delta return fractions
2014-07-21 Hans de Goedetouchpad: Create fake touches for BTN_TOOL_FOO on multi...
2014-07-21 Hans de Goedetouchpad: Don't process fake touches if they are not...
2014-07-21 Hans de Goedetouchpad: Protect tp_begin_touch and tp_end_touch again...
2014-07-21 Peter Hutterertouchpad: always enable palm detection on apple touchpads
2014-07-21 Peter Hutterertouchpad: always init the left/right palm edge to INT_M...
2014-07-21 Peter HuttererFix two doxygen errors
2014-07-20 Peter Hutterertouchpad: don't init edge palm detection on touchpads...
2014-07-20 Peter Hutterertouchpad: require a <45 degree movement for a palm...
2014-07-20 Peter Hutterertouchpad: if a palm touch moves out of the edge zone...
2014-07-20 Peter Hutterertouchpad: implement edge-based basic palm detection
2014-07-20 Peter Huttererfilter: move get_direction into shared header
2014-07-16 Peter Hutterertouchpad: check the pointer touch for history size
2014-07-15 Peter HuttererInclude stdint.h from filter.h
2014-07-10 Peter Hutterertouchpad: fix coding style
2014-07-09 Peter Hutterertouchpad: normalize the touchpad resolution to 400dpi...
2014-07-09 Peter Hutterertouchpad: don't feed 0/0 deltas into the accel filters
2014-07-09 Peter Huttererfilter: drop constant acceleration
2014-07-09 Peter Huttererfilter: use a separate variable for the final accel...
2014-07-09 Peter Huttererfilter: annotate the various variables we have with...
2014-07-09 Hans de Goedeaccel_profile_smooth_simple: Make 0.0-1.0 accel range...
2014-07-09 Hans de Goedeaccel_profile_smooth_simple: Fix jump in acceleration...
next