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
/
evdev-tablet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-29
tablet: reject tablets without resolution
Peter Hutterer
1
-0
/
+4
2016-09-07
tablet: add touch arbitration
Peter Hutterer
1
-3
/
+77
2016-09-02
tablet: if a serial comes in late, discard it
Peter Hutterer
1
-7
/
+18
2016-08-26
tablet: fix minor coding style issue
Peter Hutterer
1
-1
/
+2
2016-08-22
Read the horizontal wheel click angle property if available
Peter Hutterer
1
-1
/
+1
2016-08-11
evdev: split evdev_dispatch and fallback_dispatch into separate entities
Peter Hutterer
1
-1
/
+1
2016-07-20
Switch a bunch of internal functions from int to bool
Peter Hutterer
1
-1
/
+1
2016-07-20
Change a few functions that only ever returned 0 to voids
Peter Hutterer
1
-4
/
+1
2016-07-13
tablet: catch potential segfault if the filter fails to allocate
Peter Hutterer
1
-0
/
+2
2016-06-28
tablet: make the cursor/lens tool behave like a 1000dpi mouse
Peter Hutterer
1
-9
/
+10
2016-06-10
tablet: add helper function to access the libinput context
Peter Hutterer
1
-15
/
+16
2016-06-10
evdev: add helper to get the libinput context from the evdev device
Peter Hutterer
1
-1
/
+1
2016-04-28
tablet: fix distance normalization range after 25a9f39
Peter Hutterer
1
-3
/
+12
2016-04-18
tablet: move the libwacom check for left-handed-ness into a helper function
Peter Hutterer
1
-37
/
+1
2016-04-13
tablet: add a fuzz-filter to avoid spamming callers with subpixel updates
Peter Hutterer
1
-0
/
+35
2016-04-12
tablet: fix the airbrush slider range
Peter Hutterer
1
-1
/
+1
2016-04-06
Fix spelling mistakes
Eric Engestrom
1
-1
/
+1
2016-03-07
tablet: reject mislabelled tablet devices
Peter Hutterer
1
-0
/
+28
2016-03-01
tablet: sanitize button mask passing
Peter Hutterer
1
-33
/
+21
2016-02-23
tablet: use the tilt resolution if we have it
Peter Hutterer
1
-9
/
+18
2016-02-10
tablet: move left-handed initialization into tablet_init
Peter Hutterer
1
-33
/
+33
2016-02-10
tablet: fix artpen rotation on left-handed tablets
Peter Hutterer
1
-0
/
+2
2016-02-10
test: add test for left-handed mouse rotation on tablets
Peter Hutterer
1
-0
/
+2
2016-02-10
tablet: move clearing the tilt bits up to where we reset the axes
Peter Hutterer
1
-2
/
+2
2016-02-10
tablet: delay initial proximity in event until we have a serial
Peter Hutterer
1
-7
/
+5
2016-02-09
tablet: change tilt axes to use degrees
Peter Hutterer
1
-6
/
+15
2016-01-22
tablet: fix potential null-pointer dereference
Peter Hutterer
1
-0
/
+5
2016-01-22
tablet: hook up relative motion events
Peter Hutterer
1
-10
/
+106
2016-01-15
tablet: drop delta array, provided by the tablet_axis struct now
Peter Hutterer
1
-4
/
+3
2016-01-15
tablet: use a struct rather than a double array for axis values
Peter Hutterer
1
-104
/
+68
2016-01-11
tablet: don't set a pressure offset of 0
Peter Hutterer
1
-0
/
+3
2016-01-11
tablet: a tip event can replace an axis event
Peter Hutterer
1
-62
/
+106
2016-01-11
tablet: add pressure threshold handling
Peter Hutterer
1
-18
/
+80
2016-01-11
tablet: always set the pressure offset
Peter Hutterer
1
-0
/
+8
2016-01-11
tablet: whitespace fix
Peter Hutterer
1
-2
/
+1
2016-01-06
tablet: insert "STATE" into proximity/tip states
Peter Hutterer
1
-2
/
+2
2015-12-23
tablet: split sanitize_tablet_axes up into two helpers
Peter Hutterer
1
-1
/
+12
2015-12-23
tablet: handle custom proximity handling
Peter Hutterer
1
-1
/
+104
2015-12-23
tablet: drop unused argument from tablet_mark_all_axes_changed
Peter Hutterer
1
-2
/
+1
2015-12-23
tablet: invert tilt axes when left-handed is enabled
Peter Hutterer
1
-0
/
+4
2015-12-23
tablet: simplify marking axes as changed
Peter Hutterer
1
-15
/
+20
2015-12-23
tablet: don't mark all axes changed on init
Peter Hutterer
1
-2
/
+0
2015-12-23
tablet: split out axis handling into helper functions
Peter Hutterer
1
-41
/
+141
2015-12-23
tablet: store the wheel delta in the normal axes
Peter Hutterer
1
-5
/
+4
2015-12-23
tablet: simplify check for testing if an axis update is needed
Peter Hutterer
1
-5
/
+1
2015-12-23
tablet: simplify check for testing if an axis update is needed
Peter Hutterer
1
-12
/
+8
2015-12-23
tablet: unroll the tablet axis processing loop
Peter Hutterer
1
-45
/
+60
2015-12-23
tablet: dump deltas, replace it with a single wheel_delta variable
Peter Hutterer
1
-52
/
+4
2015-12-23
tablet: dump deltas_discrete, replace with a single wheel_discrete variable
Peter Hutterer
1
-3
/
+3
2015-12-16
doc: minor comment clarification
Peter Hutterer
1
-2
/
+2
[next]