summaryrefslogtreecommitdiff
path: root/tools/event-debug.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-18tools: rename a source file to match the future common file name paradigmPeter Hutterer1-923/+0
2017-05-12Include config.h from event-debug.cPeter Hutterer1-1/+2
2017-03-22tools: print axes, but not capabilities on proximity outPeter Hutterer1-32/+34
2017-03-01tools: fix printing of tablet coordinatesPeter Hutterer1-1/+1
2017-02-24tools: add "--quiet" option to only log libinput messagesPeter Hutterer1-75/+80
2017-02-21tools: print the key as -1 for obfuscated keysPeter Hutterer1-0/+1
2017-02-14tools: don't print device options on device removedPeter Hutterer1-47/+55
2017-02-14tools: hide key codes by defaultPeter Hutterer1-4/+15
2017-01-26Add a "switch" interface for parts of the SW_* rangeJames Ye1-0/+31
2017-01-04Add wheel tilt as axis sourcePeter Hutterer1-0/+3
2017-01-03tools: reduce some spacing to compress the output a bitPeter Hutterer1-2/+2
2017-01-03tools: align device notify output betterPeter Hutterer1-1/+1
2017-01-03tools: size in mm is enough, no need for sub-mm precision herePeter Hutterer1-1/+1
2016-11-29tools: print pointer axis source in event-debugPeter Hutterer1-1/+15
2016-09-16tools: change pointer to voidEric Engestrom1-1/+1
2016-09-08tools: prefix debug output with '-' on device changesPeter Hutterer1-1/+11
2016-07-11Remove LIBINPUT_EVENT_TABLET_PAD_MODE eventPeter Hutterer1-22/+0
2016-06-22pad: Add a new API for modes and mode groupsPeter Hutterer1-10/+51
2016-05-26tools: print the pad capabilitiesPeter Hutterer1-0/+14
2016-04-18Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interfacePeter Hutterer1-0/+81
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-19Merge branch 'master' into tablet-supportPeter Hutterer1-2/+8
2016-01-11tools: print the button name too, not just the codePeter Hutterer1-2/+8
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer1-2/+2
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 Hutterer1-14/+8
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 Hutterer1-36/+36
2015-11-18tablet: rename LIBINPUT_EVENT_TABLET to LIBINPUT_EVENT_TABLET_TOOLPeter Hutterer1-8/+8
2015-11-18tablet: rename the tablet capability to a tablet_tool capabilityPeter Hutterer1-1/+1
2015-11-18tablet: rename TOOL_TIP to TABLET_TOOL_TIPPeter Hutterer1-1/+1
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 Hutterer1-2/+2
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 Hutterer1-41/+41
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 Hutterer1-0/+18
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