summaryrefslogtreecommitdiff
path: root/src/libinput.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Add configurable button map to tappingsPeter Hutterer1-0/+82
2016-08-15doc: split middle button emulation into a separate pagePeter Hutterer1-16/+7
2016-07-11Remove LIBINPUT_EVENT_TABLET_PAD_MODE eventPeter Hutterer1-13/+0
2016-07-11Fix and improve mode group documentationPeter Hutterer1-18/+29
2016-07-04Merge branch 'wip/tablet-pad-modes-v3'Peter Hutterer1-139/+437
2016-07-04touchpad: remove software middle button when emulation is enabledPeter Hutterer1-0/+4
2016-06-22pad: Add a new API for modes and mode groupsPeter Hutterer1-0/+290
2016-06-22doc: move the struct declarations to the topPeter Hutterer1-126/+126
2016-06-22doc: split the tablet pad events into their own doxygen module pagePeter Hutterer1-15/+23
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