summaryrefslogtreecommitdiff
path: root/src/libinput.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-24doc: update ref/unref behavior for the tablet toolPeter Hutterer1-4/+7
2016-05-24doc: update doc to explicitly state that the seat isn't referencedPeter Hutterer1-0/+5
2016-05-19doc: fix a few typosPeter Hutterer1-2/+3
2016-05-16Add support for relative device rotation (trackball only)Peter Hutterer1-0/+96
2016-05-03doc: add an overview of the various configuration optionsPeter Hutterer1-0/+26
2016-05-03doc: add missing @ingroup tag to the accel profile enumPeter Hutterer1-0/+3
2016-04-18Add the LIBINPUT_DEVICE_CAP_TABLET_PAD capability and matching interfacePeter Hutterer1-1/+312
2016-04-06Fix spelling mistakesEric Engestrom1-4/+4
2016-03-29Fix two doxygen groupingsPeter Hutterer1-1/+3
2016-02-11test: add tablet test for out-of-bounds motion coordinatesPeter Hutterer1-0/+12
2016-02-09tablet: change tilt axes to use degreesPeter Hutterer1-4/+12
2016-02-04doc: be more specific about tablet vs tablet toolPeter Hutterer1-61/+63
2016-01-27Merge branch 'master' into tablet-supportPeter Hutterer1-0/+73
2016-01-27touchpad: add a config option to disable tap-and-dragPeter Hutterer1-0/+73
2016-01-22tablet: add support for relative x/y motion deltasPeter Hutterer1-0/+34
2016-01-19Merge branch 'master' into tablet-supportPeter Hutterer1-0/+2
2016-01-15tablet: allow the various get_<axis> on tablet button eventsPeter Hutterer1-9/+18
2016-01-11tablet: a tip event can replace an axis eventPeter Hutterer1-2/+26
2016-01-11doc: fix two grammar issues "of tablet tool" -> "of the tablet tool"Peter Hutterer1-4/+4
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer1-4/+4
2016-01-05doc: add missing tip event to the allowed set of eventsPeter Hutterer1-18/+38
2016-01-05doc: fix and improve the tablet documentationPeter Hutterer1-14/+28
2015-12-23tablet: add libinput_tablet_tool_is_unique()Peter Hutterer1-6/+18
2015-12-22doc: add missing @config tag to libinput_config_send_event_modesPeter Hutterer1-0/+2
2015-12-21tablet: remove the libinput_tablet_tool_axis enum from the public APIPeter Hutterer1-21/+0
2015-12-21tablet: reduce event deltas to only apply to the wheelPeter Hutterer1-23/+14
2015-12-21tablet: rename libinput_tablet_tool_has_axis into an axis-specific API setPeter Hutterer1-5/+58
2015-12-21tablet: rename axis_get_value into an axis-specific API setPeter Hutterer1-34/+109
2015-12-21tablet: rename axis_has_changed into an axis-specific API setPeter Hutterer1-9/+150
2015-12-15doc: a couple of tablet documentation fixesPeter Hutterer1-24/+28
2015-12-02tablet: drop the tool type 'finger' from the tablet interfacePeter Hutterer1-1/+0
2015-11-18doc: tablet documentation updatesPeter Hutterer1-1/+4
2015-11-18tablet: rename the libinput_tool calls to libinput_tablet_toolPeter Hutterer1-17/+17
2015-11-18tablet: rename libinput_event_tablet to libinput_event_tablet_toolPeter Hutterer1-33/+33
2015-11-18tablet: rename LIBINPUT_EVENT_TABLET to LIBINPUT_EVENT_TABLET_TOOLPeter Hutterer1-23/+23
2015-11-18tablet: rename the tablet capability to a tablet_tool capabilityPeter Hutterer1-9/+9
2015-11-18tablet: rename TOOL_TIP to TABLET_TOOL_TIPPeter Hutterer1-2/+2
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-4/+4
2015-11-18tablet: rename tool_proximity_state to tablet_tool_proximity statePeter Hutterer1-2/+2
2015-11-18tablet: rename TOOL_TYPE to TABLET_TOOL_TYPEPeter Hutterer1-13/+13
2015-11-18tablet: rename libinput_tool_type to libinput_tablet_tool_typePeter Hutterer1-3/+3
2015-11-18tablet: rename the tablet axes to "LIBINPUT_TABLET_TOOL_AXIS_..."Peter Hutterer1-18/+18
2015-11-18tablet: rename libinput_tablet_axis to libinput_tablet_tool_axisPeter Hutterer1-6/+6
2015-11-18tablet: rename libinput_tool to libinput_tablet_toolPeter Hutterer1-13/+13
2015-11-12tablet: split out tip handling into a separate eventPeter Hutterer1-0/+41
2015-11-12tablet: clarify tablet axis behavior in regards to proximityPeter Hutterer1-0/+7
2015-11-09tablet: widen the tool id to 64 bitsPeter Hutterer1-1/+1
2015-11-09tablet: rename all tool types to LIBINPUT_TOOL_TYPE_*Peter Hutterer1-14/+15
2015-11-05tablet: widen the serial type to uint64_tPeter Hutterer1-1/+1