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
/
filter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-19
filter: normalize deltas before processing or returning them
Peter Hutterer
1
-8
/
+68
2017-01-19
filter: change the tracker delta type to device-units
Peter Hutterer
1
-2
/
+2
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
1
-66
/
+161
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-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
1
-1
/
+1
2016-12-15
filter: fix a comment, the trackpoint profile uses device units
Peter Hutterer
1
-1
/
+1
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-06-28
tablet: make the cursor/lens tool behave like a 1000dpi mouse
Peter Hutterer
1
-11
/
+69
2016-04-06
Fix spelling mistakes
Eric Engestrom
1
-1
/
+1
2016-01-22
tablet: hook up relative motion events
Peter Hutterer
1
-0
/
+94
2015-09-11
Add an API to change pointer acceleration profiles
Peter Hutterer
1
-2
/
+97
2015-08-31
filter: fix constant acceleration for the X230
Peter Hutterer
1
-10
/
+23
2015-08-20
touchpad: use unaccelerated motion data for scrolling
Peter Hutterer
1
-1
/
+22
2015-08-20
filter: add a "filter_constant" hook to the filter interface
Peter Hutterer
1
-0
/
+20
2015-08-20
filter: move the TP_MAGIC_SLOWDOWN to a single definition
Peter Hutterer
1
-9
/
+9
2015-08-20
filter: use named initalizers for the accelerator interface
Peter Hutterer
1
-16
/
+16
2015-08-12
filter: split trackpoint acceleration out
Peter Hutterer
1
-0
/
+87
2015-08-12
filter: duplicate the code for the Lenovo x230 accel method
Peter Hutterer
1
-3
/
+56
2015-08-11
filter: split out handling of the low-dpi accel method
Peter Hutterer
1
-2
/
+32
2015-08-11
filter: split calculating the accel factor into a helper function
Peter Hutterer
1
-10
/
+25
2015-08-11
filter: revamp to create device-specific filters, rather than accel functions
Peter Hutterer
1
-4
/
+58
2015-08-11
filter: move create_pointer_accelerator_filter down in the file
Peter Hutterer
1
-35
/
+35
2015-08-11
filter: drop accel->last, write-only value
Peter Hutterer
1
-5
/
+0
2015-08-11
filter: explain the acceleration function in detail
Peter Hutterer
1
-10
/
+73
2015-08-11
filter: add two helper functions to convert between speeds
Peter Hutterer
1
-10
/
+28
2015-08-11
filter: rename speed_out to "factor" for the touchpad profiles
Peter Hutterer
1
-23
/
+23
2015-08-11
filter: rename speed to speed_adjustment where it's in the [-1,1] range
Peter Hutterer
1
-9
/
+9
2015-08-11
filter: drop superfluous struct declaration
Peter Hutterer
1
-1
/
+0
2015-08-11
Revert "filter: move the pointer acceleration profiles back to units/ms"
Peter Hutterer
1
-27
/
+27
2015-08-04
filter: fix acceleration threshold assignment
Peter Hutterer
1
-3
/
+4
2015-08-03
filter: move the pointer acceleration profiles back to units/ms
Peter Hutterer
1
-25
/
+25
2015-07-31
filter: fix x230 acceleration function for the ms→us change
Peter Hutterer
1
-2
/
+2
2015-07-28
Change to micro seconds for measuring time internally
Jonas Ådahl
1
-22
/
+21
2015-07-02
filter: add a custom low-dpi acceleration
Peter Hutterer
1
-5
/
+49
2015-07-02
filter: pass the DPI to the acceleration filter
Peter Hutterer
1
-1
/
+6
2015-07-02
filter: reduce deceleration to minimal speeds only
Peter Hutterer
1
-1
/
+1
2015-06-26
filter: use a tmp variable for the accel factor
Peter Hutterer
1
-1
/
+4
2015-06-16
COPYING: Update boilerplate from MIT X11 to MIT Expat license
Peter Hutterer
1
-16
/
+17
2015-06-11
filter: require minimum acceleration factor of 0.3
Peter Hutterer
1
-1
/
+1
2015-06-11
touchpad: restart the motion filter on touch begin
Peter Hutterer
1
-0
/
+31
2015-06-02
filter: enforce minimum velocity
Peter Hutterer
1
-4
/
+30
[next]