index
:
wayland/libinput
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.16-branch
1.17-branch
1.18-branch
1.19-branch
1.2-branch
1.20-branch
1.22-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
main
master
tablet-support
wip/arch
wip/docbuild
wip/smaller-arch-image
input device management and event handling library (mirrored from https://gitlab.freedesktop.org/libinput/libinput)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-22
configure.ac: libinput 0.5
0.5.0
Jonas Ådahl
1
-2
/
+2
2014-07-22
test/path: Avoid creating ignored test devices
Jonas Ådahl
1
-15
/
+15
2014-07-22
style fix: Remove duplicate empty lines
Peter Hutterer
9
-14
/
+0
2014-07-22
tools: always enable tapping in the event-gui program
Peter Hutterer
1
-0
/
+9
2014-07-22
Use an enum to enable/disable tapping configuration
Peter Hutterer
5
-36
/
+83
2014-07-21
test: add test for 3-finger tapping
Peter Hutterer
1
-0
/
+109
2014-07-21
touchpad: make tp_estimate_delta return fractions
Hans de Goede
1
-1
/
+1
2014-07-21
touchpad: Create fake touches for BTN_TOOL_FOO on multi-touch pads too
Hans de Goede
2
-38
/
+40
2014-07-21
touchpad: Don't process fake touches if they are not dirty
Hans de Goede
1
-2
/
+3
2014-07-21
touchpad: Protect tp_begin_touch and tp_end_touch against being called twice
Hans de Goede
1
-26
/
+21
2014-07-21
touchpad: always enable palm detection on apple touchpads
Peter Hutterer
5
-16
/
+29
2014-07-21
test: touchpads are too small for palm if we can't get the dimensions
Peter Hutterer
1
-2
/
+3
2014-07-21
touchpad: always init the left/right palm edge to INT_MIN/MAX
Peter Hutterer
1
-4
/
+4
2014-07-21
Fix two doxygen errors
Peter Hutterer
1
-1
/
+6
2014-07-21
touchpad: don't init edge palm detection on touchpads less than 8cm across
Peter Hutterer
2
-0
/
+41
2014-07-21
touchpad: require a <45 degree movement for a palm to become a touch
Peter Hutterer
3
-3
/
+26
2014-07-21
touchpad: if a palm touch moves out of the edge zone within a timeout, unpalm
Peter Hutterer
3
-11
/
+40
2014-07-21
touchpad: implement edge-based basic palm detection
Peter Hutterer
4
-0
/
+179
2014-07-21
filter: move get_direction into shared header
Peter Hutterer
2
-58
/
+60
2014-07-21
test: set the abs resolution after creating the device
Peter Hutterer
1
-2
/
+30
2014-07-21
test: reduce sideways-component in two-finger scroll test
Peter Hutterer
1
-6
/
+4
2014-07-21
test: widen litest to use doubles for scaled variables
Peter Hutterer
4
-15
/
+18
2014-07-16
touchpad: check the pointer touch for history size
Peter Hutterer
1
-13
/
+13
2014-07-16
test: fix x/y resolution for a test device
Peter Hutterer
1
-2
/
+2
2014-07-16
test: fix resolution on T440s multitouch axes
Peter Hutterer
1
-2
/
+2
2014-07-16
test: fix a missing finger release
Peter Hutterer
1
-0
/
+2
2014-07-16
Include stdint.h from filter.h
Peter Hutterer
1
-0
/
+2
2014-07-15
test: Assert libevdev_uinput_write_event() call was successful
Jonas Ådahl
1
-1
/
+2
2014-07-15
tools/event-gui: Silence a couple of compiler warnings
Jonas Ådahl
1
-2
/
+2
2014-07-15
event-debug: Silence compiler warnings
Jonas Ådahl
1
-2
/
+2
2014-07-15
configure.ac: Add subdir-objects to AM_INIT_AUTOMAKE paramaters
Jonas Ådahl
2
-3
/
+3
2014-07-10
touchpad: fix coding style
Peter Hutterer
1
-1
/
+2
2014-07-09
touchpad: normalize the touchpad resolution to 400dpi, not 10 units/mm
Peter Hutterer
3
-8
/
+18
2014-07-09
touchpad: don't feed 0/0 deltas into the accel filters
Peter Hutterer
1
-1
/
+2
2014-07-09
filter: drop constant acceleration
Peter Hutterer
1
-5
/
+3
2014-07-09
filter: use a separate variable for the final accel factor
Peter Hutterer
1
-5
/
+6
2014-07-09
filter: annotate the various variables we have with units
Peter Hutterer
1
-20
/
+20
2014-07-09
accel_profile_smooth_simple: Make 0.0-1.0 accel range depend on threshold
Hans de Goede
1
-2
/
+2
2014-07-09
accel_profile_smooth_simple: Fix jump in acceleration curve
Hans de Goede
1
-1
/
+3
2014-07-09
accel_profile_smooth_simple: Cleanup
Hans de Goede
1
-9
/
+12
2014-07-09
filter: drop delta-softening
Peter Hutterer
1
-23
/
+0
2014-07-09
test: fix expected delta from relative motion
Peter Hutterer
1
-2
/
+2
2014-07-09
filter: rename motion_filter_destroy to filter_destroy
Peter Hutterer
4
-13
/
+13
2014-07-04
test: prefix custom test devices with "litest"
Peter Hutterer
4
-9
/
+9
2014-07-04
touchpad: drop the BOTTOM_TO_AREA/BOTTOM_NEW states
Peter Hutterer
3
-614
/
+362
2014-07-03
touchpad: reduce button size, use physical sizes where possible
Peter Hutterer
1
-2
/
+19
2014-07-03
touchpad: hook up to the tapping configuration
Peter Hutterer
3
-5
/
+117
2014-07-03
Add an interface to enable/disable tapping
Peter Hutterer
3
-1
/
+120
2014-07-03
Add an enum for configuration return codes
Peter Hutterer
3
-0
/
+77
2014-07-03
test: fix compiler warnings for comparison int vs unsigned int
Peter Hutterer
4
-6
/
+6
[next]