summaryrefslogtreecommitdiff
path: root/src/evdev-tablet.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-22tablet: fix potential null-pointer dereferencePeter Hutterer1-0/+5
2016-01-22tablet: hook up relative motion eventsPeter Hutterer1-10/+106
2016-01-15tablet: drop delta array, provided by the tablet_axis struct nowPeter Hutterer1-4/+3
2016-01-15tablet: use a struct rather than a double array for axis valuesPeter Hutterer1-104/+68
2016-01-11tablet: don't set a pressure offset of 0Peter Hutterer1-0/+3
2016-01-11tablet: a tip event can replace an axis eventPeter Hutterer1-62/+106
2016-01-11tablet: add pressure threshold handlingPeter Hutterer1-18/+80
2016-01-11tablet: always set the pressure offsetPeter Hutterer1-0/+8
2016-01-11tablet: whitespace fixPeter Hutterer1-2/+1
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer1-2/+2
2015-12-23tablet: split sanitize_tablet_axes up into two helpersPeter Hutterer1-1/+12
2015-12-23tablet: handle custom proximity handlingPeter Hutterer1-1/+104
2015-12-23tablet: drop unused argument from tablet_mark_all_axes_changedPeter Hutterer1-2/+1
2015-12-23tablet: invert tilt axes when left-handed is enabledPeter Hutterer1-0/+4
2015-12-23tablet: simplify marking axes as changedPeter Hutterer1-15/+20
2015-12-23tablet: don't mark all axes changed on initPeter Hutterer1-2/+0
2015-12-23tablet: split out axis handling into helper functionsPeter Hutterer1-41/+141
2015-12-23tablet: store the wheel delta in the normal axesPeter Hutterer1-5/+4
2015-12-23tablet: simplify check for testing if an axis update is neededPeter Hutterer1-5/+1
2015-12-23tablet: simplify check for testing if an axis update is neededPeter Hutterer1-12/+8
2015-12-23tablet: unroll the tablet axis processing loopPeter Hutterer1-45/+60
2015-12-23tablet: dump deltas, replace it with a single wheel_delta variablePeter Hutterer1-52/+4
2015-12-23tablet: dump deltas_discrete, replace with a single wheel_discrete variablePeter Hutterer1-3/+3
2015-12-16doc: minor comment clarificationPeter Hutterer1-2/+2
2015-12-15tablet: support tool-specific pressure offsetsPeter Hutterer1-3/+82
2015-12-15tablet: drop unused conditionPeter Hutterer1-7/+0
2015-12-09tablet: enable the calibration matrix for internal tabletsPeter Hutterer1-2/+49
2015-12-03tablet: force the pressure/distance to 0 depending on contact statePeter Hutterer1-4/+16
2015-12-03tablet: drop pressure when either pressure or distance changedPeter Hutterer1-1/+3
2015-12-02tablet: drop the tool type 'finger' from the tablet interfacePeter Hutterer1-2/+4
2015-12-02tablet: break up a condition to improve readabilityPeter Hutterer1-2/+6
2015-12-02tablet: add two missing curly bracesPeter Hutterer1-2/+3
2015-11-18tablet: rename the libinput_tool calls to libinput_tablet_toolPeter Hutterer1-1/+1
2015-11-18tablet: rename TOOL_TIP to TABLET_TOOL_TIPPeter Hutterer1-4/+4
2015-11-18tablet: rename tool_tip_state to tablet_tool_tip_statePeter Hutterer1-2/+2
2015-11-18tablet: rename TOOL_PROXIMITY_ to TABLET_TOOL_PROXIMITYPeter Hutterer1-2/+2
2015-11-18tablet: rename TOOL_TYPE to TABLET_TOOL_TYPEPeter Hutterer1-27/+27
2015-11-18tablet: rename libinput_tool_type to libinput_tablet_tool_typePeter Hutterer1-6/+6
2015-11-18tablet: rename the tablet axes to "LIBINPUT_TABLET_TOOL_AXIS_..."Peter Hutterer1-63/+63
2015-11-18tablet: rename libinput_tablet_axis to libinput_tablet_tool_axisPeter Hutterer1-7/+7
2015-11-18tablet: rename libinput_tool to libinput_tablet_toolPeter Hutterer1-12/+12
2015-11-16tablet: allow fetching the tip state from any tablet eventPeter Hutterer1-1/+12
2015-11-16tablet: hook up tip eventsPeter Hutterer1-8/+29
2015-11-12tablet: rename STYLUS_IN_CONTACT to TOOL_IN_CONTACTPeter Hutterer1-3/+3
2015-11-09tablet: rename all tool types to LIBINPUT_TOOL_TYPE_*Peter Hutterer1-27/+27
2015-08-04tablet: add get_time_usec() for tablets, switch to usecPeter Hutterer1-8/+8
2015-07-08tablet: use libwacom_new_from_path() to handle more tabletsPeter Hutterer1-5/+7
2015-07-08tablet: rely on libwacom for the list of axis capabilitiesPeter Hutterer1-29/+25
2015-06-29tablet: fix check for rotation axisPeter Hutterer1-0/+7
2015-06-04Merge branch 'master' into tablet-supportPeter Hutterer1-1/+0