index
:
delta/libinput.git
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
baserock/genivi/baseline
main
master
tablet-support
touchpad-gestures
wip/arch
wip/docbuild
wip/gitlab-ci
wip/gitlab-ci-f29
wip/smaller-arch-image
wip/ubuntu-18.10
wip/update-arch-image
gitlab.freedesktop.org: libinput/libinput.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
filter: add scroll movement type to the custom acceleration profile
Yinon Burgansky
2023-02-24
1
-0
/
+8
*
Introduce custom acceleration profile
Yinon Burgansky
2023-01-17
1
-0
/
+12
*
filter: add helper functions to create/destroy a delta smoothener
Peter Hutterer
2023-01-17
1
-1
/
+1
*
filter: localize a few variables
Peter Hutterer
2022-09-08
1
-10
/
+6
*
filter: constify the tracker API
Peter Hutterer
2022-09-08
1
-5
/
+5
*
filter: a few whitespace fixes and extra comments
Peter Hutterer
2022-09-08
1
-3
/
+4
*
treewide: fix typos
Torstein Husebø
2020-12-16
1
-1
/
+1
*
filter.h/c: remove unused includes
Konstantin Kharlamov
2019-09-13
1
-1
/
+0
*
Add quirk to control velocity averaging, disable it by default
Kim Lindberger
2018-08-22
1
-3
/
+1
*
Revert "Expose a custom acceleration profile"
Peter Hutterer
2018-05-21
1
-9
/
+0
*
Expose a custom acceleration profile
Peter Hutterer
2018-04-26
1
-0
/
+9
*
filter: always average the velocity of the first two events
Peter Hutterer
2018-04-26
1
-1
/
+4
*
filter: make the MAX_VELOCITY_DIFF a double
Peter Hutterer
2018-04-26
1
-1
/
+1
*
filter: namespace the various trackers_* functions
Peter Hutterer
2018-04-18
1
-15
/
+15
*
filter: split the mouse acceleration out into a separate file
Peter Hutterer
2018-04-18
1
-295
/
+2
*
filter: drop the ntrackers argument from init_trackers
Peter Hutterer
2018-04-18
1
-4
/
+4
*
filter: split the low-dpi acceleration into a separate file
Peter Hutterer
2018-04-18
1
-85
/
+0
*
filter: move the flat filter into a separate file
Peter Hutterer
2018-04-18
1
-77
/
+0
*
filter: move the velocity diff to the only function we use it in
Peter Hutterer
2018-04-18
1
-1
/
+1
*
filter: split the touchpad acceleration code into a separate file
Peter Hutterer
2018-04-18
1
-177
/
+0
*
filter: make the simpsons accel calculation available through the header
Peter Hutterer
2018-04-18
1
-34
/
+18
*
filter: move the pointer_accelerator struct into the header
Peter Hutterer
2018-04-18
1
-17
/
+0
*
filter: split trackpoint acceleration code into a separate file
Peter Hutterer
2018-04-18
1
-263
/
+0
*
filter: split the tablet accel code into a separate file
Peter Hutterer
2018-04-18
1
-146
/
+0
*
filter: move the x230 filter into a separate file
Peter Hutterer
2018-04-18
1
-136
/
+0
*
filter: add helper function to reset and free trackers
Peter Hutterer
2018-04-18
1
-14
/
+29
*
filter: pass trackers to calculate_velocity
Peter Hutterer
2018-04-18
1
-6
/
+5
*
filter: move the smoothing values to the trackers
Peter Hutterer
2018-04-18
1
-19
/
+27
*
filter: move some functions to the shared header
Peter Hutterer
2018-04-18
1
-46
/
+3
*
filter: factor out the pointer trackers from the accel filter
Peter Hutterer
2018-04-18
1
-33
/
+46
*
filter: don't allow an accel factor of 0 on the flat profile
Peter Hutterer
2017-09-11
1
-1
/
+1
*
touchpad: Enable timestamp smoothing support for bluetooth touchpads
Hans de Goede
2017-08-01
1
-1
/
+5
*
filter: Add timestamp smoothing support
Hans de Goede
2017-08-01
1
-7
/
+18
*
filter: add a custom trackpoint accelerator
Peter Hutterer
2017-07-20
1
-45
/
+248
*
Replace calloc calls with zalloc
Peter Hutterer
2017-07-12
1
-2
/
+2
*
Abort if zalloc ever fails
Peter Hutterer
2017-07-12
1
-12
/
+0
*
filter: normalize deltas before processing or returning them
Peter Hutterer
2017-01-19
1
-8
/
+68
*
filter: change the tracker delta type to device-units
Peter Hutterer
2017-01-19
1
-2
/
+2
*
filter: tweak the magic slowdown
Peter Hutterer
2016-12-21
1
-1
/
+1
*
filter: revamp the touchpad's acceleration code
Peter Hutterer
2016-12-21
1
-14
/
+11
*
filter: work the touchpad magic slowdown into the various parameters
Peter Hutterer
2016-12-21
1
-11
/
+8
*
filter: change touchpad accel code to use mm/s
Peter Hutterer
2016-12-21
1
-14
/
+21
*
filter: drop the now-generic trackpoint and low-dpi filter functions
Peter Hutterer
2016-12-21
1
-73
/
+7
*
filter: change the filter functions to take raw device coordinates
Peter Hutterer
2016-12-21
1
-66
/
+161
*
filter: duplicate pointer accel for touchpads
Peter Hutterer
2016-12-21
1
-5
/
+98
*
filter: drop the dpi_factor in favor of direct calculation
Peter Hutterer
2016-12-21
1
-13
/
+7
*
filter: store the raw dpi value in the filter
Peter Hutterer
2016-12-21
1
-0
/
+6
*
filter: fix comment on how we calculate the slow-motion incline
Peter Hutterer
2016-12-15
1
-1
/
+1
*
Change the directions bitmask to a uin32_t
Peter Hutterer
2016-12-15
1
-1
/
+1
*
filter: fix a comment, the trackpoint profile uses device units
Peter Hutterer
2016-12-15
1
-1
/
+1
[next]