index
:
~jwrdegoede/libinput
clickpad-improvements
clickpad-improvements-v2
for-peter
gestures
gestures-broken
libgestures-integration
master
wip/ptraccel-work
Hans' libinput repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-16
udev: move check for seat_id down
Peter Hutterer
1
-2
/
+3
2017-01-16
Rename path.(c|h) to path-seat.(c|h)
Peter Hutterer
3
-3
/
+3
2017-01-11
touchpad: add a model tag to mark touchpads with visible marker
Peter Hutterer
3
-5
/
+3
2017-01-11
Remove a couple of double semicolons
Peter Hutterer
1
-1
/
+1
2017-01-04
evdev: add helper function to parse a udev flag
Peter Hutterer
1
-11
/
+29
2016-12-22
gestures: if fingers don't move, force a gesture by finger position
Peter Hutterer
1
-6
/
+8
2016-12-21
tablet: ignore MSC_SCAN
Peter Hutterer
1
-0
/
+2
2016-12-21
touchpad: reduce the tap movement threshold to 1.3mm
Peter Hutterer
1
-1
/
+1
2016-12-21
touchpad: reduce the initial timeout for tapping after touch
Peter Hutterer
1
-1
/
+9
2016-12-21
Merge branch 'touchpad-pointer-accel-revamp'
Peter Hutterer
7
-137
/
+319
2016-12-21
filter: tweak the magic slowdown
Peter Hutterer
1
-1
/
+1
2016-12-21
filter: revamp the touchpad's acceleration code
Peter Hutterer
1
-14
/
+11
2016-12-21
filter: work the touchpad magic slowdown into the various parameters
Peter Hutterer
1
-11
/
+8
2016-12-21
filter: change touchpad accel code to use mm/s
Peter Hutterer
1
-14
/
+21
2016-12-21
filter: drop the now-generic trackpoint and low-dpi filter functions
Peter Hutterer
1
-73
/
+7
2016-12-21
filter: change the filter functions to take raw device coordinates
Peter Hutterer
7
-76
/
+211
2016-12-21
Add device_float_get_direction
Peter Hutterer
1
-11
/
+26
2016-12-21
touchpad: init the device's dpi correctly
Peter Hutterer
1
-0
/
+4
2016-12-21
filter: duplicate pointer accel for touchpads
Peter Hutterer
1
-5
/
+98
2016-12-21
filter: drop the dpi_factor in favor of direct calculation
Peter Hutterer
1
-13
/
+7
2016-12-21
filter: store the raw dpi value in the filter
Peter Hutterer
1
-0
/
+6
2016-12-21
touchpad: change direction flags from int to uint32_t
Peter Hutterer
1
-1
/
+1
2016-12-20
touchpad: if an external touchpad and keyboard share a VID/PID assume dwt
Peter Hutterer
2
-2
/
+12
2016-12-15
filter: fix comment on how we calculate the slow-motion incline
Peter Hutterer
1
-1
/
+1
2016-12-15
Change the directions bitmask to a uin32_t
Peter Hutterer
3
-4
/
+4
2016-12-15
filter: fix a comment, the trackpoint profile uses device units
Peter Hutterer
1
-1
/
+1
2016-12-15
evdev: rename a leftover weston variable
Peter Hutterer
1
-2
/
+2
2016-12-14
filter: add a comment for how we calculate velocity
Peter Hutterer
1
-0
/
+7
2016-12-14
filter: split a condition up so we can mark it as bug
Peter Hutterer
1
-2
/
+5
2016-12-14
touchpad: convert two functions to use the device->phys helpers
Peter Hutterer
2
-11
/
+40
2016-12-14
touchpad: constify a few helper functions
Peter Hutterer
2
-3
/
+5
2016-12-06
tools: fix signed/unsigned comparison warnings
Peter Hutterer
1
-1
/
+1
2016-12-06
touchpad: sync BTN_TOOL_FINGER state on init
Peter Hutterer
1
-0
/
+8
2016-12-05
Whitespace fixes
Peter Hutterer
2
-3
/
+3
2016-12-01
Drop HAVE_CONFIG_H ifdef
Peter Hutterer
1
-2
/
+0
2016-12-01
Use the LIBINPUT_VERSION define, not the normal VERSION
Peter Hutterer
1
-1
/
+2
2016-12-01
touchpad: add a quirk for the HP Pavilion dm4
Peter Hutterer
3
-1
/
+13
2016-11-30
evdev: init axis range warnings for touch devices too
Peter Hutterer
4
-68
/
+84
2016-11-29
tablet: reject tablets without resolution
Peter Hutterer
1
-0
/
+4
2016-11-29
util: tighten requirements on the click angle/count properties
Peter Hutterer
1
-24
/
+4
2016-11-29
evdev: use safe_atod to convert the matrix values
Peter Hutterer
1
-10
/
+16
2016-11-29
util: add a helper function to split a string into substrings
Peter Hutterer
2
-0
/
+100
2016-11-29
util: add safe_atod for locale-independent conversion
Peter Hutterer
2
-13
/
+31
2016-11-29
path: read the calibration prop on startup
Peter Hutterer
1
-0
/
+2
2016-11-29
evdev: move reading the calibration prop into a helper function
Peter Hutterer
3
-25
/
+43
2016-11-28
util: if errno is nonzero, exit early from safe_atoi
Peter Hutterer
1
-0
/
+4
2016-11-28
util: fix include order
Peter Hutterer
1
-1
/
+1
2016-11-28
util: fix indentation for safe_atoi
Peter Hutterer
1
-11
/
+11
2016-11-23
touchpad: only use the last two coordinates for delta calculation
Peter Hutterer
1
-15
/
+5
2016-11-22
evdev: simplify hysteresis code and document it
Peter Hutterer
1
-3
/
+35
[next]