Fix two doxygen errors
[platform/upstream/libinput.git] / src /
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...
2014-07-09 Hans de Goedeaccel_profile_smooth_simple: Cleanup
2014-07-09 Peter Huttererfilter: drop delta-softening
2014-07-09 Peter Huttererfilter: rename motion_filter_destroy to filter_destroy
2014-07-03 Peter Hutterertouchpad: drop the BOTTOM_TO_AREA/BOTTOM_NEW states
2014-07-03 Peter Hutterertouchpad: reduce button size, use physical sizes where...
2014-07-03 Peter Hutterertouchpad: hook up to the tapping configuration
2014-07-03 Peter HuttererAdd an interface to enable/disable tapping
2014-07-03 Peter HuttererAdd an enum for configuration return codes
2014-07-02 Peter HuttererFix compiler warnings for missing initializers
2014-07-02 Peter HuttererAdd -lrt to the libs
2014-07-02 Peter Huttererconfigure: check for -lm through AC_CHECK_LIB
2014-07-02 Peter HuttererFix two doxygen refs pointing to nonexistent functions
2014-07-02 Peter Hutterertouchpad: log the sysname of the device that looks...
2014-07-02 Hans de Goedetouchpad: Switch to smooth simple acceleration code...
2014-07-01 Peter HuttererAdd functions to get the device name, PID and VID
2014-07-01 Peter Hutterertouchpad: disable tapping for fingers exceeding the...
2014-07-01 Hans de Goedetouchpad: Simplify tp_hysteresis
2014-06-28 Jonas ÅdahlFix coding style
2014-06-25 Peter HuttererMerge branch 'master' of git+ssh://git.freedesktop...
2014-06-25 Stephen Chandler... touchpad: Fix typo in documentation
2014-06-25 Peter HuttererDrop the deprecated libinput_udev_create_for_seat()
2014-06-25 Peter HuttererFix a few comments referring to udev_create_for_seat()
2014-06-25 Peter HuttererDrop the deprecated LIBINPUT_POINTER_*_SCROLL enums
2014-06-25 Hans de Goedetimer: Complain if a timer is set more than 5 seconds...
2014-06-25 Hans de Goedetp_post_twofinger_scroll: Move setting of t->is_pointer...
2014-06-25 Hans de Goedetouchpad: Avoid spurious motion event for scroll moveme...
2014-06-25 Peter HuttererAdd msleep() helper function
2014-06-25 Peter HuttererMerge branch 'ref-counting-context'
2014-06-25 Jonas ÅdahlMake context reference counted
2014-06-25 Jonas ÅdahlMake ref count unref/ref() functions return resulting...
2014-06-23 Peter HuttererChange the logging system to be per-context
2014-06-23 Peter Huttererudev: split libinput_udev context init into two functions
2014-06-23 Peter HuttererRename KEYBOARD_KEY_STATE to KEY_STATE
2014-06-23 Peter HuttererName-space the scroll event types
2014-06-19 Peter HuttererAdd a function to get the size of a device
2014-06-19 Peter HuttererChange absolute and touch events to use mm as default...
2014-06-19 Peter Huttererevdev: force a resolution of 1 where no resolution...
2014-06-19 Peter Huttererevdev: keep the absinfo struct around instead of min/max
2014-06-19 Hans de Goedetouchpad: tp_current_touch: Fix off by one error
2014-06-13 Peter HuttererDocument the top software button behavior
2014-06-13 Peter Huttererpath: log two errors as application bugs
2014-06-13 Peter HuttererAdd two doxygen cross-references for the logging functions
2014-06-12 Peter Hutterertouchpad: always call into the the tap state machine
2014-06-11 Hans de GoedeAdd a log_msg_va function
2014-06-11 Hans de Goedetimer.h: Add #include libinput-util.h
2014-06-10 Peter Hutterertouchpad: Prefix tap-debugging message
2014-06-10 Peter Hutterertouchpad: log the invalid event as bug, not just as...
2014-06-10 Hans de Goedeevdev-mt-touchpad-tap: Switch over to new timer subsystem
2014-06-10 Hans de Goedeevdev-mt-touchpad-buttons: Switch over to new timer...
2014-06-10 Hans de GoedeAdd a timer subsystem
2014-06-10 Peter HuttererMark the log function as attribute printf
2014-06-10 Peter HuttererDrop empty FFI_CFLAGS
2014-06-09 Jonas Ådahldoc: Fix spelling
2014-06-09 Jonas Ådahlevdev: Migrate rest of 32 bit time variables to uint64_t
2014-06-09 Stephen Chandler... s/libinput_pointer_button_state/libinput_button_state/
2014-06-09 Jonas ÅdahlUse floating point numbers instead of fixed point numbers
2014-06-04 Peter Hutterertouchpad: whitespace fix
2014-06-04 Peter Hutterertouchpad: Drop the scroll direction lock, increase...
2014-06-04 Peter Hutterertouchpad: break up a long line
2014-06-03 Peter HuttererAdd our own version of linux/input.h
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 HuttererReplace log_bug with per-component bug macros
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 Å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-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...
next