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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-07
tablet: unify the license text with what we have in COPYING
Peter Hutterer
5
-80
/
+85
2018-08-06
filter: always init a delta smoothener for 10/10ms on trackpoints
Peter Hutterer
1
-0
/
+6
2018-08-05
Remove seemingly extra pasted line from license
Matt Mayfield
1
-1
/
+0
2018-08-03
touchpad: improve finger counting for synaptics serial touchpads
Peter Hutterer
1
-1
/
+1
2018-08-03
fallback: add support for ABS_MT_TOOL_TYPE for touch screens
Peter Hutterer
4
-15
/
+144
2018-08-03
fallback: move flushing MT events to a helper function
Peter Hutterer
1
-39
/
+49
2018-08-03
fallback: change a list of if conditions to a switch statement
Peter Hutterer
1
-3
/
+12
2018-08-03
fallback: move the mt slot state struct/enum here
Peter Hutterer
2
-15
/
+16
2018-08-02
util: remove now-unused helper functions
Peter Hutterer
2
-101
/
+0
2018-08-02
fallback: add another debug message for tablet-mode keyboard suspend
Peter Hutterer
1
-1
/
+3
2018-08-02
fallback: change a debug message to be less ambiguous
Peter Hutterer
1
-1
/
+1
2018-08-01
doc/user: more documentation cleanups and fixes
Peter Hutterer
1
-1
/
+12
2018-07-31
tablet: clear tablet history on tool contact change
jeff
1
-0
/
+8
2018-07-27
doc: refer to "the libinput documentation" in a few @see cases
Peter Hutterer
1
-69
/
+74
2018-07-27
doc: drop a few unnecessary @ref
Peter Hutterer
1
-2
/
+1
2018-07-27
doc: copy some bits of the tablet docs to doxygen
Peter Hutterer
1
-12
/
+58
2018-07-26
util: fix a ubsan complaint about undefined left-shift
Peter Hutterer
1
-3
/
+3
2018-07-20
Merge branch 'master' of gitlab.freedesktop.org:libinput/libinput
Peter Hutterer
3
-0
/
+84
2018-07-19
Add versionsort test
Greg V
1
-7
/
+15
2018-07-19
touchpad: don't NONE or HOVERING touches towards the touch
Peter Hutterer
1
-0
/
+4
2018-07-17
evdev: fix the trackpoint multiplier info message
Peter Hutterer
1
-1
/
+1
2018-07-16
Fix include portablity (xlocale, stdlib)
Greg V
1
-0
/
+4
2018-07-16
Import versionsort implementation from musl for systems without versionsort
Greg V
2
-0
/
+72
2018-07-16
fallback: remove some if 0 code
Peter Hutterer
1
-4
/
+0
2018-07-16
evdev: whitespace fix
Peter Hutterer
1
-1
/
+1
2018-07-13
Rename data/ to quirks/
Peter Hutterer
1
-3
/
+3
2018-07-13
tap: log a tap bug for release on MULTITAP_PALM
Peter Hutterer
1
-1
/
+1
2018-07-13
tap: remove unnecessary TAP_STATE_DEAD assignment
Peter Hutterer
1
-2
/
+0
2018-07-11
quirks: remove the leftovers of the trackpoint range attribute
Peter Hutterer
2
-9
/
+0
2018-07-11
filter: add a trackpoint multiplier factor
Peter Hutterer
7
-57
/
+52
2018-07-11
quirks: add quirks_get_double()
Peter Hutterer
2
-0
/
+33
2018-07-11
filter: make the trackpoint accel profile func the same prototype as the others
Peter Hutterer
2
-3
/
+5
2018-07-11
filter: replace the trackpoint accel with a velocity-based one
Peter Hutterer
1
-181
/
+69
2018-06-29
fallback: cancel the debounce timers during device remove, not destroy
Peter Hutterer
2
-3
/
+6
2018-06-26
touchpad: don't disable tapping on MT_TOOL_PALM
Peter Hutterer
1
-3
/
+0
2018-06-25
quirks: free the dt string
Peter Hutterer
1
-0
/
+1
2018-06-22
util: use assert() instead of abort() for testing for size limits
Peter Hutterer
1
-1
/
+1
2018-06-21
libinput-private: constify inline helpers
Konstantin Kharlamov
1
-10
/
+10
2018-06-20
zalloc limit fix for libinput-record
Sergiusz Michalik
1
-2
/
+2
2018-06-20
quirks: drop the JUMPING_SEMI_MT model
Peter Hutterer
2
-3
/
+0
2018-06-20
util: abort if we try to allocate more than a MB
Peter Hutterer
1
-1
/
+3
2018-06-19
quirks: add more assertion to avoid API misusage (v2)
Peter Hutterer
1
-0
/
+2
2018-06-18
Revert "quirks: add more assertion to avoid API misusage"
Peter Hutterer
1
-3
/
+0
2018-06-18
quirks: add more assertion to avoid API misusage
Peter Hutterer
1
-0
/
+3
2018-06-18
quirks: explicitly cast the log priority
Peter Hutterer
1
-3
/
+4
2018-06-18
quirk: remove unused variable
Peter Hutterer
1
-3
/
+0
2018-06-18
quirks: add MatchVersion in addition to VID/PID
Peter Hutterer
1
-2
/
+20
2018-06-15
touchpad: ignore motion on finger-up
Konstantin Kharlamov
1
-0
/
+5
2018-06-15
quirks: use realloc instead of reallocarray
Peter Hutterer
1
-1
/
+1
2018-06-14
touchpad: replace last_point with history.samples
Konstantin Kharlamov
2
-11
/
+5
[next]