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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-23
tablet: add axis smoothing
Peter Hutterer
1
-1
/
+2
2017-03-23
tablet: add a motion history
Peter Hutterer
1
-0
/
+8
2017-01-31
evdev: improve type-safety on dispatch switches
Peter Hutterer
1
-0
/
+10
2016-09-07
tablet: add touch arbitration
Peter Hutterer
1
-0
/
+3
2016-08-11
evdev: split evdev_dispatch and fallback_dispatch into separate entities
Peter Hutterer
1
-0
/
+2
2016-06-10
tablet: add helper function to access the libinput context
Peter Hutterer
1
-0
/
+6
2016-04-13
tablet: add a fuzz-filter to avoid spamming callers with subpixel updates
Peter Hutterer
1
-0
/
+2
2016-03-01
tablet: sanitize button mask passing
Peter Hutterer
1
-1
/
+1
2016-01-15
tablet: drop delta array, provided by the tablet_axis struct now
Peter Hutterer
1
-1
/
+0
2016-01-15
tablet: use a struct rather than a double array for axis values
Peter Hutterer
1
-1
/
+1
2015-12-23
tablet: handle custom proximity handling
Peter Hutterer
1
-0
/
+3
2015-12-15
tablet: support tool-specific pressure offsets
Peter Hutterer
1
-0
/
+21
2015-12-02
tablet: drop the tool type 'finger' from the tablet interface
Peter Hutterer
1
-1
/
+0
2015-12-02
Whitespace fix
Peter Hutterer
1
-1
/
+1
2015-11-18
tablet: rename TOOL_TYPE to TABLET_TOOL_TYPE
Peter Hutterer
1
-9
/
+9
2015-11-18
tablet: rename libinput_tool_type to libinput_tablet_tool_type
Peter Hutterer
1
-2
/
+2
2015-11-18
tablet: rename the tablet axes to "LIBINPUT_TABLET_TOOL_AXIS_..."
Peter Hutterer
1
-24
/
+24
2015-11-18
tablet: rename libinput_tablet_axis to libinput_tablet_tool_axis
Peter Hutterer
1
-5
/
+5
2015-11-16
tablet: hook up tip events
Peter Hutterer
1
-2
/
+4
2015-11-12
tablet: rename STYLUS_IN_CONTACT to TOOL_IN_CONTACT
Peter Hutterer
1
-1
/
+1
2015-11-09
tablet: rename all tool types to LIBINPUT_TOOL_TYPE_*
Peter Hutterer
1
-9
/
+9
2015-03-05
tablet: sync tools already in proximity at startup
Peter Hutterer
1
-0
/
+21
2015-03-02
tablet: support the rel wheel on the mouse device
Peter Hutterer
1
-0
/
+18
2015-03-02
tablet: support artpen rotation
Peter Hutterer
1
-0
/
+6
2015-03-02
tablet: support airbrush wheel as slider
Peter Hutterer
1
-0
/
+6
2015-03-02
tablet: expand the button mask to allow for BTN_LEFT, RIGHT, MIDDLE
Peter Hutterer
1
-1
/
+1
2015-03-02
tablet: add libinput_tool_get_tool_id()
Peter Hutterer
1
-0
/
+1
2015-03-02
tablet: drop LIBINPUT_TOOL_NONE from the public API
Peter Hutterer
1
-0
/
+1
2015-02-20
cosmetic: drop double empty lines
Peter Hutterer
1
-1
/
+0
2015-02-18
tablet: drop LIBINPUT_TABLET_AXIS_NONE from the API
Peter Hutterer
1
-3
/
+5
2014-08-08
tablet: Add libinput_tool_has_axis() and tests
Stephen Chandler Paul
1
-0
/
+1
2014-08-08
tablet: Use separate tool objects for tools without serials
Stephen Chandler Paul
1
-0
/
+3
2014-07-11
tablet: Don't swap X and Y in evcode_to_axis()
Stephen Chandler Paul
1
-2
/
+2
2014-07-10
tablet: Rename TILT_VERTICAL and TILT_HORIZONTAL to TILT_X and TILT_Y
Stephen Chandler Paul
1
-4
/
+4
2014-06-27
tablet: Include tool with all events
Stephen Chandler Paul
1
-7
/
+6
2014-06-27
tablet: Replace tool-update with proximity-in
Stephen Chandler Paul
1
-1
/
+2
2014-06-27
tablet: Stop redundant proximity-out events from being reported
Stephen Chandler Paul
1
-1
/
+2
2014-06-24
tablet: ignore pad buttons
Peter Hutterer
1
-1
/
+0
2014-06-19
evdev: Continue updating axes internally when tool leaves proximity
Stephen Chandler Paul
1
-5
/
+4
2014-06-17
Sanitize distance and pressure axes before reporting their values
Stephen Chandler Paul
1
-1
/
+2
2014-06-17
tablet: Report and normalize distance, pressure, and tilt axes
Stephen Chandler Paul
1
-1
/
+26
2014-06-17
tablet: Handle button-events
Stephen Chandler Paul
1
-1
/
+11
2014-06-17
Emit LIBINPUT_EVENT_TABLET_PROXIMITY_OUT when tool leaves proximity
Stephen Chandler Paul
1
-1
/
+2
2014-06-17
Emit LIBINPUT_TABLET_EVENT_TOOL_UPDATE events on tool changes
Stephen Chandler Paul
1
-1
/
+5
2014-06-17
evdev: Add basic support for tablet devices
Stephen Chandler Paul
1
-0
/
+82