summaryrefslogtreecommitdiff
path: root/src/evdev-tablet.h
Commit message (Expand)AuthorAgeFilesLines
* tablet: disable smoothing for AES devicesPeter Hutterer2020-11-251-0/+1
* Revert "tablet: don't disable the proximity quirk on good sequences"Peter Hutterer2020-05-221-0/+3
* tablet: don't force a proximity out while buttons are downPeter Hutterer2020-02-131-9/+10
* tablet: disable the forced proximity out for the Dell Canvas penPeter Hutterer2019-06-171-0/+1
* tablet: fix double proximity out on slow proximity out pensPeter Hutterer2019-06-171-7/+8
* tablet: add a the Totem tool type to the tablet interfacePeter Hutterer2019-06-071-0/+6
* tablet: lock the tablet rotation to the touchpad rotationPeter Hutterer2019-05-271-0/+9
* tablet: don't disable the proximity quirk on good sequencesPeter Hutterer2019-05-271-4/+0
* tablet: move tablet tool change processing to tablet_flushPeter Hutterer2019-04-301-2/+3
* tablet: log a bug when a tablet switches between tools directlyPeter Hutterer2019-04-041-0/+2
* tablet: move the current tool bits into a substructPeter Hutterer2019-04-041-3/+5
* Add a bit() macroPeter Hutterer2019-02-111-11/+11
* tablet: add tilt-based touch arbitration for screen tabletsPeter Hutterer2019-01-311-0/+1
* tablet: unify the license text with what we have in COPYINGPeter Hutterer2018-08-071-16/+17
* Correct Lyude's Copyright assignmentLyude Paul2017-11-211-1/+1
* tablet: always enable the no-proximity-out quirk on HUION tabletsPeter Hutterer2017-09-211-0/+3
* tablet: add a quirk for the HUION PenTablet that doesn't send proximity out e...Peter Hutterer2017-09-201-0/+7
* util: harmonize container_of() definition with linux kernel oneGabriel Laskar2017-05-171-3/+1
* tablet: add axis smoothingPeter Hutterer2017-03-231-1/+2
* tablet: add a motion historyPeter Hutterer2017-03-231-0/+8
* evdev: improve type-safety on dispatch switchesPeter Hutterer2017-01-311-0/+10
* tablet: add touch arbitrationPeter Hutterer2016-09-071-0/+3
* evdev: split evdev_dispatch and fallback_dispatch into separate entitiesPeter Hutterer2016-08-111-0/+2
* tablet: add helper function to access the libinput contextPeter Hutterer2016-06-101-0/+6
* tablet: add a fuzz-filter to avoid spamming callers with subpixel updatesPeter Hutterer2016-04-131-0/+2
* tablet: sanitize button mask passingPeter Hutterer2016-03-011-1/+1
* tablet: drop delta array, provided by the tablet_axis struct nowPeter Hutterer2016-01-151-1/+0
* tablet: use a struct rather than a double array for axis valuesPeter Hutterer2016-01-151-1/+1
* tablet: handle custom proximity handlingPeter Hutterer2015-12-231-0/+3
* tablet: support tool-specific pressure offsetsPeter Hutterer2015-12-151-0/+21
* tablet: drop the tool type 'finger' from the tablet interfacePeter Hutterer2015-12-021-1/+0
* Whitespace fixPeter Hutterer2015-12-021-1/+1
* tablet: rename TOOL_TYPE to TABLET_TOOL_TYPEPeter Hutterer2015-11-181-9/+9
* tablet: rename libinput_tool_type to libinput_tablet_tool_typePeter Hutterer2015-11-181-2/+2
* tablet: rename the tablet axes to "LIBINPUT_TABLET_TOOL_AXIS_..."Peter Hutterer2015-11-181-24/+24
* tablet: rename libinput_tablet_axis to libinput_tablet_tool_axisPeter Hutterer2015-11-181-5/+5
* tablet: hook up tip eventsPeter Hutterer2015-11-161-2/+4
* tablet: rename STYLUS_IN_CONTACT to TOOL_IN_CONTACTPeter Hutterer2015-11-121-1/+1
* tablet: rename all tool types to LIBINPUT_TOOL_TYPE_*Peter Hutterer2015-11-091-9/+9
* tablet: sync tools already in proximity at startupPeter Hutterer2015-03-051-0/+21
* tablet: support the rel wheel on the mouse devicePeter Hutterer2015-03-021-0/+18
* tablet: support artpen rotationPeter Hutterer2015-03-021-0/+6
* tablet: support airbrush wheel as sliderPeter Hutterer2015-03-021-0/+6
* tablet: expand the button mask to allow for BTN_LEFT, RIGHT, MIDDLEPeter Hutterer2015-03-021-1/+1
* tablet: add libinput_tool_get_tool_id()Peter Hutterer2015-03-021-0/+1
* tablet: drop LIBINPUT_TOOL_NONE from the public APIPeter Hutterer2015-03-021-0/+1
* cosmetic: drop double empty linesPeter Hutterer2015-02-201-1/+0
* tablet: drop LIBINPUT_TABLET_AXIS_NONE from the APIPeter Hutterer2015-02-181-3/+5
* tablet: Add libinput_tool_has_axis() and testsStephen Chandler Paul2014-08-081-0/+1
* tablet: Use separate tool objects for tools without serialsStephen Chandler Paul2014-08-081-0/+3