summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-02tools: print button/ring/strip info for padsPeter Hutterer1-0/+19
2016-06-02tools: show tablet-pad capabilities in libinput-list-devicesPeter Hutterer1-0/+3
2016-06-02tools: add missing space after listing touch/tablet capabilitiesPeter Hutterer1-2/+2
2016-05-30tools: print the rotation angle in libinput-list-devicesPeter Hutterer1-0/+20
2016-05-30tools: add missing space in libinput-list-devices outputPeter Hutterer1-1/+1
2016-05-26tools: print the pad capabilitiesPeter Hutterer1-0/+14
2016-04-19tools: draw some grids for positioning testing in the event-guiPeter Hutterer1-0/+42
2016-04-18Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interfacePeter Hutterer2-0/+85
2016-04-12tools: update the doc publish tool to take a subdirPeter Hutterer1-1/+8
2016-04-08tools: print the button name for tablet button eventsPeter Hutterer1-2/+8
2016-02-05tools: fix output to say TABLET_TOOL instead of just tabletPeter Hutterer1-4/+4
2016-01-29tools: split drawing commands into helper functionsPeter Hutterer1-15/+54
2016-01-28tools: draw the pointer sprite lastPeter Hutterer1-10/+10
2016-01-27Merge branch 'master' into tablet-supportPeter Hutterer3-0/+30
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer3-0/+30
2016-01-22tools: add support for tablet relative events to the event-guiPeter Hutterer1-0/+49
2016-01-19Merge branch 'master' into tablet-supportPeter Hutterer1-2/+8
2016-01-15tools: share the axis and tip code where appropriatePeter Hutterer1-16/+13
2016-01-15tools: get pressure/distance/tilt from a tip event tooPeter Hutterer1-0/+4
2016-01-11tools: print the button name too, not just the codePeter Hutterer1-2/+8
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer2-3/+3
2015-12-21tablet: reduce event deltas to only apply to the wheelPeter Hutterer1-40/+17
2015-12-21tablet: rename libinput_tablet_tool_has_axis into an axis-specific API setPeter Hutterer1-14/+12
2015-12-21tablet: rename axis_get_value into an axis-specific API setPeter Hutterer2-22/+12
2015-12-21tablet: rename axis_has_changed into an axis-specific API setPeter Hutterer1-31/+12
2015-12-14tools: print the wheel axis delta, not the axis valuePeter Hutterer1-1/+1
2015-12-09Merge branch 'master' into tablet-supportPeter Hutterer1-3/+9
2015-12-07tools: print which scroll axis we have in event-debugPeter Hutterer1-3/+9
2015-12-02tablet: drop the tool type 'finger' from the tablet interfacePeter Hutterer1-3/+0
2015-11-24Merge branch 'master' into tablet-supportPeter Hutterer1-3/+3
2015-11-18tablet: rename the libinput_tool calls to libinput_tablet_toolPeter Hutterer1-25/+25
2015-11-18tablet: rename libinput_event_tablet to libinput_event_tablet_toolPeter Hutterer2-49/+49
2015-11-18tablet: rename LIBINPUT_EVENT_TABLET to LIBINPUT_EVENT_TABLET_TOOLPeter Hutterer2-16/+16
2015-11-18tablet: rename the tablet capability to a tablet_tool capabilityPeter Hutterer2-2/+2
2015-11-18tablet: rename TOOL_TIP to TABLET_TOOL_TIPPeter Hutterer2-2/+2
2015-11-18tablet: rename tool_tip_state to tablet_tool_tip_statePeter Hutterer1-1/+1
2015-11-18tablet: rename TOOL_PROXIMITY_ to TABLET_TOOL_PROXIMITYPeter Hutterer2-3/+3
2015-11-18tablet: rename tool_proximity_state to tablet_tool_proximity statePeter Hutterer1-1/+1
2015-11-18tablet: rename TOOL_TYPE to TABLET_TOOL_TYPEPeter Hutterer1-8/+8
2015-11-18tablet: rename the tablet axes to "LIBINPUT_TABLET_TOOL_AXIS_..."Peter Hutterer2-45/+45
2015-11-18tablet: rename libinput_tablet_axis to libinput_tablet_tool_axisPeter Hutterer1-1/+1
2015-11-18tablet: rename libinput_tool to libinput_tablet_toolPeter Hutterer1-2/+2
2015-11-12tablet: split out tip handling into a separate eventPeter Hutterer2-0/+52
2015-11-09tools: take the start time before initializing the contextPeter Hutterer1-3/+3
2015-11-09tools: print the tool ID in event-debugPeter Hutterer1-2/+5
2015-11-09tablet: rename all tool types to LIBINPUT_TOOL_TYPE_*Peter Hutterer1-8/+8
2015-11-05tools: add tablet support to event-guiPeter Hutterer1-0/+69
2015-11-05tablet: widen the serial type to uint64_tPeter Hutterer1-1/+2
2015-10-21Merge branch 'master' into tablet-supportPeter Hutterer3-1/+57
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer3-1/+57